#A000A0
A dark, vivid magenta closely aligning with Darkmagenta.
About #A000A0
The hex code #A000A0 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Darkmagenta. In the RGB color space, it consists of 160 red, 0 green, and 160 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 100% magenta, 0% yellow, and 37% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A000A0
RGB160, 0, 160
HSL300.0°, 100.0%, 31.4%
CMYK0%, 100%, 0%, 37%
HSV300.0°, 100.0%, 62.7%
LAB37.9, 69.3, -42.9
XYZ20.8, 10.0, 34.1
Decimal10485920
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.99:1
Text on #FFFFFF
AA
3.00:1
Text on #000000
AA Large
6.69:1
Text on #F8FAFC
AA
2.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A000A0;
}
.text-color {
color: #A000A0;
}
.border-color {
border: 2px solid #A000A0;
}