#A07CFF
A light, vivid purple closely aligning with Mediumslateblue.
About #A07CFF
The hex code #A07CFF represents a beautifully specific shade of purple. It is closely associated with the named CSS color Mediumslateblue. Its digital footprint relies on 160 parts red, 124 parts green, and 255 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 37% Cyan, 51% Magenta, 0% Yellow, and 0% Black. With a hue angle of 256.5 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A07CFF
RGB160, 124, 255
HSL256.5°, 100.0%, 74.3%
CMYK37%, 51%, 0%, 0%
HSV256.5°, 51.4%, 100.0%
LAB60.9, 42.6, -60.6
XYZ39.8, 29.1, 98.1
Decimal10517759
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.08:1
Text on #FFFFFF
AA Large
6.82:1
Text on #000000
AA
2.94:1
Text on #F8FAFC
FAIL
5.80:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A07CFF;
}
.text-color {
color: #A07CFF;
}
.border-color {
border: 2px solid #A07CFF;
}