#A01DA0
A dark, moderate magenta closely aligning with Darkmagenta.
About #A01DA0
When working with digital screens, the color #A01DA0 is rendered by mixing light. Its closest recognized web color is Darkmagenta. In the RGB color space, it consists of 160 red, 29 green, and 160 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 82% Magenta, 0% Yellow, and 37% Black. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A01DA0
RGB160, 29, 160
HSL300.0°, 69.3%, 37.1%
CMYK0%, 82%, 0%, 37%
HSV300.0°, 81.9%, 62.7%
LAB39.4, 64.8, -40.5
XYZ21.3, 10.9, 34.2
Decimal10493344
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.61:1
Text on #FFFFFF
AA
3.18:1
Text on #000000
AA Large
6.32:1
Text on #F8FAFC
AA
2.70:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A01DA0;
}
.text-color {
color: #A01DA0;
}
.border-color {
border: 2px solid #A01DA0;
}