#A80066
A dark, vivid magenta closely aligning with Mediumvioletred.
About #A80066
Visually, #A80066 is defined as a vivid magenta. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(168, 0, 102).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 100% M, 39% Y, and 34% K. Always request a physical proof before doing a large print run with this exact code.
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#A80066
RGB168, 0, 102
HSL323.6°, 100.0%, 32.9%
CMYK0%, 100%, 39%, 34%
HSV323.6°, 100.0%, 65.9%
LAB36.5, 63.6, -8.9
XYZ18.5, 9.3, 13.4
Decimal11010150
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.35:1
Text on #FFFFFF
AAA
2.86:1
Text on #000000
FAIL
7.03:1
Text on #F8FAFC
AAA
2.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A80066;
}
.text-color {
color: #A80066;
}
.border-color {
border: 2px solid #A80066;
}