#A050F8
A light, vivid purple closely aligning with Blueviolet.
About #A050F8
The hex code #A050F8 represents a beautifully specific shade of purple. Designers often compare it to the standard color Blueviolet. In the RGB color space, it consists of 160 red, 80 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. The color uses 35% Cyan, 68% Magenta, 0% Yellow, and 3% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A050F8
RGB160, 80, 248
HSL268.6°, 92.3%, 64.3%
CMYK35%, 68%, 0%, 3%
HSV268.6°, 67.7%, 97.3%
LAB51.8, 63.7, -71.4
XYZ34.3, 20.0, 90.9
Decimal10506488
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.20:1
Text on #FFFFFF
AA Large
5.00:1
Text on #000000
AA
4.02:1
Text on #F8FAFC
AA Large
4.25:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A050F8;
}
.text-color {
color: #A050F8;
}
.border-color {
border: 2px solid #A050F8;
}