#A80FC5
A medium, vivid magenta closely aligning with Darkorchid.
About #A80FC5
At its core, #A80FC5 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Darkorchid. In the RGB color space, it consists of 168 red, 15 green, and 197 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 15% Cyan, 92% Magenta, 0% Yellow, and 23% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A80FC5
RGB168, 15, 197
HSL290.4°, 85.8%, 41.6%
CMYK15%, 92%, 0%, 23%
HSV290.4°, 92.4%, 77.3%
LAB42.3, 74.9, -57.7
XYZ26.4, 12.7, 53.9
Decimal11014085
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.93:1
Text on #FFFFFF
AA
3.54:1
Text on #000000
AA Large
5.67:1
Text on #F8FAFC
AA
3.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A80FC5;
}
.text-color {
color: #A80FC5;
}
.border-color {
border: 2px solid #A80FC5;
}