#A00FF8
A medium, vivid purple closely aligning with Darkviolet.
About #A00FF8
The precise color #A00FF8 is an excellent choice for modern design projects. Designers often compare it to the standard color Darkviolet. This translates to an RGB value of rgb(160, 15, 248).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 35% cyan, 94% magenta, 0% yellow, and 3% 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#A00FF8
RGB160, 15, 248
HSL277.3°, 94.3%, 51.6%
CMYK35%, 94%, 0%, 3%
HSV277.3°, 94.0%, 97.3%
LAB45.1, 83.2, -82.4
XYZ31.6, 14.6, 90.0
Decimal10489848
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.36:1
Text on #FFFFFF
AA
3.92:1
Text on #000000
AA Large
5.12:1
Text on #F8FAFC
AA
3.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A00FF8;
}
.text-color {
color: #A00FF8;
}
.border-color {
border: 2px solid #A00FF8;
}