Shades of Dark Magenta #AA0BA3
Tints of Dark Magenta #AA0BA3
RGB
CMYK
RGB Variations
Color information
#AA0BA3 (or 0xAA0BA3) is known color: Dark Magenta. HEX triplet: AA, 0B and A3. RGB value is (170,11,163). Sum of RGB (Red+Green+Blue) = 170+11+163=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 163 (64.06% from 255 or 47.38% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0BA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0BA3 is #55F45C. Grayscale: #4B4B4B. Windows color (decimal): -5633117 or 10685354. OLE color: 10685354.
HSL color Cylindrical-coordinate representation of color #AA0BA3: hue angle of 302.64º 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 #AA0BA3 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 163 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.33 |
| HSL | 302.64º | 0.88% | 0.35% | - |
| HSV(B) | 302.64º | 0.94% | 0.67% | - |
| XYZ | 23.31 | 11.43 | 35.63 | - |
| YUV | 75.87 | 177.18 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 163 | 0 | 0.94 | 0.04 | 0.33 | 302.64 | 0.88 | 0.35 |
| Hex | AA | B | A3 | 0 | 5E | 4 | 21 | 12F | 58 | 23 |
| Octal | 252 | 13 | 243 | 0 | 136 | 4 | 41 | 457 | 130 | 43 |
| Binary | 10101010 | 1011 | 10100011 | 0 | 1011110 | 100 | 100001 | 100101111 | 1011000 | 100011 |
Color Harmonies of #AA0BA3
Complementary color
Monochromatic Colors of #AA0BA3
Black with #AA0BA3
Text Example
Text Example
White with #AA0BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0BA3; }
p { color: rgb(170,11,163); }
H1.HeaderClassName
{
color: #AA0BA3;
}
.AnyTagClassName
{
color: #AA0BA3;
}
</style>
background-color css
<style>
a { background-color: #AA0BA3; }
a { background-color: rgb(170,11,163); }
div.DivClassName
{
background-color: #AA0BA3;
}
.BgClassName
{
background-color: #AA0BA3;
}
</style>
border-color css
<style>
span { border-color: #AA0BA3; }
span { border-color: rgb(170,11,163); }
td.TdClassName
{
border-color: #AA0BA3;
}
.TagClassName
{
border-color: #AA0BA3;
}
</style>