Shades of Dark Magenta #AA05A0
Tints of Dark Magenta #AA05A0
RGB
CMYK
RGB Variations
Color information
#AA05A0 (or 0xAA05A0) is known color: Dark Magenta. HEX triplet: AA, 05 and A0. RGB value is (170,5,160). Sum of RGB (Red+Green+Blue) = 170+5+160=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA05A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA05A0 is #55FA5F. Grayscale: #474747. Windows color (decimal): -5634656 or 10487210. OLE color: 10487210.
HSL color Cylindrical-coordinate representation of color #AA05A0: hue angle of 303.64º 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 #AA05A0 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 160 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.33 |
| HSL | 303.64º | 0.94% | 0.34% | - |
| HSV(B) | 303.64º | 0.97% | 0.67% | - |
| XYZ | 22.98 | 11.19 | 34.21 | - |
| YUV | 72.01 | 177.66 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 160 | 0 | 0.97 | 0.06 | 0.33 | 303.64 | 0.94 | 0.34 |
| Hex | AA | 5 | A0 | 0 | 61 | 6 | 21 | 130 | 5E | 22 |
| Octal | 252 | 5 | 240 | 0 | 141 | 6 | 41 | 460 | 136 | 42 |
| Binary | 10101010 | 101 | 10100000 | 0 | 1100001 | 110 | 100001 | 100110000 | 1011110 | 100010 |
Color Harmonies of #AA05A0
Complementary color
Monochromatic Colors of #AA05A0
Black with #AA05A0
Text Example
Text Example
White with #AA05A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA05A0; }
p { color: rgb(170,5,160); }
H1.HeaderClassName
{
color: #AA05A0;
}
.AnyTagClassName
{
color: #AA05A0;
}
</style>
background-color css
<style>
a { background-color: #AA05A0; }
a { background-color: rgb(170,5,160); }
div.DivClassName
{
background-color: #AA05A0;
}
.BgClassName
{
background-color: #AA05A0;
}
</style>
border-color css
<style>
span { border-color: #AA05A0; }
span { border-color: rgb(170,5,160); }
td.TdClassName
{
border-color: #AA05A0;
}
.TagClassName
{
border-color: #AA05A0;
}
</style>