Shades of Dark Magenta #A20E96
Tints of Dark Magenta #A20E96
RGB
CMYK
RGB Variations
Color information
#A20E96 (or 0xA20E96) is known color: Dark Magenta. HEX triplet: A2, 0E and 96. RGB value is (162,14,150). Sum of RGB (Red+Green+Blue) = 162+14+150=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 14 (5.86% from 255 or 4.29% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20E96 is #5DF169. Grayscale: #494949. Windows color (decimal): -6156650 or 9834146. OLE color: 9834146.
HSL color Cylindrical-coordinate representation of color #A20E96: hue angle of 304.86º 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 #A20E96 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 150 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.36 |
| HSL | 304.86º | 0.84% | 0.35% | - |
| HSV(B) | 304.86º | 0.91% | 0.64% | - |
| XYZ | 20.56 | 10.2 | 29.74 | - |
| YUV | 73.76 | 171.03 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 150 | 0 | 0.91 | 0.07 | 0.36 | 304.86 | 0.84 | 0.35 |
| Hex | A2 | E | 96 | 0 | 5B | 7 | 24 | 131 | 54 | 23 |
| Octal | 242 | 16 | 226 | 0 | 133 | 7 | 44 | 461 | 124 | 43 |
| Binary | 10100010 | 1110 | 10010110 | 0 | 1011011 | 111 | 100100 | 100110001 | 1010100 | 100011 |
Color Harmonies of #A20E96
Complementary color
Monochromatic Colors of #A20E96
Black with #A20E96
Text Example
Text Example
White with #A20E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E96; }
p { color: rgb(162,14,150); }
H1.HeaderClassName
{
color: #A20E96;
}
.AnyTagClassName
{
color: #A20E96;
}
</style>
background-color css
<style>
a { background-color: #A20E96; }
a { background-color: rgb(162,14,150); }
div.DivClassName
{
background-color: #A20E96;
}
.BgClassName
{
background-color: #A20E96;
}
</style>
border-color css
<style>
span { border-color: #A20E96; }
span { border-color: rgb(162,14,150); }
td.TdClassName
{
border-color: #A20E96;
}
.TagClassName
{
border-color: #A20E96;
}
</style>