#A80757
A dark, vivid magenta closely aligning with Mediumvioletred.
About #A80757
At its core, #A80757 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 7, and 87.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 96% magenta, 48% yellow, and 34% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF 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#A80757
RGB168, 7, 87
HSL330.2°, 92.0%, 34.3%
CMYK0%, 96%, 48%, 34%
HSV330.2°, 95.8%, 65.9%
LAB36.3, 61.4, 0.4
XYZ17.9, 9.2, 9.8
Decimal11011927
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.41:1
Text on #FFFFFF
AAA
2.83:1
Text on #000000
FAIL
7.08:1
Text on #F8FAFC
AAA
2.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A80757;
}
.text-color {
color: #A80757;
}
.border-color {
border: 2px solid #A80757;
}