Shades of Dark Magenta #AA0BAC
Tints of Dark Magenta #AA0BAC
RGB
CMYK
RGB Variations
Color information
#AA0BAC (or 0xAA0BAC) is known color: Dark Magenta. HEX triplet: AA, 0B and AC. RGB value is (170,11,172). Sum of RGB (Red+Green+Blue) = 170+11+172=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA0BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0BAC is #55F453. Grayscale: #4C4C4C. Windows color (decimal): -5633108 or 11275178. OLE color: 11275178.
HSL color Cylindrical-coordinate representation of color #AA0BAC: hue angle of 299.25º 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 #AA0BAC is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 172 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.33 |
| HSL | 299.25º | 0.88% | 0.36% | - |
| HSV(B) | 299.25º | 0.94% | 0.67% | - |
| XYZ | 24.14 | 11.76 | 40.03 | - |
| YUV | 76.9 | 181.68 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 172 | 0.01 | 0.94 | 0 | 0.33 | 299.25 | 0.88 | 0.36 |
| Hex | AA | B | AC | 1 | 5E | 0 | 21 | 12B | 58 | 24 |
| Octal | 252 | 13 | 254 | 1 | 136 | 0 | 41 | 453 | 130 | 44 |
| Binary | 10101010 | 1011 | 10101100 | 1 | 1011110 | 0 | 100001 | 100101011 | 1011000 | 100100 |
Color Harmonies of #AA0BAC
Complementary color
Monochromatic Colors of #AA0BAC
Black with #AA0BAC
Text Example
Text Example
White with #AA0BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0BAC; }
p { color: rgb(170,11,172); }
H1.HeaderClassName
{
color: #AA0BAC;
}
.AnyTagClassName
{
color: #AA0BAC;
}
</style>
background-color css
<style>
a { background-color: #AA0BAC; }
a { background-color: rgb(170,11,172); }
div.DivClassName
{
background-color: #AA0BAC;
}
.BgClassName
{
background-color: #AA0BAC;
}
</style>
border-color css
<style>
span { border-color: #AA0BAC; }
span { border-color: rgb(170,11,172); }
td.TdClassName
{
border-color: #AA0BAC;
}
.TagClassName
{
border-color: #AA0BAC;
}
</style>