Shades of Dark Magenta #AA0BA4
Tints of Dark Magenta #AA0BA4
RGB
CMYK
RGB Variations
Color information
#AA0BA4 (or 0xAA0BA4) is known color: Dark Magenta. HEX triplet: AA, 0B and A4. RGB value is (170,11,164). Sum of RGB (Red+Green+Blue) = 170+11+164=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 164 (64.45% from 255 or 47.54% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0BA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0BA4 is #55F45B. Grayscale: #4B4B4B. Windows color (decimal): -5633116 or 10750890. OLE color: 10750890.
HSL color Cylindrical-coordinate representation of color #AA0BA4: hue angle of 302.26º 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 #AA0BA4 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 164 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.33 |
| HSL | 302.26º | 0.88% | 0.35% | - |
| HSV(B) | 302.26º | 0.94% | 0.67% | - |
| XYZ | 23.4 | 11.47 | 36.1 | - |
| YUV | 75.98 | 177.68 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 164 | 0 | 0.94 | 0.04 | 0.33 | 302.26 | 0.88 | 0.35 |
| Hex | AA | B | A4 | 0 | 5E | 4 | 21 | 12E | 58 | 23 |
| Octal | 252 | 13 | 244 | 0 | 136 | 4 | 41 | 456 | 130 | 43 |
| Binary | 10101010 | 1011 | 10100100 | 0 | 1011110 | 100 | 100001 | 100101110 | 1011000 | 100011 |
Color Harmonies of #AA0BA4
Complementary color
Monochromatic Colors of #AA0BA4
Black with #AA0BA4
Text Example
Text Example
White with #AA0BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0BA4; }
p { color: rgb(170,11,164); }
H1.HeaderClassName
{
color: #AA0BA4;
}
.AnyTagClassName
{
color: #AA0BA4;
}
</style>
background-color css
<style>
a { background-color: #AA0BA4; }
a { background-color: rgb(170,11,164); }
div.DivClassName
{
background-color: #AA0BA4;
}
.BgClassName
{
background-color: #AA0BA4;
}
</style>
border-color css
<style>
span { border-color: #AA0BA4; }
span { border-color: rgb(170,11,164); }
td.TdClassName
{
border-color: #AA0BA4;
}
.TagClassName
{
border-color: #AA0BA4;
}
</style>