#A049F0
A light, vivid purple closely aligning with Blueviolet.
About #A049F0
At its core, #A049F0 is a light and vivid hue. It is closely associated with the named CSS color Blueviolet. This translates to an RGB value of rgb(160, 73, 240).
If you are designing for print, the four-color process is what matters most. The color uses 33% Cyan, 70% Magenta, 0% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A049F0
RGB160, 73, 240
HSL271.3°, 84.8%, 61.4%
CMYK33%, 70%, 0%, 6%
HSV271.3°, 69.6%, 94.1%
LAB50.1, 65.0, -69.6
XYZ32.6, 18.5, 84.3
Decimal10504688
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.46:1
Text on #FFFFFF
AA Large
4.71:1
Text on #000000
AA
4.27:1
Text on #F8FAFC
AA Large
4.00:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A049F0;
}
.text-color {
color: #A049F0;
}
.border-color {
border: 2px solid #A049F0;
}