#A01D92
A dark, moderate magenta closely aligning with Darkmagenta.
About #A01D92
When working with digital screens, the color #A01D92 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkmagenta. This translates to an RGB value of rgb(160, 29, 146).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 82% M, 9% Y, and 37% K. The HSL representation is 306.4° hue, 69.3% saturation, and 37.1% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#A01D92
RGB160, 29, 146
HSL306.4°, 69.3%, 37.1%
CMYK0%, 82%, 9%, 37%
HSV306.4°, 81.9%, 62.7%
LAB38.6, 62.7, -33.3
XYZ20.1, 10.4, 28.1
Decimal10493330
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.81:1
Text on #FFFFFF
AA
3.09:1
Text on #000000
AA Large
6.50:1
Text on #F8FAFC
AA
2.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A01D92;
}
.text-color {
color: #A01D92;
}
.border-color {
border: 2px solid #A01D92;
}