#A05F7C
A medium, muted magenta closely aligning with Palevioletred.
About #A05F7C
At its core, #A05F7C is a medium and muted hue. If you're using CSS, you might find it aligns closely with Palevioletred. In the RGB color space, it consists of 160 red, 95 green, and 124 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 41% Magenta, 22% Yellow, and 37% Black. The HSL representation is 333.2° hue, 25.5% saturation, and 50.0% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A05F7C
RGB160, 95, 124
HSL333.2°, 25.5%, 50.0%
CMYK0%, 41%, 22%, 37%
HSV333.2°, 40.6%, 62.7%
LAB48.4, 30.5, -4.9
XYZ22.2, 17.1, 21.2
Decimal10510204
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.75:1
Text on #FFFFFF
AA
4.42:1
Text on #000000
AA Large
4.54:1
Text on #F8FAFC
AA
3.76:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A05F7C;
}
.text-color {
color: #A05F7C;
}
.border-color {
border: 2px solid #A05F7C;
}