#A075DB
A light, moderate purple closely aligning with Mediumpurple.
About #A075DB
Visually, #A075DB is defined as a moderate purple. It is closely associated with the named CSS color Mediumpurple. In the RGB color space, it consists of 160 red, 117 green, and 219 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 27% C, 47% M, 0% Y, and 14% K. With a hue angle of 265.3 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A075DB
RGB160, 117, 219
HSL265.3°, 58.6%, 65.9%
CMYK27%, 47%, 0%, 14%
HSV265.3°, 46.6%, 85.9%
LAB57.4, 37.4, -46.2
XYZ33.6, 25.3, 70.1
Decimal10515931
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.46:1
Text on #FFFFFF
AA Large
6.06:1
Text on #000000
AA
3.31:1
Text on #F8FAFC
AA Large
5.15:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A075DB;
}
.text-color {
color: #A075DB;
}
.border-color {
border: 2px solid #A075DB;
}