#A807C5
A medium, vivid magenta closely aligning with Darkorchid.
About #A807C5
Visually, #A807C5 is defined as a vivid magenta. It is closely associated with the named CSS color Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 7, and 197.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 15% cyan and 96% magenta inks. With a hue angle of 290.8 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#A807C5
RGB168, 7, 197
HSL290.8°, 93.1%, 40.0%
CMYK15%, 96%, 0%, 23%
HSV290.8°, 96.4%, 77.3%
LAB42.0, 75.8, -58.1
XYZ26.3, 12.5, 53.9
Decimal11012037
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.00:1
Text on #FFFFFF
AA
3.50:1
Text on #000000
AA Large
5.73:1
Text on #F8FAFC
AA
2.98:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A807C5;
}
.text-color {
color: #A807C5;
}
.border-color {
border: 2px solid #A807C5;
}