Shades of Dark Magenta #AA0AAB
Tints of Dark Magenta #AA0AAB
RGB
CMYK
RGB Variations
Color information
#AA0AAB (or 0xAA0AAB) is known color: Dark Magenta. HEX triplet: AA, 0A and AB. RGB value is (170,10,171). Sum of RGB (Red+Green+Blue) = 170+10+171=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA0AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0AAB is #55F554. Grayscale: #4B4B4B. Windows color (decimal): -5633365 or 11209386. OLE color: 11209386.
HSL color Cylindrical-coordinate representation of color #AA0AAB: hue angle of 299.63º degrees, saturation: 0.89, 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 #AA0AAB is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 171 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.33 |
| HSL | 299.63º | 0.89% | 0.35% | - |
| HSV(B) | 299.63º | 0.94% | 0.67% | - |
| XYZ | 24.04 | 11.7 | 39.52 | - |
| YUV | 76.19 | 181.51 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 171 | 0.01 | 0.94 | 0 | 0.33 | 299.63 | 0.89 | 0.35 |
| Hex | AA | A | AB | 1 | 5E | 0 | 21 | 12C | 59 | 23 |
| Octal | 252 | 12 | 253 | 1 | 136 | 0 | 41 | 454 | 131 | 43 |
| Binary | 10101010 | 1010 | 10101011 | 1 | 1011110 | 0 | 100001 | 100101100 | 1011001 | 100011 |
Color Harmonies of #AA0AAB
Complementary color
Monochromatic Colors of #AA0AAB
Black with #AA0AAB
Text Example
Text Example
White with #AA0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0AAB; }
p { color: rgb(170,10,171); }
H1.HeaderClassName
{
color: #AA0AAB;
}
.AnyTagClassName
{
color: #AA0AAB;
}
</style>
background-color css
<style>
a { background-color: #AA0AAB; }
a { background-color: rgb(170,10,171); }
div.DivClassName
{
background-color: #AA0AAB;
}
.BgClassName
{
background-color: #AA0AAB;
}
</style>
border-color css
<style>
span { border-color: #AA0AAB; }
span { border-color: rgb(170,10,171); }
td.TdClassName
{
border-color: #AA0AAB;
}
.TagClassName
{
border-color: #AA0AAB;
}
</style>