#A024C5
A medium, moderate magenta closely aligning with Darkorchid.
About #A024C5
Visually, #A024C5 is defined as a moderate magenta. Designers often compare it to the standard color Darkorchid. This translates to an RGB value of rgb(160, 36, 197).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 19% cyan, 82% magenta, 0% yellow, and 23% black. This makes it a relatively light color when applied to physical surfaces.
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#A024C5
RGB160, 36, 197
HSL286.2°, 69.1%, 45.7%
CMYK19%, 82%, 0%, 23%
HSV286.2°, 81.7%, 77.3%
LAB42.4, 69.5, -57.6
XYZ25.2, 12.8, 54.0
Decimal10495173
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.91:1
Text on #FFFFFF
AA
3.55:1
Text on #000000
AA Large
5.65:1
Text on #F8FAFC
AA
3.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A024C5;
}
.text-color {
color: #A024C5;
}
.border-color {
border: 2px solid #A024C5;
}