#A0075F
A dark, vivid magenta closely aligning with Mediumvioletred.
About #A0075F
At its core, #A0075F is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(160, 7, 95).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 96% magenta, 41% yellow, and 37% black. With a hue angle of 325.5 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0075F
RGB160, 7, 95
HSL325.5°, 91.6%, 32.7%
CMYK0%, 96%, 41%, 37%
HSV325.5°, 95.6%, 62.7%
LAB34.9, 60.3, -7.0
XYZ16.6, 8.5, 11.6
Decimal10487647
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.81:1
Text on #FFFFFF
AAA
2.69:1
Text on #000000
FAIL
7.46:1
Text on #F8FAFC
AAA
2.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A0075F;
}
.text-color {
color: #A0075F;
}
.border-color {
border: 2px solid #A0075F;
}