Shades of Dark Magenta #AA16A6
Tints of Dark Magenta #AA16A6
RGB
CMYK
RGB Variations
Color information
#AA16A6 (or 0xAA16A6) is known color: Dark Magenta. HEX triplet: AA, 16 and A6. RGB value is (170,22,166). Sum of RGB (Red+Green+Blue) = 170+22+166=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 166 (65.23% from 255 or 46.37% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA16A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA16A6 is #55E959. Grayscale: #525252. Windows color (decimal): -5630298 or 10884778. OLE color: 10884778.
HSL color Cylindrical-coordinate representation of color #AA16A6: hue angle of 301.62º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA16A6 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 166 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.33 |
| HSL | 301.62º | 0.77% | 0.38% | - |
| HSV(B) | 301.62º | 0.87% | 0.67% | - |
| XYZ | 23.75 | 11.87 | 37.12 | - |
| YUV | 82.67 | 175.03 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 166 | 0 | 0.87 | 0.02 | 0.33 | 301.62 | 0.77 | 0.38 |
| Hex | AA | 16 | A6 | 0 | 57 | 2 | 21 | 12E | 4D | 26 |
| Octal | 252 | 26 | 246 | 0 | 127 | 2 | 41 | 456 | 115 | 46 |
| Binary | 10101010 | 10110 | 10100110 | 0 | 1010111 | 10 | 100001 | 100101110 | 1001101 | 100110 |
Color Harmonies of #AA16A6
Complementary color
Monochromatic Colors of #AA16A6
Black with #AA16A6
Text Example
Text Example
White with #AA16A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA16A6; }
p { color: rgb(170,22,166); }
H1.HeaderClassName
{
color: #AA16A6;
}
.AnyTagClassName
{
color: #AA16A6;
}
</style>
background-color css
<style>
a { background-color: #AA16A6; }
a { background-color: rgb(170,22,166); }
div.DivClassName
{
background-color: #AA16A6;
}
.BgClassName
{
background-color: #AA16A6;
}
</style>
border-color css
<style>
span { border-color: #AA16A6; }
span { border-color: rgb(170,22,166); }
td.TdClassName
{
border-color: #AA16A6;
}
.TagClassName
{
border-color: #AA16A6;
}
</style>