Shades of Dark Magenta #AA0BA2
Tints of Dark Magenta #AA0BA2
RGB
CMYK
RGB Variations
Color information
#AA0BA2 (or 0xAA0BA2) is known color: Dark Magenta. HEX triplet: AA, 0B and A2. RGB value is (170,11,162). Sum of RGB (Red+Green+Blue) = 170+11+162=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0BA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0BA2 is #55F45D. Grayscale: #4B4B4B. Windows color (decimal): -5633118 or 10619818. OLE color: 10619818.
HSL color Cylindrical-coordinate representation of color #AA0BA2: hue angle of 303.02º 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 #AA0BA2 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 162 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.33 |
| HSL | 303.02º | 0.88% | 0.35% | - |
| HSV(B) | 303.02º | 0.94% | 0.67% | - |
| XYZ | 23.22 | 11.39 | 35.16 | - |
| YUV | 75.76 | 176.68 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 162 | 0 | 0.94 | 0.05 | 0.33 | 303.02 | 0.88 | 0.35 |
| Hex | AA | B | A2 | 0 | 5E | 5 | 21 | 12F | 58 | 23 |
| Octal | 252 | 13 | 242 | 0 | 136 | 5 | 41 | 457 | 130 | 43 |
| Binary | 10101010 | 1011 | 10100010 | 0 | 1011110 | 101 | 100001 | 100101111 | 1011000 | 100011 |
Color Harmonies of #AA0BA2
Complementary color
Monochromatic Colors of #AA0BA2
Black with #AA0BA2
Text Example
Text Example
White with #AA0BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0BA2; }
p { color: rgb(170,11,162); }
H1.HeaderClassName
{
color: #AA0BA2;
}
.AnyTagClassName
{
color: #AA0BA2;
}
</style>
background-color css
<style>
a { background-color: #AA0BA2; }
a { background-color: rgb(170,11,162); }
div.DivClassName
{
background-color: #AA0BA2;
}
.BgClassName
{
background-color: #AA0BA2;
}
</style>
border-color css
<style>
span { border-color: #AA0BA2; }
span { border-color: rgb(170,11,162); }
td.TdClassName
{
border-color: #AA0BA2;
}
.TagClassName
{
border-color: #AA0BA2;
}
</style>