#A850F8
A light, vivid purple closely aligning with Blueviolet.
About #A850F8
When working with digital screens, the color #A850F8 is rendered by mixing light. Its closest recognized web color is Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 80, and 248.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 32% C, 68% M, 0% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A850F8
RGB168, 80, 248
HSL271.4°, 92.3%, 64.3%
CMYK32%, 68%, 0%, 3%
HSV271.4°, 67.7%, 97.3%
LAB52.8, 65.2, -69.8
XYZ36.0, 20.8, 90.9
Decimal11030776
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.06:1
Text on #FFFFFF
AA Large
5.17:1
Text on #000000
AA
3.88:1
Text on #F8FAFC
AA Large
4.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A850F8;
}
.text-color {
color: #A850F8;
}
.border-color {
border: 2px solid #A850F8;
}