Shades of Dark Magenta #AA0BAB
Tints of Dark Magenta #AA0BAB
RGB
CMYK
RGB Variations
Color information
#AA0BAB (or 0xAA0BAB) is known color: Dark Magenta. HEX triplet: AA, 0B and AB. RGB value is (170,11,171). Sum of RGB (Red+Green+Blue) = 170+11+171=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA0BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0BAB is #55F454. Grayscale: #4C4C4C. Windows color (decimal): -5633109 or 11209642. OLE color: 11209642.
HSL color Cylindrical-coordinate representation of color #AA0BAB: hue angle of 299.62º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0BAB is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 171 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.33 |
| HSL | 299.63º | 0.88% | 0.36% | - |
| HSV(B) | 299.63º | 0.94% | 0.67% | - |
| XYZ | 24.05 | 11.73 | 39.52 | - |
| YUV | 76.78 | 181.18 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 171 | 0.01 | 0.94 | 0 | 0.33 | 299.63 | 0.88 | 0.36 |
| Hex | AA | B | AB | 1 | 5E | 0 | 21 | 12C | 58 | 24 |
| Octal | 252 | 13 | 253 | 1 | 136 | 0 | 41 | 454 | 130 | 44 |
| Binary | 10101010 | 1011 | 10101011 | 1 | 1011110 | 0 | 100001 | 100101100 | 1011000 | 100100 |
Color Harmonies of #AA0BAB
Complementary color
Monochromatic Colors of #AA0BAB
Black with #AA0BAB
Text Example
Text Example
White with #AA0BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0BAB; }
p { color: rgb(170,11,171); }
H1.HeaderClassName
{
color: #AA0BAB;
}
.AnyTagClassName
{
color: #AA0BAB;
}
</style>
background-color css
<style>
a { background-color: #AA0BAB; }
a { background-color: rgb(170,11,171); }
div.DivClassName
{
background-color: #AA0BAB;
}
.BgClassName
{
background-color: #AA0BAB;
}
</style>
border-color css
<style>
span { border-color: #AA0BAB; }
span { border-color: rgb(170,11,171); }
td.TdClassName
{
border-color: #AA0BAB;
}
.TagClassName
{
border-color: #AA0BAB;
}
</style>