#A00750
A dark, vivid magenta closely aligning with Mediumvioletred.
About #A00750
At its core, #A00750 is a dark and vivid hue. Its closest recognized web color is Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 7, and 80.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 96% magenta, 50% yellow, and 37% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A00750
RGB160, 7, 80
HSL331.4°, 91.6%, 32.7%
CMYK0%, 96%, 50%, 37%
HSV331.4°, 95.6%, 62.7%
LAB34.4, 58.9, 2.0
XYZ16.0, 8.2, 8.3
Decimal10487632
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.95:1
Text on #FFFFFF
AAA
2.64:1
Text on #000000
FAIL
7.60:1
Text on #F8FAFC
AAA
2.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A00750;
}
.text-color {
color: #A00750;
}
.border-color {
border: 2px solid #A00750;
}