Shades of Dark Magenta #A20E82
Tints of Dark Magenta #A20E82
RGB
CMYK
RGB Variations
Color information
#A20E82 (or 0xA20E82) is known color: Dark Magenta. HEX triplet: A2, 0E and 82. RGB value is (162,14,130). Sum of RGB (Red+Green+Blue) = 162+14+130=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20E82 is #5DF17D. Grayscale: #474747. Windows color (decimal): -6156670 or 8523426. OLE color: 8523426.
HSL color Cylindrical-coordinate representation of color #A20E82: hue angle of 312.97º 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 #A20E82 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 130 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.36 |
| HSL | 312.97º | 0.84% | 0.35% | - |
| HSV(B) | 312.97º | 0.91% | 0.64% | - |
| XYZ | 19.09 | 9.61 | 21.97 | - |
| YUV | 71.48 | 161.03 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 130 | 0 | 0.91 | 0.20 | 0.36 | 312.97 | 0.84 | 0.35 |
| Hex | A2 | E | 82 | 0 | 5B | 14 | 24 | 139 | 54 | 23 |
| Octal | 242 | 16 | 202 | 0 | 133 | 24 | 44 | 471 | 124 | 43 |
| Binary | 10100010 | 1110 | 10000010 | 0 | 1011011 | 10100 | 100100 | 100111001 | 1010100 | 100011 |
Color Harmonies of #A20E82
Complementary color
Monochromatic Colors of #A20E82
Black with #A20E82
Text Example
Text Example
White with #A20E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E82; }
p { color: rgb(162,14,130); }
H1.HeaderClassName
{
color: #A20E82;
}
.AnyTagClassName
{
color: #A20E82;
}
</style>
background-color css
<style>
a { background-color: #A20E82; }
a { background-color: rgb(162,14,130); }
div.DivClassName
{
background-color: #A20E82;
}
.BgClassName
{
background-color: #A20E82;
}
</style>
border-color css
<style>
span { border-color: #A20E82; }
span { border-color: rgb(162,14,130); }
td.TdClassName
{
border-color: #A20E82;
}
.TagClassName
{
border-color: #A20E82;
}
</style>