#A075F0
A light, vivid purple closely aligning with Mediumpurple.
About #A075F0
At its core, #A075F0 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Mediumpurple. In the RGB color space, it consists of 160 red, 117 green, and 240 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 33% cyan and 51% magenta inks. With a hue angle of 261.0 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A075F0
RGB160, 117, 240
HSL261.0°, 80.4%, 70.0%
CMYK33%, 51%, 0%, 6%
HSV261.0°, 51.3%, 94.1%
LAB58.5, 42.6, -56.2
XYZ36.6, 26.5, 85.6
Decimal10515952
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.33:1
Text on #FFFFFF
AA Large
6.30:1
Text on #000000
AA
3.19:1
Text on #F8FAFC
AA Large
5.35:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A075F0;
}
.text-color {
color: #A075F0;
}
.border-color {
border: 2px solid #A075F0;
}