#A125E1
A medium, vivid purple closely aligning with Darkviolet.
About #A125E1
The hex code #A125E1 represents a beautifully specific shade of purple. Designers often compare it to the standard color Darkviolet. In the RGB color space, it consists of 161 red, 37 green, and 225 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 28% cyan, 84% magenta, 0% yellow, and 12% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A125E1
RGB161, 37, 225
HSL279.6°, 75.8%, 51.4%
CMYK28%, 84%, 0%, 12%
HSV279.6°, 83.6%, 88.2%
LAB44.7, 74.7, -70.0
XYZ29.0, 14.3, 72.5
Decimal10560993
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.43:1
Text on #FFFFFF
AA
3.87:1
Text on #000000
AA Large
5.19:1
Text on #F8FAFC
AA
3.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A125E1;
}
.text-color {
color: #A125E1;
}
.border-color {
border: 2px solid #A125E1;
}