#A050FF
A light, vivid purple closely aligning with Blueviolet.
About #A050FF
At its core, #A050FF is a light and vivid hue. Designers often compare it to the standard color Blueviolet. This translates to an RGB value of rgb(160, 80, 255).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 37% cyan, 69% magenta, 0% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A050FF
RGB160, 80, 255
HSL267.4°, 100.0%, 65.7%
CMYK37%, 69%, 0%, 0%
HSV267.4°, 68.6%, 100.0%
LAB52.3, 65.3, -74.4
XYZ35.4, 20.4, 96.7
Decimal10506495
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.13:1
Text on #FFFFFF
AA Large
5.09:1
Text on #000000
AA
3.95:1
Text on #F8FAFC
AA Large
4.32:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A050FF;
}
.text-color {
color: #A050FF;
}
.border-color {
border: 2px solid #A050FF;
}