#A02CB6
A medium, moderate magenta closely aligning with Darkorchid.
About #A02CB6
Visually, #A02CB6 is defined as a moderate magenta. Designers often compare it to the standard color Darkorchid. This translates to an RGB value of rgb(160, 44, 182).
If you are designing for print, the four-color process is what matters most. The color uses 12% Cyan, 76% Magenta, 0% Yellow, and 29% Black. The HSL representation is 290.4° hue, 61.1% saturation, and 44.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A02CB6
RGB160, 44, 182
HSL290.4°, 61.1%, 44.3%
CMYK12%, 76%, 0%, 29%
HSV290.4°, 75.8%, 71.4%
LAB42.2, 64.3, -49.1
XYZ23.8, 12.7, 45.4
Decimal10497206
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.95:1
Text on #FFFFFF
AA
3.53:1
Text on #000000
AA Large
5.69:1
Text on #F8FAFC
AA
3.00:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A02CB6;
}
.text-color {
color: #A02CB6;
}
.border-color {
border: 2px solid #A02CB6;
}