Shades of Dark Magenta #A20A93
Tints of Dark Magenta #A20A93
RGB
CMYK
RGB Variations
Color information
#A20A93 (or 0xA20A93) is known color: Dark Magenta. HEX triplet: A2, 0A and 93. RGB value is (162,10,147). Sum of RGB (Red+Green+Blue) = 162+10+147=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20A93 is #5DF56C. Grayscale: #464646. Windows color (decimal): -6157677 or 9636514. OLE color: 9636514.
HSL color Cylindrical-coordinate representation of color #A20A93: hue angle of 305.92º 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 #A20A93 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 10 | 147 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.36 |
| HSL | 305.92º | 0.88% | 0.34% | - |
| HSV(B) | 305.92º | 0.94% | 0.64% | - |
| XYZ | 20.28 | 10.01 | 28.47 | - |
| YUV | 71.07 | 170.86 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 147 | 0 | 0.94 | 0.09 | 0.36 | 305.92 | 0.88 | 0.34 |
| Hex | A2 | A | 93 | 0 | 5E | 9 | 24 | 132 | 58 | 22 |
| Octal | 242 | 12 | 223 | 0 | 136 | 11 | 44 | 462 | 130 | 42 |
| Binary | 10100010 | 1010 | 10010011 | 0 | 1011110 | 1001 | 100100 | 100110010 | 1011000 | 100010 |
Color Harmonies of #A20A93
Complementary color
Monochromatic Colors of #A20A93
Black with #A20A93
Text Example
Text Example
White with #A20A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20A93; }
p { color: rgb(162,10,147); }
H1.HeaderClassName
{
color: #A20A93;
}
.AnyTagClassName
{
color: #A20A93;
}
</style>
background-color css
<style>
a { background-color: #A20A93; }
a { background-color: rgb(162,10,147); }
div.DivClassName
{
background-color: #A20A93;
}
.BgClassName
{
background-color: #A20A93;
}
</style>
border-color css
<style>
span { border-color: #A20A93; }
span { border-color: rgb(162,10,147); }
td.TdClassName
{
border-color: #A20A93;
}
.TagClassName
{
border-color: #A20A93;
}
</style>