Shades of Dark Magenta #AA11A8
Tints of Dark Magenta #AA11A8
RGB
CMYK
RGB Variations
Color information
#AA11A8 (or 0xAA11A8) is known color: Dark Magenta. HEX triplet: AA, 11 and A8. RGB value is (170,17,168). Sum of RGB (Red+Green+Blue) = 170+17+168=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 168 (66.02% from 255 or 47.32% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA11A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA11A8 is #55EE57. Grayscale: #4F4F4F. Windows color (decimal): -5631576 or 11014570. OLE color: 11014570.
HSL color Cylindrical-coordinate representation of color #AA11A8: hue angle of 300.78º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA11A8 is Cyan = 0, Magento = 0.9, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 168 | - |
| CMYK | 0 | 0.9 | 0.01 | 0.33 |
| HSL | 300.78º | 0.82% | 0.37% | - |
| HSV(B) | 300.78º | 0.9% | 0.67% | - |
| XYZ | 23.85 | 11.77 | 38.06 | - |
| YUV | 79.96 | 177.69 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 168 | 0 | 0.9 | 0.01 | 0.33 | 300.78 | 0.82 | 0.37 |
| Hex | AA | 11 | A8 | 0 | 5A | 1 | 21 | 12D | 52 | 25 |
| Octal | 252 | 21 | 250 | 0 | 132 | 1 | 41 | 455 | 122 | 45 |
| Binary | 10101010 | 10001 | 10101000 | 0 | 1011010 | 1 | 100001 | 100101101 | 1010010 | 100101 |
Color Harmonies of #AA11A8
Complementary color
Monochromatic Colors of #AA11A8
Black with #AA11A8
Text Example
Text Example
White with #AA11A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA11A8; }
p { color: rgb(170,17,168); }
H1.HeaderClassName
{
color: #AA11A8;
}
.AnyTagClassName
{
color: #AA11A8;
}
</style>
background-color css
<style>
a { background-color: #AA11A8; }
a { background-color: rgb(170,17,168); }
div.DivClassName
{
background-color: #AA11A8;
}
.BgClassName
{
background-color: #AA11A8;
}
</style>
border-color css
<style>
span { border-color: #AA11A8; }
span { border-color: rgb(170,17,168); }
td.TdClassName
{
border-color: #AA11A8;
}
.TagClassName
{
border-color: #AA11A8;
}
</style>