#A06DF0
A light, vivid purple closely aligning with Mediumslateblue.
About #A06DF0
At its core, #A06DF0 is a light and vivid hue. Designers often compare it to the standard color Mediumslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 109, and 240.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 33% cyan and 55% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A06DF0
RGB160, 109, 240
HSL263.4°, 81.4%, 68.4%
CMYK33%, 55%, 0%, 6%
HSV263.4°, 54.6%, 94.1%
LAB56.8, 47.0, -58.9
XYZ35.7, 24.7, 85.3
Decimal10513904
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.54:1
Text on #FFFFFF
AA Large
5.94:1
Text on #000000
AA
3.38:1
Text on #F8FAFC
AA Large
5.05:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A06DF0;
}
.text-color {
color: #A06DF0;
}
.border-color {
border: 2px solid #A06DF0;
}