Shades of Dark Magenta #A20C93
Tints of Dark Magenta #A20C93
RGB
CMYK
RGB Variations
Color information
#A20C93 (or 0xA20C93) is known color: Dark Magenta. HEX triplet: A2, 0C and 93. RGB value is (162,12,147). Sum of RGB (Red+Green+Blue) = 162+12+147=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20C93 is #5DF36C. Grayscale: #474747. Windows color (decimal): -6157165 or 9637026. OLE color: 9637026.
HSL color Cylindrical-coordinate representation of color #A20C93: hue angle of 306º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20C93 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 12 | 147 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.36 |
| HSL | 306º | 0.86% | 0.34% | - |
| HSV(B) | 306º | 0.93% | 0.64% | - |
| XYZ | 20.3 | 10.05 | 28.47 | - |
| YUV | 72.24 | 170.2 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 147 | 0 | 0.93 | 0.09 | 0.36 | 306 | 0.86 | 0.34 |
| Hex | A2 | C | 93 | 0 | 5D | 9 | 24 | 132 | 56 | 22 |
| Octal | 242 | 14 | 223 | 0 | 135 | 11 | 44 | 462 | 126 | 42 |
| Binary | 10100010 | 1100 | 10010011 | 0 | 1011101 | 1001 | 100100 | 100110010 | 1010110 | 100010 |
Color Harmonies of #A20C93
Complementary color
Monochromatic Colors of #A20C93
Black with #A20C93
Text Example
Text Example
White with #A20C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20C93; }
p { color: rgb(162,12,147); }
H1.HeaderClassName
{
color: #A20C93;
}
.AnyTagClassName
{
color: #A20C93;
}
</style>
background-color css
<style>
a { background-color: #A20C93; }
a { background-color: rgb(162,12,147); }
div.DivClassName
{
background-color: #A20C93;
}
.BgClassName
{
background-color: #A20C93;
}
</style>
border-color css
<style>
span { border-color: #A20C93; }
span { border-color: rgb(162,12,147); }
td.TdClassName
{
border-color: #A20C93;
}
.TagClassName
{
border-color: #A20C93;
}
</style>