Shades of Dark Magenta #AA0AA2
Tints of Dark Magenta #AA0AA2
RGB
CMYK
RGB Variations
Color information
#AA0AA2 (or 0xAA0AA2) is known color: Dark Magenta. HEX triplet: AA, 0A and A2. RGB value is (170,10,162). Sum of RGB (Red+Green+Blue) = 170+10+162=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 10 (4.30% from 255 or 2.92% from 342); Blue value is 162 (63.67% from 255 or 47.37% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0AA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0AA2 is #55F55D. Grayscale: #4A4A4A. Windows color (decimal): -5633374 or 10619562. OLE color: 10619562.
HSL color Cylindrical-coordinate representation of color #AA0AA2: hue angle of 303º 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 #AA0AA2 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 162 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.33 |
| HSL | 303º | 0.89% | 0.35% | - |
| HSV(B) | 303º | 0.94% | 0.67% | - |
| XYZ | 23.21 | 11.37 | 35.15 | - |
| YUV | 75.17 | 177.01 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 162 | 0 | 0.94 | 0.05 | 0.33 | 303 | 0.89 | 0.35 |
| Hex | AA | A | A2 | 0 | 5E | 5 | 21 | 12F | 59 | 23 |
| Octal | 252 | 12 | 242 | 0 | 136 | 5 | 41 | 457 | 131 | 43 |
| Binary | 10101010 | 1010 | 10100010 | 0 | 1011110 | 101 | 100001 | 100101111 | 1011001 | 100011 |
Color Harmonies of #AA0AA2
Complementary color
Monochromatic Colors of #AA0AA2
Black with #AA0AA2
Text Example
Text Example
White with #AA0AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0AA2; }
p { color: rgb(170,10,162); }
H1.HeaderClassName
{
color: #AA0AA2;
}
.AnyTagClassName
{
color: #AA0AA2;
}
</style>
background-color css
<style>
a { background-color: #AA0AA2; }
a { background-color: rgb(170,10,162); }
div.DivClassName
{
background-color: #AA0AA2;
}
.BgClassName
{
background-color: #AA0AA2;
}
</style>
border-color css
<style>
span { border-color: #AA0AA2; }
span { border-color: rgb(170,10,162); }
td.TdClassName
{
border-color: #AA0AA2;
}
.TagClassName
{
border-color: #AA0AA2;
}
</style>