#A05FD3
A light, moderate purple closely aligning with Mediumpurple.
About #A05FD3
Visually, #A05FD3 is defined as a moderate purple. Its closest recognized web color is Mediumpurple. This translates to an RGB value of rgb(160, 95, 211).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 24% C, 55% M, 0% Y, and 17% K. With a hue angle of 273.6 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A05FD3
RGB160, 95, 211
HSL273.6°, 56.9%, 60.0%
CMYK24%, 55%, 0%, 17%
HSV273.6°, 55.0%, 82.7%
LAB52.2, 47.6, -49.8
XYZ30.3, 20.4, 64.0
Decimal10510291
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.14:1
Text on #FFFFFF
AA Large
5.07:1
Text on #000000
AA
3.96:1
Text on #F8FAFC
AA Large
4.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A05FD3;
}
.text-color {
color: #A05FD3;
}
.border-color {
border: 2px solid #A05FD3;
}