Shades of Dark Magenta #AA009C
Tints of Dark Magenta #AA009C
RGB
CMYK
RGB Variations
Color information
#AA009C (or 0xAA009C) is known color: Dark Magenta. HEX triplet: AA, 00 and 9C. RGB value is (170,0,156). Sum of RGB (Red+Green+Blue) = 170+0+156=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA009C is #55FF63. Grayscale: #444444. Windows color (decimal): -5635940 or 10223786. OLE color: 10223786.
HSL color Cylindrical-coordinate representation of color #AA009C: hue angle of 304.94º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA009C is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 156 | - |
| CMYK | 0 | 1 | 0.08 | 0.33 |
| HSL | 304.94º | 1% | 0.33% | - |
| HSV(B) | 304.94º | 1% | 0.67% | - |
| XYZ | 22.58 | 10.95 | 32.38 | - |
| YUV | 68.61 | 177.32 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 156 | 0 | 1 | 0.08 | 0.33 | 304.94 | 1 | 0.33 |
| Hex | AA | 0 | 9C | 0 | 64 | 8 | 21 | 131 | 64 | 21 |
| Octal | 252 | 0 | 234 | 0 | 144 | 10 | 41 | 461 | 144 | 41 |
| Binary | 10101010 | 0 | 10011100 | 0 | 1100100 | 1000 | 100001 | 100110001 | 1100100 | 100001 |
Color Harmonies of #AA009C
Complementary color
Monochromatic Colors of #AA009C
Black with #AA009C
Text Example
Text Example
White with #AA009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA009C; }
p { color: rgb(170,0,156); }
H1.HeaderClassName
{
color: #AA009C;
}
.AnyTagClassName
{
color: #AA009C;
}
</style>
background-color css
<style>
a { background-color: #AA009C; }
a { background-color: rgb(170,0,156); }
div.DivClassName
{
background-color: #AA009C;
}
.BgClassName
{
background-color: #AA009C;
}
</style>
border-color css
<style>
span { border-color: #AA009C; }
span { border-color: rgb(170,0,156); }
td.TdClassName
{
border-color: #AA009C;
}
.TagClassName
{
border-color: #AA009C;
}
</style>