Shades of Dark Magenta #AA11AB
Tints of Dark Magenta #AA11AB
RGB
CMYK
RGB Variations
Color information
#AA11AB (or 0xAA11AB) is known color: Dark Magenta. HEX triplet: AA, 11 and AB. RGB value is (170,17,171). Sum of RGB (Red+Green+Blue) = 170+17+171=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA11AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA11AB is #55EE54. Grayscale: #4F4F4F. Windows color (decimal): -5631573 or 11211178. OLE color: 11211178.
HSL color Cylindrical-coordinate representation of color #AA11AB: hue angle of 299.61º 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 #AA11AB is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 171 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.33 |
| HSL | 299.61º | 0.82% | 0.37% | - |
| HSV(B) | 299.61º | 0.9% | 0.67% | - |
| XYZ | 24.13 | 11.89 | 39.55 | - |
| YUV | 80.3 | 179.19 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 171 | 0.01 | 0.90 | 0 | 0.33 | 299.61 | 0.82 | 0.37 |
| Hex | AA | 11 | AB | 1 | 5A | 0 | 21 | 12C | 52 | 25 |
| Octal | 252 | 21 | 253 | 1 | 132 | 0 | 41 | 454 | 122 | 45 |
| Binary | 10101010 | 10001 | 10101011 | 1 | 1011010 | 0 | 100001 | 100101100 | 1010010 | 100101 |
Color Harmonies of #AA11AB
Complementary color
Monochromatic Colors of #AA11AB
Black with #AA11AB
Text Example
Text Example
White with #AA11AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA11AB; }
p { color: rgb(170,17,171); }
H1.HeaderClassName
{
color: #AA11AB;
}
.AnyTagClassName
{
color: #AA11AB;
}
</style>
background-color css
<style>
a { background-color: #AA11AB; }
a { background-color: rgb(170,17,171); }
div.DivClassName
{
background-color: #AA11AB;
}
.BgClassName
{
background-color: #AA11AB;
}
</style>
border-color css
<style>
span { border-color: #AA11AB; }
span { border-color: rgb(170,17,171); }
td.TdClassName
{
border-color: #AA11AB;
}
.TagClassName
{
border-color: #AA11AB;
}
</style>