#A02CDB
A medium, vivid purple closely aligning with Darkviolet.
About #A02CDB
Visually, #A02CDB is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Darkviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 44, and 219.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 27% cyan and 80% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#A02CDB
RGB160, 44, 219
HSL279.8°, 70.9%, 51.6%
CMYK27%, 80%, 0%, 14%
HSV279.8°, 79.9%, 85.9%
LAB44.8, 71.4, -66.4
XYZ28.2, 14.4, 68.3
Decimal10497243
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.42:1
Text on #FFFFFF
AA
3.88:1
Text on #000000
AA Large
5.18:1
Text on #F8FAFC
AA
3.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A02CDB;
}
.text-color {
color: #A02CDB;
}
.border-color {
border: 2px solid #A02CDB;
}