#A024E9
A medium, vivid purple closely aligning with Darkviolet.
About #A024E9
At its core, #A024E9 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Darkviolet. This translates to an RGB value of rgb(160, 36, 233).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 31% cyan, 85% magenta, 0% yellow, and 9% black. Always request a physical proof before doing a large print run with this exact code.
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#A024E9
RGB160, 36, 233
HSL277.8°, 81.7%, 52.7%
CMYK31%, 85%, 0%, 9%
HSV277.8°, 84.5%, 91.4%
LAB45.1, 76.4, -73.9
XYZ29.8, 14.6, 78.3
Decimal10495209
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.35:1
Text on #FFFFFF
AA
3.92:1
Text on #000000
AA Large
5.12:1
Text on #F8FAFC
AA
3.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A024E9;
}
.text-color {
color: #A024E9;
}
.border-color {
border: 2px solid #A024E9;
}