#A02DEC
A medium, vivid purple closely aligning with Blueviolet.
About #A02DEC
The hex code #A02DEC represents a beautifully specific shade of purple. It is closely associated with the named CSS color Blueviolet. In the RGB color space, it consists of 160 red, 45 green, and 236 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 32% cyan and 81% magenta inks. The HSL representation is 276.1° hue, 83.4% saturation, and 55.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A02DEC
RGB160, 45, 236
HSL276.1°, 83.4%, 55.1%
CMYK32%, 81%, 0%, 7%
HSV276.1°, 80.9%, 92.5%
LAB46.2, 74.6, -73.8
XYZ30.6, 15.4, 80.7
Decimal10497516
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.15:1
Text on #FFFFFF
AA
4.08:1
Text on #000000
AA Large
4.92:1
Text on #F8FAFC
AA
3.47:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A02DEC;
}
.text-color {
color: #A02DEC;
}
.border-color {
border: 2px solid #A02DEC;
}