Shades of Dark Magenta #AA05A2
Tints of Dark Magenta #AA05A2
RGB
CMYK
RGB Variations
Color information
#AA05A2 (or 0xAA05A2) is known color: Dark Magenta. HEX triplet: AA, 05 and A2. RGB value is (170,5,162). Sum of RGB (Red+Green+Blue) = 170+5+162=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 162 (63.67% from 255 or 48.07% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA05A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA05A2 is #55FA5D. Grayscale: #474747. Windows color (decimal): -5634654 or 10618282. OLE color: 10618282.
HSL color Cylindrical-coordinate representation of color #AA05A2: hue angle of 302.91º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA05A2 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 162 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.33 |
| HSL | 302.91º | 0.94% | 0.34% | - |
| HSV(B) | 302.91º | 0.97% | 0.67% | - |
| XYZ | 23.15 | 11.26 | 35.14 | - |
| YUV | 72.23 | 178.66 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 162 | 0 | 0.97 | 0.05 | 0.33 | 302.91 | 0.94 | 0.34 |
| Hex | AA | 5 | A2 | 0 | 61 | 5 | 21 | 12F | 5E | 22 |
| Octal | 252 | 5 | 242 | 0 | 141 | 5 | 41 | 457 | 136 | 42 |
| Binary | 10101010 | 101 | 10100010 | 0 | 1100001 | 101 | 100001 | 100101111 | 1011110 | 100010 |
Color Harmonies of #AA05A2
Complementary color
Monochromatic Colors of #AA05A2
Black with #AA05A2
Text Example
Text Example
White with #AA05A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA05A2; }
p { color: rgb(170,5,162); }
H1.HeaderClassName
{
color: #AA05A2;
}
.AnyTagClassName
{
color: #AA05A2;
}
</style>
background-color css
<style>
a { background-color: #AA05A2; }
a { background-color: rgb(170,5,162); }
div.DivClassName
{
background-color: #AA05A2;
}
.BgClassName
{
background-color: #AA05A2;
}
</style>
border-color css
<style>
span { border-color: #AA05A2; }
span { border-color: rgb(170,5,162); }
td.TdClassName
{
border-color: #AA05A2;
}
.TagClassName
{
border-color: #AA05A2;
}
</style>