Shades of Deep Magenta #AA0DB5
Tints of Deep Magenta #AA0DB5
RGB
CMYK
RGB Variations
Color information
#AA0DB5 (or 0xAA0DB5) is known color: Deep Magenta. HEX triplet: AA, 0D and B5. RGB value is (170,13,181). Sum of RGB (Red+Green+Blue) = 170+13+181=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 181 (71.09% from 255 or 49.73% from 364); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA0DB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DB5 is #55F24A. Grayscale: #4E4E4E. Windows color (decimal): -5632587 or 11865514. OLE color: 11865514.
HSL color Cylindrical-coordinate representation of color #AA0DB5: hue angle of 296.07º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0DB5 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 13 | 181 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.29 |
| HSL | 296.07º | 0.87% | 0.38% | - |
| HSV(B) | 296.07º | 0.93% | 0.71% | - |
| XYZ | 25.06 | 12.17 | 44.74 | - |
| YUV | 79.1 | 185.51 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 181 | 0.06 | 0.93 | 0 | 0.29 | 296.07 | 0.87 | 0.38 |
| Hex | AA | D | B5 | 6 | 5D | 0 | 1D | 128 | 57 | 26 |
| Octal | 252 | 15 | 265 | 6 | 135 | 0 | 35 | 450 | 127 | 46 |
| Binary | 10101010 | 1101 | 10110101 | 110 | 1011101 | 0 | 11101 | 100101000 | 1010111 | 100110 |
Color Harmonies of #AA0DB5
Complementary color
Monochromatic Colors of #AA0DB5
Black with #AA0DB5
Text Example
Text Example
White with #AA0DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DB5; }
p { color: rgb(170,13,181); }
H1.HeaderClassName
{
color: #AA0DB5;
}
.AnyTagClassName
{
color: #AA0DB5;
}
</style>
background-color css
<style>
a { background-color: #AA0DB5; }
a { background-color: rgb(170,13,181); }
div.DivClassName
{
background-color: #AA0DB5;
}
.BgClassName
{
background-color: #AA0DB5;
}
</style>
border-color css
<style>
span { border-color: #AA0DB5; }
span { border-color: rgb(170,13,181); }
td.TdClassName
{
border-color: #AA0DB5;
}
.TagClassName
{
border-color: #AA0DB5;
}
</style>