Shades of Dark Magenta #AA16AC
Tints of Dark Magenta #AA16AC
RGB
CMYK
RGB Variations
Color information
#AA16AC (or 0xAA16AC) is known color: Dark Magenta. HEX triplet: AA, 16 and AC. RGB value is (170,22,172). Sum of RGB (Red+Green+Blue) = 170+22+172=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA16AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA16AC is #55E953. Grayscale: #525252. Windows color (decimal): -5630292 or 11277994. OLE color: 11277994.
HSL color Cylindrical-coordinate representation of color #AA16AC: hue angle of 299.2º 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 #AA16AC is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 172 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.33 |
| HSL | 299.2º | 0.77% | 0.38% | - |
| HSV(B) | 299.2º | 0.87% | 0.67% | - |
| XYZ | 24.31 | 12.1 | 40.08 | - |
| YUV | 83.35 | 178.03 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 172 | 0.01 | 0.87 | 0 | 0.33 | 299.2 | 0.77 | 0.38 |
| Hex | AA | 16 | AC | 1 | 57 | 0 | 21 | 12B | 4D | 26 |
| Octal | 252 | 26 | 254 | 1 | 127 | 0 | 41 | 453 | 115 | 46 |
| Binary | 10101010 | 10110 | 10101100 | 1 | 1010111 | 0 | 100001 | 100101011 | 1001101 | 100110 |
Color Harmonies of #AA16AC
Complementary color
Monochromatic Colors of #AA16AC
Black with #AA16AC
Text Example
Text Example
White with #AA16AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA16AC; }
p { color: rgb(170,22,172); }
H1.HeaderClassName
{
color: #AA16AC;
}
.AnyTagClassName
{
color: #AA16AC;
}
</style>
background-color css
<style>
a { background-color: #AA16AC; }
a { background-color: rgb(170,22,172); }
div.DivClassName
{
background-color: #AA16AC;
}
.BgClassName
{
background-color: #AA16AC;
}
</style>
border-color css
<style>
span { border-color: #AA16AC; }
span { border-color: rgb(170,22,172); }
td.TdClassName
{
border-color: #AA16AC;
}
.TagClassName
{
border-color: #AA16AC;
}
</style>