Shades of Dark Magenta #AA0BA1
Tints of Dark Magenta #AA0BA1
RGB
CMYK
RGB Variations
Color information
#AA0BA1 (or 0xAA0BA1) is known color: Dark Magenta. HEX triplet: AA, 0B and A1. RGB value is (170,11,161). Sum of RGB (Red+Green+Blue) = 170+11+161=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 161 (63.28% from 255 or 47.08% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0BA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0BA1 is #55F45E. Grayscale: #4B4B4B. Windows color (decimal): -5633119 or 10554282. OLE color: 10554282.
HSL color Cylindrical-coordinate representation of color #AA0BA1: hue angle of 303.4º 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 #AA0BA1 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 161 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.33 |
| HSL | 303.4º | 0.88% | 0.35% | - |
| HSV(B) | 303.4º | 0.94% | 0.67% | - |
| XYZ | 23.13 | 11.36 | 34.69 | - |
| YUV | 75.64 | 176.18 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 161 | 0 | 0.94 | 0.05 | 0.33 | 303.4 | 0.88 | 0.35 |
| Hex | AA | B | A1 | 0 | 5E | 5 | 21 | 12F | 58 | 23 |
| Octal | 252 | 13 | 241 | 0 | 136 | 5 | 41 | 457 | 130 | 43 |
| Binary | 10101010 | 1011 | 10100001 | 0 | 1011110 | 101 | 100001 | 100101111 | 1011000 | 100011 |
Color Harmonies of #AA0BA1
Complementary color
Monochromatic Colors of #AA0BA1
Black with #AA0BA1
Text Example
Text Example
White with #AA0BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0BA1; }
p { color: rgb(170,11,161); }
H1.HeaderClassName
{
color: #AA0BA1;
}
.AnyTagClassName
{
color: #AA0BA1;
}
</style>
background-color css
<style>
a { background-color: #AA0BA1; }
a { background-color: rgb(170,11,161); }
div.DivClassName
{
background-color: #AA0BA1;
}
.BgClassName
{
background-color: #AA0BA1;
}
</style>
border-color css
<style>
span { border-color: #AA0BA1; }
span { border-color: rgb(170,11,161); }
td.TdClassName
{
border-color: #AA0BA1;
}
.TagClassName
{
border-color: #AA0BA1;
}
</style>