#A057F0
A light, vivid purple closely aligning with Darkorchid.
About #A057F0
At its core, #A057F0 is a light and vivid hue. Its closest recognized web color is Darkorchid. Its digital footprint relies on 160 parts red, 87 parts green, and 240 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 33% C, 64% M, 0% Y, and 6% K. The HSL representation is 268.6° hue, 83.6% saturation, and 64.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A057F0
RGB160, 87, 240
HSL268.6°, 83.6%, 64.1%
CMYK33%, 64%, 0%, 6%
HSV268.6°, 63.7%, 94.1%
LAB52.5, 58.4, -65.8
XYZ33.6, 20.6, 84.6
Decimal10508272
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.10:1
Text on #FFFFFF
AA Large
5.12:1
Text on #000000
AA
3.92:1
Text on #F8FAFC
AA Large
4.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A057F0;
}
.text-color {
color: #A057F0;
}
.border-color {
border: 2px solid #A057F0;
}