#A024B6
A medium, moderate magenta closely aligning with Darkorchid.
About #A024B6
Visually, #A024B6 is defined as a moderate magenta. Its closest recognized web color is Darkorchid. In the RGB color space, it consists of 160 red, 36 green, and 182 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 12% Cyan, 80% Magenta, 0% Yellow, and 29% Black. With a hue angle of 291.0 degrees, it sits comfortably in the magenta spectrum.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A024B6
RGB160, 36, 182
HSL291.0°, 67.0%, 42.7%
CMYK12%, 80%, 0%, 29%
HSV291.0°, 80.2%, 71.4%
LAB41.4, 66.7, -50.4
XYZ23.6, 12.1, 45.4
Decimal10495158
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.14:1
Text on #FFFFFF
AA
3.42:1
Text on #000000
AA Large
5.86:1
Text on #F8FAFC
AA
2.91:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A024B6;
}
.text-color {
color: #A024B6;
}
.border-color {
border: 2px solid #A024B6;
}