#A024A0
A dark, moderate magenta closely aligning with Darkmagenta.
About #A024A0
Visually, #A024A0 is defined as a moderate magenta. It is closely associated with the named CSS color Darkmagenta. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 36, and 160.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 78% M, 0% Y, and 37% K. 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. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A024A0
RGB160, 36, 160
HSL300.0°, 63.3%, 38.4%
CMYK0%, 78%, 0%, 37%
HSV300.0°, 77.5%, 62.7%
LAB40.0, 63.0, -39.5
XYZ21.5, 11.3, 34.3
Decimal10495136
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.45:1
Text on #FFFFFF
AA
3.25:1
Text on #000000
AA Large
6.17:1
Text on #F8FAFC
AA
2.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A024A0;
}
.text-color {
color: #A024A0;
}
.border-color {
border: 2px solid #A024A0;
}