Shades of Dark Magenta #A20E85
Tints of Dark Magenta #A20E85
RGB
CMYK
RGB Variations
Color information
#A20E85 (or 0xA20E85) is known color: Dark Magenta. HEX triplet: A2, 0E and 85. RGB value is (162,14,133). Sum of RGB (Red+Green+Blue) = 162+14+133=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20E85 is #5DF17A. Grayscale: #474747. Windows color (decimal): -6156667 or 8720034. OLE color: 8720034.
HSL color Cylindrical-coordinate representation of color #A20E85: hue angle of 311.76º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20E85 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 133 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.36 |
| HSL | 311.76º | 0.84% | 0.35% | - |
| HSV(B) | 311.76º | 0.91% | 0.64% | - |
| XYZ | 19.29 | 9.69 | 23.04 | - |
| YUV | 71.82 | 162.53 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 133 | 0 | 0.91 | 0.18 | 0.36 | 311.76 | 0.84 | 0.35 |
| Hex | A2 | E | 85 | 0 | 5B | 12 | 24 | 138 | 54 | 23 |
| Octal | 242 | 16 | 205 | 0 | 133 | 22 | 44 | 470 | 124 | 43 |
| Binary | 10100010 | 1110 | 10000101 | 0 | 1011011 | 10010 | 100100 | 100111000 | 1010100 | 100011 |
Color Harmonies of #A20E85
Complementary color
Monochromatic Colors of #A20E85
Black with #A20E85
Text Example
Text Example
White with #A20E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E85; }
p { color: rgb(162,14,133); }
H1.HeaderClassName
{
color: #A20E85;
}
.AnyTagClassName
{
color: #A20E85;
}
</style>
background-color css
<style>
a { background-color: #A20E85; }
a { background-color: rgb(162,14,133); }
div.DivClassName
{
background-color: #A20E85;
}
.BgClassName
{
background-color: #A20E85;
}
</style>
border-color css
<style>
span { border-color: #A20E85; }
span { border-color: rgb(162,14,133); }
td.TdClassName
{
border-color: #A20E85;
}
.TagClassName
{
border-color: #A20E85;
}
</style>