#A075CC
A light, moderate purple closely aligning with Mediumpurple.
About #A075CC
At its core, #A075CC is a light and moderate hue. It is closely associated with the named CSS color Mediumpurple. This translates to an RGB value of rgb(160, 117, 204).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 22% cyan, 43% magenta, 0% yellow, and 20% black. The HSL representation is 269.7° hue, 46.0% saturation, and 62.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A075CC
RGB160, 117, 204
HSL269.7°, 46.0%, 62.9%
CMYK22%, 43%, 0%, 20%
HSV269.7°, 42.6%, 80.0%
LAB56.6, 33.9, -38.9
XYZ31.8, 24.6, 60.2
Decimal10515916
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.55:1
Text on #FFFFFF
AA Large
5.91:1
Text on #000000
AA
3.40:1
Text on #F8FAFC
AA Large
5.03:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A075CC;
}
.text-color {
color: #A075CC;
}
.border-color {
border: 2px solid #A075CC;
}