#A049F8
A light, vivid purple closely aligning with Blueviolet.
About #A049F8
At its core, #A049F8 is a light and vivid hue. Its closest recognized web color is Blueviolet. This translates to an RGB value of rgb(160, 73, 248).
If you are designing for print, the four-color process is what matters most. The color uses 35% Cyan, 71% Magenta, 0% Yellow, and 3% Black. The HSL representation is 269.8° hue, 92.6% saturation, and 62.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A049F8
RGB160, 73, 248
HSL269.8°, 92.6%, 62.9%
CMYK35%, 71%, 0%, 3%
HSV269.8°, 70.6%, 97.3%
LAB50.7, 66.8, -73.2
XYZ33.8, 19.0, 90.7
Decimal10504696
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.37:1
Text on #FFFFFF
AA Large
4.80:1
Text on #000000
AA
4.18:1
Text on #F8FAFC
AA Large
4.08:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A049F8;
}
.text-color {
color: #A049F8;
}
.border-color {
border: 2px solid #A049F8;
}