#A03ADB
A medium, moderate purple closely aligning with Darkorchid.
About #A03ADB
The hex code #A03ADB represents a beautifully specific shade of purple. It is closely associated with the named CSS color Darkorchid. In the RGB color space, it consists of 160 red, 58 green, and 219 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 27% C, 74% M, 0% Y, and 14% K. With a hue angle of 278.0 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A03ADB
RGB160, 58, 219
HSL278.0°, 69.1%, 54.3%
CMYK27%, 74%, 0%, 14%
HSV278.0°, 73.5%, 85.9%
LAB46.5, 66.6, -63.7
XYZ28.8, 15.6, 68.5
Decimal10500827
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.09:1
Text on #FFFFFF
AA
4.12:1
Text on #000000
AA Large
4.87:1
Text on #F8FAFC
AA
3.50:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A03ADB;
}
.text-color {
color: #A03ADB;
}
.border-color {
border: 2px solid #A03ADB;
}