Shades of Dark Magenta #AA0BA6
Tints of Dark Magenta #AA0BA6
RGB
CMYK
RGB Variations
Color information
#AA0BA6 (or 0xAA0BA6) is known color: Dark Magenta. HEX triplet: AA, 0B and A6. RGB value is (170,11,166). Sum of RGB (Red+Green+Blue) = 170+11+166=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 166 (65.23% from 255 or 47.84% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0BA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0BA6 is #55F459. Grayscale: #4B4B4B. Windows color (decimal): -5633114 or 10881962. OLE color: 10881962.
HSL color Cylindrical-coordinate representation of color #AA0BA6: hue angle of 301.51º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0BA6 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 166 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.33 |
| HSL | 301.51º | 0.88% | 0.35% | - |
| HSV(B) | 301.51º | 0.94% | 0.67% | - |
| XYZ | 23.58 | 11.54 | 37.06 | - |
| YUV | 76.21 | 178.68 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 166 | 0 | 0.94 | 0.02 | 0.33 | 301.51 | 0.88 | 0.35 |
| Hex | AA | B | A6 | 0 | 5E | 2 | 21 | 12E | 58 | 23 |
| Octal | 252 | 13 | 246 | 0 | 136 | 2 | 41 | 456 | 130 | 43 |
| Binary | 10101010 | 1011 | 10100110 | 0 | 1011110 | 10 | 100001 | 100101110 | 1011000 | 100011 |
Color Harmonies of #AA0BA6
Complementary color
Monochromatic Colors of #AA0BA6
Black with #AA0BA6
Text Example
Text Example
White with #AA0BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0BA6; }
p { color: rgb(170,11,166); }
H1.HeaderClassName
{
color: #AA0BA6;
}
.AnyTagClassName
{
color: #AA0BA6;
}
</style>
background-color css
<style>
a { background-color: #AA0BA6; }
a { background-color: rgb(170,11,166); }
div.DivClassName
{
background-color: #AA0BA6;
}
.BgClassName
{
background-color: #AA0BA6;
}
</style>
border-color css
<style>
span { border-color: #AA0BA6; }
span { border-color: rgb(170,11,166); }
td.TdClassName
{
border-color: #AA0BA6;
}
.TagClassName
{
border-color: #AA0BA6;
}
</style>