#A02CE9
A medium, vivid purple closely aligning with Blueviolet.
About #A02CE9
When working with digital screens, the color #A02CE9 is rendered by mixing light. Designers often compare it to the standard color Blueviolet. Its digital footprint relies on 160 parts red, 44 parts green, and 233 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 31% Cyan, 81% Magenta, 0% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A02CE9
RGB160, 44, 233
HSL276.8°, 81.1%, 54.3%
CMYK31%, 81%, 0%, 9%
HSV276.8°, 81.1%, 91.4%
LAB45.9, 74.2, -72.6
XYZ30.1, 15.2, 78.4
Decimal10497257
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.21:1
Text on #FFFFFF
AA
4.03:1
Text on #000000
AA Large
4.98:1
Text on #F8FAFC
AA
3.43:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A02CE9;
}
.text-color {
color: #A02CE9;
}
.border-color {
border: 2px solid #A02CE9;
}