Shades of Dark Magenta #AA0996
Tints of Dark Magenta #AA0996
RGB
CMYK
RGB Variations
Color information
#AA0996 (or 0xAA0996) is known color: Dark Magenta. HEX triplet: AA, 09 and 96. RGB value is (170,9,150). Sum of RGB (Red+Green+Blue) = 170+9+150=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0996 is #55F669. Grayscale: #484848. Windows color (decimal): -5633642 or 9832874. OLE color: 9832874.
HSL color Cylindrical-coordinate representation of color #AA0996: hue angle of 307.45º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0996 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 150 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.33 |
| HSL | 307.45º | 0.9% | 0.35% | - |
| HSV(B) | 307.45º | 0.95% | 0.67% | - |
| XYZ | 22.18 | 10.94 | 29.8 | - |
| YUV | 73.21 | 171.34 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 150 | 0 | 0.95 | 0.12 | 0.33 | 307.45 | 0.9 | 0.35 |
| Hex | AA | 9 | 96 | 0 | 5F | C | 21 | 133 | 5A | 23 |
| Octal | 252 | 11 | 226 | 0 | 137 | 14 | 41 | 463 | 132 | 43 |
| Binary | 10101010 | 1001 | 10010110 | 0 | 1011111 | 1100 | 100001 | 100110011 | 1011010 | 100011 |
Color Harmonies of #AA0996
Complementary color
Monochromatic Colors of #AA0996
Black with #AA0996
Text Example
Text Example
White with #AA0996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0996; }
p { color: rgb(170,9,150); }
H1.HeaderClassName
{
color: #AA0996;
}
.AnyTagClassName
{
color: #AA0996;
}
</style>
background-color css
<style>
a { background-color: #AA0996; }
a { background-color: rgb(170,9,150); }
div.DivClassName
{
background-color: #AA0996;
}
.BgClassName
{
background-color: #AA0996;
}
</style>
border-color css
<style>
span { border-color: #AA0996; }
span { border-color: rgb(170,9,150); }
td.TdClassName
{
border-color: #AA0996;
}
.TagClassName
{
border-color: #AA0996;
}
</style>