Shades of Dark Magenta #AA05AA
Tints of Dark Magenta #AA05AA
RGB
CMYK
RGB Variations
Color information
#AA05AA (or 0xAA05AA) is known color: Dark Magenta. HEX triplet: AA, 05 and AA. RGB value is (170,5,170). Sum of RGB (Red+Green+Blue) = 170+5+170=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA05AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA05AA is #55FA55. Grayscale: #484848. Windows color (decimal): -5634646 or 11142570. OLE color: 11142570.
HSL color Cylindrical-coordinate representation of color #AA05AA: hue angle of 300º 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 #AA05AA is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 170 | - |
| CMYK | 0 | 0.97 | 0 | 0.33 |
| HSL | 300º | 0.94% | 0.34% | - |
| HSV(B) | 300º | 0.97% | 0.67% | - |
| XYZ | 23.89 | 11.56 | 39 | - |
| YUV | 73.15 | 182.66 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 170 | 0 | 0.97 | 0 | 0.33 | 300 | 0.94 | 0.34 |
| Hex | AA | 5 | AA | 0 | 61 | 0 | 21 | 12C | 5E | 22 |
| Octal | 252 | 5 | 252 | 0 | 141 | 0 | 41 | 454 | 136 | 42 |
| Binary | 10101010 | 101 | 10101010 | 0 | 1100001 | 0 | 100001 | 100101100 | 1011110 | 100010 |
Color Harmonies of #AA05AA
Complementary color
Monochromatic Colors of #AA05AA
Black with #AA05AA
Text Example
Text Example
White with #AA05AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA05AA; }
p { color: rgb(170,5,170); }
H1.HeaderClassName
{
color: #AA05AA;
}
.AnyTagClassName
{
color: #AA05AA;
}
</style>
background-color css
<style>
a { background-color: #AA05AA; }
a { background-color: rgb(170,5,170); }
div.DivClassName
{
background-color: #AA05AA;
}
.BgClassName
{
background-color: #AA05AA;
}
</style>
border-color css
<style>
span { border-color: #AA05AA; }
span { border-color: rgb(170,5,170); }
td.TdClassName
{
border-color: #AA05AA;
}
.TagClassName
{
border-color: #AA05AA;
}
</style>