Shades of Dark Magenta #AA0AA0
Tints of Dark Magenta #AA0AA0
RGB
CMYK
RGB Variations
Color information
#AA0AA0 (or 0xAA0AA0) is known color: Dark Magenta. HEX triplet: AA, 0A and A0. RGB value is (170,10,160). Sum of RGB (Red+Green+Blue) = 170+10+160=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 160 (62.89% from 255 or 47.06% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0AA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0AA0 is #55F55F. Grayscale: #4A4A4A. Windows color (decimal): -5633376 or 10488490. OLE color: 10488490.
HSL color Cylindrical-coordinate representation of color #AA0AA0: hue angle of 303.75º 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 #AA0AA0 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 160 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.33 |
| HSL | 303.75º | 0.89% | 0.35% | - |
| HSV(B) | 303.75º | 0.94% | 0.67% | - |
| XYZ | 23.03 | 11.3 | 34.23 | - |
| YUV | 74.94 | 176.01 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 160 | 0 | 0.94 | 0.06 | 0.33 | 303.75 | 0.89 | 0.35 |
| Hex | AA | A | A0 | 0 | 5E | 6 | 21 | 130 | 59 | 23 |
| Octal | 252 | 12 | 240 | 0 | 136 | 6 | 41 | 460 | 131 | 43 |
| Binary | 10101010 | 1010 | 10100000 | 0 | 1011110 | 110 | 100001 | 100110000 | 1011001 | 100011 |
Color Harmonies of #AA0AA0
Complementary color
Monochromatic Colors of #AA0AA0
Black with #AA0AA0
Text Example
Text Example
White with #AA0AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0AA0; }
p { color: rgb(170,10,160); }
H1.HeaderClassName
{
color: #AA0AA0;
}
.AnyTagClassName
{
color: #AA0AA0;
}
</style>
background-color css
<style>
a { background-color: #AA0AA0; }
a { background-color: rgb(170,10,160); }
div.DivClassName
{
background-color: #AA0AA0;
}
.BgClassName
{
background-color: #AA0AA0;
}
</style>
border-color css
<style>
span { border-color: #AA0AA0; }
span { border-color: rgb(170,10,160); }
td.TdClassName
{
border-color: #AA0AA0;
}
.TagClassName
{
border-color: #AA0AA0;
}
</style>