#A000A8
A dark, vivid magenta closely aligning with Darkmagenta.
About #A000A8
The hex code #A000A8 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Darkmagenta. Its digital footprint relies on 160 parts red, 0 parts green, and 168 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 5% C, 100% M, 0% Y, and 34% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A000A8
RGB160, 0, 168
HSL297.1°, 100.0%, 32.9%
CMYK5%, 100%, 0%, 34%
HSV297.1°, 100.0%, 65.9%
LAB38.4, 70.6, -46.9
XYZ21.6, 10.3, 37.9
Decimal10485928
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.86:1
Text on #FFFFFF
AA
3.06:1
Text on #000000
AA Large
6.56:1
Text on #F8FAFC
AA
2.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A000A8;
}
.text-color {
color: #A000A8;
}
.border-color {
border: 2px solid #A000A8;
}