#A01692
A dark, vivid magenta closely aligning with Darkmagenta.
About #A01692
The hex code #A01692 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Darkmagenta. This translates to an RGB value of rgb(160, 22, 146).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 86% Magenta, 9% 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#A01692
RGB160, 22, 146
HSL306.1°, 75.8%, 35.7%
CMYK0%, 86%, 9%, 37%
HSV306.1°, 86.2%, 62.7%
LAB38.1, 64.2, -34.1
XYZ20.0, 10.1, 28.1
Decimal10491538
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.94:1
Text on #FFFFFF
AA
3.02:1
Text on #000000
AA Large
6.64:1
Text on #F8FAFC
AA
2.57:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A01692;
}
.text-color {
color: #A01692;
}
.border-color {
border: 2px solid #A01692;
}