#A05FB6
A medium, moderate purple closely aligning with Mediumpurple.
About #A05FB6
Visually, #A05FB6 is defined as a moderate purple. Designers often compare it to the standard color Mediumpurple. This translates to an RGB value of rgb(160, 95, 182).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 12% C, 48% M, 0% Y, and 29% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A05FB6
RGB160, 95, 182
HSL284.8°, 37.3%, 54.3%
CMYK12%, 48%, 0%, 29%
HSV284.8°, 47.8%, 71.4%
LAB50.7, 41.2, -35.6
XYZ27.0, 19.0, 46.5
Decimal10510262
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.37:1
Text on #FFFFFF
AA Large
4.81:1
Text on #000000
AA
4.18:1
Text on #F8FAFC
AA Large
4.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A05FB6;
}
.text-color {
color: #A05FB6;
}
.border-color {
border: 2px solid #A05FB6;
}