Shades of Dark Magenta #A20A99
Tints of Dark Magenta #A20A99
RGB
CMYK
RGB Variations
Color information
#A20A99 (or 0xA20A99) is known color: Dark Magenta. HEX triplet: A2, 0A and 99. RGB value is (162,10,153). Sum of RGB (Red+Green+Blue) = 162+10+153=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20A99 is #5DF566. Grayscale: #474747. Windows color (decimal): -6157671 or 10029730. OLE color: 10029730.
HSL color Cylindrical-coordinate representation of color #A20A99: hue angle of 303.55º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20A99 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 10 | 153 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.36 |
| HSL | 303.55º | 0.88% | 0.34% | - |
| HSV(B) | 303.55º | 0.94% | 0.64% | - |
| XYZ | 20.76 | 10.2 | 31.01 | - |
| YUV | 71.75 | 173.86 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 153 | 0 | 0.94 | 0.06 | 0.36 | 303.55 | 0.88 | 0.34 |
| Hex | A2 | A | 99 | 0 | 5E | 6 | 24 | 130 | 58 | 22 |
| Octal | 242 | 12 | 231 | 0 | 136 | 6 | 44 | 460 | 130 | 42 |
| Binary | 10100010 | 1010 | 10011001 | 0 | 1011110 | 110 | 100100 | 100110000 | 1011000 | 100010 |
Color Harmonies of #A20A99
Complementary color
Monochromatic Colors of #A20A99
Black with #A20A99
Text Example
Text Example
White with #A20A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20A99; }
p { color: rgb(162,10,153); }
H1.HeaderClassName
{
color: #A20A99;
}
.AnyTagClassName
{
color: #A20A99;
}
</style>
background-color css
<style>
a { background-color: #A20A99; }
a { background-color: rgb(162,10,153); }
div.DivClassName
{
background-color: #A20A99;
}
.BgClassName
{
background-color: #A20A99;
}
</style>
border-color css
<style>
span { border-color: #A20A99; }
span { border-color: rgb(162,10,153); }
td.TdClassName
{
border-color: #A20A99;
}
.TagClassName
{
border-color: #A20A99;
}
</style>