#A00F57
A dark, vivid magenta closely aligning with Mediumvioletred.
About #A00F57
At its core, #A00F57 is a dark and vivid hue. Designers often compare it to the standard color Mediumvioletred. This translates to an RGB value of rgb(160, 15, 87).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 91% magenta, 46% yellow, and 37% 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. 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#A00F57
RGB160, 15, 87
HSL330.2°, 82.9%, 34.3%
CMYK0%, 91%, 46%, 37%
HSV330.2°, 90.6%, 62.7%
LAB35.0, 58.4, -1.7
XYZ16.4, 8.5, 9.8
Decimal10489687
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.78:1
Text on #FFFFFF
AAA
2.70:1
Text on #000000
FAIL
7.43:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A00F57;
}
.text-color {
color: #A00F57;
}
.border-color {
border: 2px solid #A00F57;
}