Shades of Dark Magenta #AA10AB
Tints of Dark Magenta #AA10AB
RGB
CMYK
RGB Variations
Color information
#AA10AB (or 0xAA10AB) is known color: Dark Magenta. HEX triplet: AA, 10 and AB. RGB value is (170,16,171). Sum of RGB (Red+Green+Blue) = 170+16+171=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA10AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA10AB is #55EF54. Grayscale: #4F4F4F. Windows color (decimal): -5631829 or 11210922. OLE color: 11210922.
HSL color Cylindrical-coordinate representation of color #AA10AB: hue angle of 299.61º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA10AB is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 171 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.33 |
| HSL | 299.61º | 0.83% | 0.37% | - |
| HSV(B) | 299.61º | 0.91% | 0.67% | - |
| XYZ | 24.11 | 11.86 | 39.55 | - |
| YUV | 79.72 | 179.52 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 171 | 0.01 | 0.91 | 0 | 0.33 | 299.61 | 0.83 | 0.37 |
| Hex | AA | 10 | AB | 1 | 5B | 0 | 21 | 12C | 53 | 25 |
| Octal | 252 | 20 | 253 | 1 | 133 | 0 | 41 | 454 | 123 | 45 |
| Binary | 10101010 | 10000 | 10101011 | 1 | 1011011 | 0 | 100001 | 100101100 | 1010011 | 100101 |
Color Harmonies of #AA10AB
Complementary color
Monochromatic Colors of #AA10AB
Black with #AA10AB
Text Example
Text Example
White with #AA10AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA10AB; }
p { color: rgb(170,16,171); }
H1.HeaderClassName
{
color: #AA10AB;
}
.AnyTagClassName
{
color: #AA10AB;
}
</style>
background-color css
<style>
a { background-color: #AA10AB; }
a { background-color: rgb(170,16,171); }
div.DivClassName
{
background-color: #AA10AB;
}
.BgClassName
{
background-color: #AA10AB;
}
</style>
border-color css
<style>
span { border-color: #AA10AB; }
span { border-color: rgb(170,16,171); }
td.TdClassName
{
border-color: #AA10AB;
}
.TagClassName
{
border-color: #AA10AB;
}
</style>