#A024F0
A medium, vivid purple closely aligning with Blueviolet.
About #A024F0
At its core, #A024F0 is a medium and vivid hue. Its closest recognized web color is Blueviolet. This translates to an RGB value of rgb(160, 36, 240).
Translating this color to physical media requires the CMYK color model. The color uses 33% Cyan, 85% Magenta, 0% Yellow, and 6% Black. The HSL representation is 276.5° hue, 87.2% saturation, and 54.1% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A024F0
RGB160, 36, 240
HSL276.5°, 87.2%, 54.1%
CMYK33%, 85%, 0%, 6%
HSV276.5°, 85.0%, 94.1%
LAB45.7, 77.8, -76.9
XYZ30.9, 15.0, 83.7
Decimal10495216
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.24:1
Text on #FFFFFF
AA
4.01:1
Text on #000000
AA Large
5.01:1
Text on #F8FAFC
AA
3.41:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A024F0;
}
.text-color {
color: #A024F0;
}
.border-color {
border: 2px solid #A024F0;
}