Shades of Dark Magenta #A20CAA
Tints of Dark Magenta #A20CAA
RGB
CMYK
RGB Variations
Color information
#A20CAA (or 0xA20CAA) is known color: Dark Magenta. HEX triplet: A2, 0C and AA. RGB value is (162,12,170). Sum of RGB (Red+Green+Blue) = 162+12+170=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #A20CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20CAA is #5DF355. Grayscale: #4A4A4A. Windows color (decimal): -6157142 or 11144354. OLE color: 11144354.
HSL color Cylindrical-coordinate representation of color #A20CAA: hue angle of 296.96º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20CAA is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 12 | 170 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.33 |
| HSL | 296.96º | 0.87% | 0.36% | - |
| HSV(B) | 296.96º | 0.93% | 0.67% | - |
| XYZ | 22.29 | 10.85 | 38.95 | - |
| YUV | 74.86 | 181.7 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 170 | 0.05 | 0.93 | 0 | 0.33 | 296.96 | 0.87 | 0.36 |
| Hex | A2 | C | AA | 5 | 5D | 0 | 21 | 129 | 57 | 24 |
| Octal | 242 | 14 | 252 | 5 | 135 | 0 | 41 | 451 | 127 | 44 |
| Binary | 10100010 | 1100 | 10101010 | 101 | 1011101 | 0 | 100001 | 100101001 | 1010111 | 100100 |
Color Harmonies of #A20CAA
Complementary color
Monochromatic Colors of #A20CAA
Black with #A20CAA
Text Example
Text Example
White with #A20CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20CAA; }
p { color: rgb(162,12,170); }
H1.HeaderClassName
{
color: #A20CAA;
}
.AnyTagClassName
{
color: #A20CAA;
}
</style>
background-color css
<style>
a { background-color: #A20CAA; }
a { background-color: rgb(162,12,170); }
div.DivClassName
{
background-color: #A20CAA;
}
.BgClassName
{
background-color: #A20CAA;
}
</style>
border-color css
<style>
span { border-color: #A20CAA; }
span { border-color: rgb(162,12,170); }
td.TdClassName
{
border-color: #A20CAA;
}
.TagClassName
{
border-color: #A20CAA;
}
</style>