#A024F8
A medium, vivid purple closely aligning with Blueviolet.
About #A024F8
At its core, #A024F8 is a medium and vivid hue. Its closest recognized web color is Blueviolet. This translates to an RGB value of rgb(160, 36, 248).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 35% C, 85% M, 0% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
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#A024F8
RGB160, 36, 248
HSL275.1°, 93.8%, 55.7%
CMYK35%, 85%, 0%, 3%
HSV275.1°, 85.5%, 97.3%
LAB46.3, 79.4, -80.3
XYZ32.1, 15.5, 90.1
Decimal10495224
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.12:1
Text on #FFFFFF
AA
4.10:1
Text on #000000
AA Large
4.89:1
Text on #F8FAFC
AA
3.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A024F8;
}
.text-color {
color: #A024F8;
}
.border-color {
border: 2px solid #A024F8;
}