#A81DCC
A medium, vivid magenta closely aligning with Darkorchid.
About #A81DCC
Visually, #A81DCC 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, 29, and 204.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 18% cyan, 86% magenta, 0% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A81DCC
RGB168, 29, 204
HSL287.7°, 75.1%, 45.7%
CMYK18%, 86%, 0%, 20%
HSV287.7°, 85.8%, 80.0%
LAB43.6, 73.8, -59.6
XYZ27.5, 13.6, 58.3
Decimal11017676
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.66:1
Text on #FFFFFF
AA
3.71:1
Text on #000000
AA Large
5.41:1
Text on #F8FAFC
AA
3.16:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A81DCC;
}
.text-color {
color: #A81DCC;
}
.border-color {
border: 2px solid #A81DCC;
}