#A083A0
A medium, muted magenta closely aligning with Rosybrown.
About #A083A0
When working with digital screens, the color #A083A0 is rendered by mixing light. Its closest recognized web color is Rosybrown. In the RGB color space, it consists of 160 red, 131 green, and 160 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 18% magenta, 0% yellow, and 37% black. The HSL representation is 300.0° hue, 13.2% saturation, and 57.1% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#A083A0
RGB160, 131, 160
HSL300.0°, 13.2%, 57.1%
CMYK0%, 18%, 0%, 37%
HSV300.0°, 18.1%, 62.7%
LAB58.3, 16.3, -11.3
XYZ29.0, 26.2, 36.8
Decimal10519456
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.36:1
Text on #FFFFFF
AA Large
6.25:1
Text on #000000
AA
3.21:1
Text on #F8FAFC
AA Large
5.31:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A083A0;
}
.text-color {
color: #A083A0;
}
.border-color {
border: 2px solid #A083A0;
}