#A85099
A medium, moderate magenta closely aligning with Orchid.
About #A85099
At its core, #A85099 is a medium and moderate hue. It is closely associated with the named CSS color Orchid. In the RGB color space, it consists of 168 red, 80 green, and 153 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 52% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A85099
RGB168, 80, 153
HSL310.2°, 35.5%, 48.6%
CMYK0%, 52%, 9%, 34%
HSV310.2°, 52.4%, 65.9%
LAB47.4, 45.9, -23.6
XYZ24.8, 16.4, 32.0
Decimal11030681
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.92:1
Text on #FFFFFF
AA
4.27:1
Text on #000000
AA Large
4.70:1
Text on #F8FAFC
AA
3.63:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A85099;
}
.text-color {
color: #A85099;
}
.border-color {
border: 2px solid #A85099;
}