#A05F92
A medium, muted magenta closely aligning with Palevioletred.
About #A05F92
At its core, #A05F92 is a medium and muted hue. Designers often compare it to the standard color Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 95, and 146.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 41% magenta, 9% yellow, and 37% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A05F92
RGB160, 95, 146
HSL312.9°, 25.5%, 50.0%
CMYK0%, 41%, 9%, 37%
HSV312.9°, 40.6%, 62.7%
LAB49.2, 34.1, -16.9
XYZ23.8, 17.7, 29.4
Decimal10510226
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.62:1
Text on #FFFFFF
AA
4.55:1
Text on #000000
AA
4.41:1
Text on #F8FAFC
AA Large
3.87:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A05F92;
}
.text-color {
color: #A05F92;
}
.border-color {
border: 2px solid #A05F92;
}