Shades of Dark Magenta #A20AAA
Tints of Dark Magenta #A20AAA
RGB
CMYK
RGB Variations
Color information
#A20AAA (or 0xA20AAA) is known color: Dark Magenta. HEX triplet: A2, 0A and AA. RGB value is (162,10,170). Sum of RGB (Red+Green+Blue) = 162+10+170=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 10 (4.30% from 255 or 2.92% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #A20AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20AAA is #5DF555. Grayscale: #494949. Windows color (decimal): -6157654 or 11143842. OLE color: 11143842.
HSL color Cylindrical-coordinate representation of color #A20AAA: hue angle of 297º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20AAA is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 10 | 170 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.33 |
| HSL | 297º | 0.89% | 0.35% | - |
| HSV(B) | 297º | 0.94% | 0.67% | - |
| XYZ | 22.26 | 10.8 | 38.94 | - |
| YUV | 73.69 | 182.36 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 170 | 0.05 | 0.94 | 0 | 0.33 | 297 | 0.89 | 0.35 |
| Hex | A2 | A | AA | 5 | 5E | 0 | 21 | 129 | 59 | 23 |
| Octal | 242 | 12 | 252 | 5 | 136 | 0 | 41 | 451 | 131 | 43 |
| Binary | 10100010 | 1010 | 10101010 | 101 | 1011110 | 0 | 100001 | 100101001 | 1011001 | 100011 |
Color Harmonies of #A20AAA
Complementary color
Monochromatic Colors of #A20AAA
Black with #A20AAA
Text Example
Text Example
White with #A20AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20AAA; }
p { color: rgb(162,10,170); }
H1.HeaderClassName
{
color: #A20AAA;
}
.AnyTagClassName
{
color: #A20AAA;
}
</style>
background-color css
<style>
a { background-color: #A20AAA; }
a { background-color: rgb(162,10,170); }
div.DivClassName
{
background-color: #A20AAA;
}
.BgClassName
{
background-color: #A20AAA;
}
</style>
border-color css
<style>
span { border-color: #A20AAA; }
span { border-color: rgb(162,10,170); }
td.TdClassName
{
border-color: #A20AAA;
}
.TagClassName
{
border-color: #A20AAA;
}
</style>