Shades of Deep Magenta #AA0AB3
Tints of Deep Magenta #AA0AB3
RGB
CMYK
RGB Variations
Color information
#AA0AB3 (or 0xAA0AB3) is known color: Deep Magenta. HEX triplet: AA, 0A and B3. RGB value is (170,10,179). Sum of RGB (Red+Green+Blue) = 170+10+179=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 179 (70.31% from 255 or 49.86% from 359); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA0AB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0AB3 is #55F54C. Grayscale: #4C4C4C. Windows color (decimal): -5633357 or 11733674. OLE color: 11733674.
HSL color Cylindrical-coordinate representation of color #AA0AB3: hue angle of 296.8º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0AB3 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 10 | 179 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.30 |
| HSL | 296.8º | 0.89% | 0.37% | - |
| HSV(B) | 296.8º | 0.94% | 0.7% | - |
| XYZ | 24.82 | 12.02 | 43.66 | - |
| YUV | 77.11 | 185.51 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 179 | 0.05 | 0.94 | 0 | 0.30 | 296.8 | 0.89 | 0.37 |
| Hex | AA | A | B3 | 5 | 5E | 0 | 1E | 129 | 59 | 25 |
| Octal | 252 | 12 | 263 | 5 | 136 | 0 | 36 | 451 | 131 | 45 |
| Binary | 10101010 | 1010 | 10110011 | 101 | 1011110 | 0 | 11110 | 100101001 | 1011001 | 100101 |
Color Harmonies of #AA0AB3
Complementary color
Monochromatic Colors of #AA0AB3
Black with #AA0AB3
Text Example
Text Example
White with #AA0AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0AB3; }
p { color: rgb(170,10,179); }
H1.HeaderClassName
{
color: #AA0AB3;
}
.AnyTagClassName
{
color: #AA0AB3;
}
</style>
background-color css
<style>
a { background-color: #AA0AB3; }
a { background-color: rgb(170,10,179); }
div.DivClassName
{
background-color: #AA0AB3;
}
.BgClassName
{
background-color: #AA0AB3;
}
</style>
border-color css
<style>
span { border-color: #AA0AB3; }
span { border-color: rgb(170,10,179); }
td.TdClassName
{
border-color: #AA0AB3;
}
.TagClassName
{
border-color: #AA0AB3;
}
</style>