Shades of Dark Magenta #A20A9E
Tints of Dark Magenta #A20A9E
RGB
CMYK
RGB Variations
Color information
#A20A9E (or 0xA20A9E) is known color: Dark Magenta. HEX triplet: A2, 0A and 9E. RGB value is (162,10,158). Sum of RGB (Red+Green+Blue) = 162+10+158=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20A9E is #5DF561. Grayscale: #474747. Windows color (decimal): -6157666 or 10357410. OLE color: 10357410.
HSL color Cylindrical-coordinate representation of color #A20A9E: hue angle of 301.58º 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 #A20A9E is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 10 | 158 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.36 |
| HSL | 301.58º | 0.88% | 0.34% | - |
| HSV(B) | 301.58º | 0.94% | 0.64% | - |
| XYZ | 21.18 | 10.37 | 33.23 | - |
| YUV | 72.32 | 176.36 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 158 | 0 | 0.94 | 0.02 | 0.36 | 301.58 | 0.88 | 0.34 |
| Hex | A2 | A | 9E | 0 | 5E | 2 | 24 | 12E | 58 | 22 |
| Octal | 242 | 12 | 236 | 0 | 136 | 2 | 44 | 456 | 130 | 42 |
| Binary | 10100010 | 1010 | 10011110 | 0 | 1011110 | 10 | 100100 | 100101110 | 1011000 | 100010 |
Color Harmonies of #A20A9E
Complementary color
Monochromatic Colors of #A20A9E
Black with #A20A9E
Text Example
Text Example
White with #A20A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20A9E; }
p { color: rgb(162,10,158); }
H1.HeaderClassName
{
color: #A20A9E;
}
.AnyTagClassName
{
color: #A20A9E;
}
</style>
background-color css
<style>
a { background-color: #A20A9E; }
a { background-color: rgb(162,10,158); }
div.DivClassName
{
background-color: #A20A9E;
}
.BgClassName
{
background-color: #A20A9E;
}
</style>
border-color css
<style>
span { border-color: #A20A9E; }
span { border-color: rgb(162,10,158); }
td.TdClassName
{
border-color: #A20A9E;
}
.TagClassName
{
border-color: #A20A9E;
}
</style>