#A0166D
A dark, vivid magenta closely aligning with Mediumvioletred.
About #A0166D
At its core, #A0166D is a dark and vivid hue. Its closest recognized web color is Mediumvioletred. This translates to an RGB value of rgb(160, 22, 109).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 86% M, 32% Y, and 37% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0166D
RGB160, 22, 109
HSL322.2°, 75.8%, 35.7%
CMYK0%, 86%, 32%, 37%
HSV322.2°, 86.2%, 62.7%
LAB36.3, 59.4, -13.9
XYZ17.5, 9.2, 15.3
Decimal10491501
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.42:1
Text on #FFFFFF
AAA
2.83:1
Text on #000000
FAIL
7.09:1
Text on #F8FAFC
AAA
2.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A0166D;
}
.text-color {
color: #A0166D;
}
.border-color {
border: 2px solid #A0166D;
}