Shades of Dark Magenta #A20A95
Tints of Dark Magenta #A20A95
RGB
CMYK
RGB Variations
Color information
#A20A95 (or 0xA20A95) is known color: Dark Magenta. HEX triplet: A2, 0A and 95. RGB value is (162,10,149). Sum of RGB (Red+Green+Blue) = 162+10+149=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20A95 is #5DF56A. Grayscale: #464646. Windows color (decimal): -6157675 or 9767586. OLE color: 9767586.
HSL color Cylindrical-coordinate representation of color #A20A95: hue angle of 305.13º 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 #A20A95 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 10 | 149 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.36 |
| HSL | 305.13º | 0.88% | 0.34% | - |
| HSV(B) | 305.13º | 0.94% | 0.64% | - |
| XYZ | 20.43 | 10.07 | 29.3 | - |
| YUV | 71.29 | 171.86 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 149 | 0 | 0.94 | 0.08 | 0.36 | 305.13 | 0.88 | 0.34 |
| Hex | A2 | A | 95 | 0 | 5E | 8 | 24 | 131 | 58 | 22 |
| Octal | 242 | 12 | 225 | 0 | 136 | 10 | 44 | 461 | 130 | 42 |
| Binary | 10100010 | 1010 | 10010101 | 0 | 1011110 | 1000 | 100100 | 100110001 | 1011000 | 100010 |
Color Harmonies of #A20A95
Complementary color
Monochromatic Colors of #A20A95
Black with #A20A95
Text Example
Text Example
White with #A20A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20A95; }
p { color: rgb(162,10,149); }
H1.HeaderClassName
{
color: #A20A95;
}
.AnyTagClassName
{
color: #A20A95;
}
</style>
background-color css
<style>
a { background-color: #A20A95; }
a { background-color: rgb(162,10,149); }
div.DivClassName
{
background-color: #A20A95;
}
.BgClassName
{
background-color: #A20A95;
}
</style>
border-color css
<style>
span { border-color: #A20A95; }
span { border-color: rgb(162,10,149); }
td.TdClassName
{
border-color: #A20A95;
}
.TagClassName
{
border-color: #A20A95;
}
</style>