Shades of Dark Magenta #AA16A8
Tints of Dark Magenta #AA16A8
RGB
CMYK
RGB Variations
Color information
#AA16A8 (or 0xAA16A8) is known color: Dark Magenta. HEX triplet: AA, 16 and A8. RGB value is (170,22,168). Sum of RGB (Red+Green+Blue) = 170+22+168=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 168 (66.02% from 255 or 46.67% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA16A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA16A8 is #55E957. Grayscale: #525252. Windows color (decimal): -5630296 or 11015850. OLE color: 11015850.
HSL color Cylindrical-coordinate representation of color #AA16A8: hue angle of 300.81º 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 #AA16A8 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 168 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.33 |
| HSL | 300.81º | 0.77% | 0.38% | - |
| HSV(B) | 300.81º | 0.87% | 0.67% | - |
| XYZ | 23.93 | 11.95 | 38.09 | - |
| YUV | 82.9 | 176.03 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 168 | 0 | 0.87 | 0.01 | 0.33 | 300.81 | 0.77 | 0.38 |
| Hex | AA | 16 | A8 | 0 | 57 | 1 | 21 | 12D | 4D | 26 |
| Octal | 252 | 26 | 250 | 0 | 127 | 1 | 41 | 455 | 115 | 46 |
| Binary | 10101010 | 10110 | 10101000 | 0 | 1010111 | 1 | 100001 | 100101101 | 1001101 | 100110 |
Color Harmonies of #AA16A8
Complementary color
Monochromatic Colors of #AA16A8
Black with #AA16A8
Text Example
Text Example
White with #AA16A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA16A8; }
p { color: rgb(170,22,168); }
H1.HeaderClassName
{
color: #AA16A8;
}
.AnyTagClassName
{
color: #AA16A8;
}
</style>
background-color css
<style>
a { background-color: #AA16A8; }
a { background-color: rgb(170,22,168); }
div.DivClassName
{
background-color: #AA16A8;
}
.BgClassName
{
background-color: #AA16A8;
}
</style>
border-color css
<style>
span { border-color: #AA16A8; }
span { border-color: rgb(170,22,168); }
td.TdClassName
{
border-color: #AA16A8;
}
.TagClassName
{
border-color: #AA16A8;
}
</style>