#A00FA8
A dark, vivid magenta closely aligning with Darkmagenta.
About #A00FA8
At its core, #A00FA8 is a dark and vivid hue. Designers often compare it to the standard color Darkmagenta. In the RGB color space, it consists of 160 red, 15 green, and 168 blue.
Translating this color to physical media requires the CMYK color model. The color uses 5% Cyan, 91% Magenta, 0% Yellow, and 34% Black. With a hue angle of 296.9 degrees, it sits comfortably in the magenta spectrum.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A00FA8
RGB160, 15, 168
HSL296.9°, 83.6%, 35.9%
CMYK5%, 91%, 0%, 34%
HSV296.9°, 91.1%, 65.9%
LAB39.0, 68.8, -46.0
XYZ21.7, 10.6, 38.0
Decimal10489768
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.71:1
Text on #FFFFFF
AA
3.13:1
Text on #000000
AA Large
6.42:1
Text on #F8FAFC
AA
2.66:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A00FA8;
}
.text-color {
color: #A00FA8;
}
.border-color {
border: 2px solid #A00FA8;
}