Shades of Dark Magenta #AA0BA8
Tints of Dark Magenta #AA0BA8
RGB
CMYK
RGB Variations
Color information
#AA0BA8 (or 0xAA0BA8) is known color: Dark Magenta. HEX triplet: AA, 0B and A8. RGB value is (170,11,168). Sum of RGB (Red+Green+Blue) = 170+11+168=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 168 (66.02% from 255 or 48.14% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0BA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0BA8 is #55F457. Grayscale: #4B4B4B. Windows color (decimal): -5633112 or 11013034. OLE color: 11013034.
HSL color Cylindrical-coordinate representation of color #AA0BA8: hue angle of 300.75º 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 #AA0BA8 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 168 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.33 |
| HSL | 300.75º | 0.88% | 0.35% | - |
| HSV(B) | 300.75º | 0.94% | 0.67% | - |
| XYZ | 23.77 | 11.61 | 38.03 | - |
| YUV | 76.44 | 179.68 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 168 | 0 | 0.94 | 0.01 | 0.33 | 300.75 | 0.88 | 0.35 |
| Hex | AA | B | A8 | 0 | 5E | 1 | 21 | 12D | 58 | 23 |
| Octal | 252 | 13 | 250 | 0 | 136 | 1 | 41 | 455 | 130 | 43 |
| Binary | 10101010 | 1011 | 10101000 | 0 | 1011110 | 1 | 100001 | 100101101 | 1011000 | 100011 |
Color Harmonies of #AA0BA8
Complementary color
Monochromatic Colors of #AA0BA8
Black with #AA0BA8
Text Example
Text Example
White with #AA0BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0BA8; }
p { color: rgb(170,11,168); }
H1.HeaderClassName
{
color: #AA0BA8;
}
.AnyTagClassName
{
color: #AA0BA8;
}
</style>
background-color css
<style>
a { background-color: #AA0BA8; }
a { background-color: rgb(170,11,168); }
div.DivClassName
{
background-color: #AA0BA8;
}
.BgClassName
{
background-color: #AA0BA8;
}
</style>
border-color css
<style>
span { border-color: #AA0BA8; }
span { border-color: rgb(170,11,168); }
td.TdClassName
{
border-color: #AA0BA8;
}
.TagClassName
{
border-color: #AA0BA8;
}
</style>