#A807AF
A dark, vivid magenta closely aligning with Darkorchid.
About #A807AF
Visually, #A807AF is defined as a vivid magenta. It is closely associated with the named CSS color Darkorchid. Its digital footprint relies on 168 parts red, 7 parts green, and 175 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 4% cyan, 96% magenta, 0% yellow, and 31% black. 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#A807AF
RGB168, 7, 175
HSL297.5°, 92.3%, 35.7%
CMYK4%, 96%, 0%, 31%
HSV297.5°, 96.0%, 68.6%
LAB40.5, 72.2, -47.6
XYZ24.0, 11.6, 41.5
Decimal11012015
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.34:1
Text on #FFFFFF
AA
3.31:1
Text on #000000
AA Large
6.06:1
Text on #F8FAFC
AA
2.82:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A807AF;
}
.text-color {
color: #A807AF;
}
.border-color {
border: 2px solid #A807AF;
}