Shades of Deep Magenta #AA0DB1
Tints of Deep Magenta #AA0DB1
RGB
CMYK
RGB Variations
Color information
#AA0DB1 (or 0xAA0DB1) is known color: Deep Magenta. HEX triplet: AA, 0D and B1. RGB value is (170,13,177). Sum of RGB (Red+Green+Blue) = 170+13+177=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 177 (69.53% from 255 or 49.17% from 360); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA0DB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0DB1 is #55F24E. Grayscale: #4E4E4E. Windows color (decimal): -5632591 or 11603370. OLE color: 11603370.
HSL color Cylindrical-coordinate representation of color #AA0DB1: hue angle of 297.44º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0DB1 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 13 | 177 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.31 |
| HSL | 297.44º | 0.86% | 0.37% | - |
| HSV(B) | 297.44º | 0.93% | 0.69% | - |
| XYZ | 24.66 | 12.01 | 42.61 | - |
| YUV | 78.64 | 183.51 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 177 | 0.04 | 0.93 | 0 | 0.31 | 297.44 | 0.86 | 0.37 |
| Hex | AA | D | B1 | 4 | 5D | 0 | 1F | 129 | 56 | 25 |
| Octal | 252 | 15 | 261 | 4 | 135 | 0 | 37 | 451 | 126 | 45 |
| Binary | 10101010 | 1101 | 10110001 | 100 | 1011101 | 0 | 11111 | 100101001 | 1010110 | 100101 |
Color Harmonies of #AA0DB1
Complementary color
Monochromatic Colors of #AA0DB1
Black with #AA0DB1
Text Example
Text Example
White with #AA0DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DB1; }
p { color: rgb(170,13,177); }
H1.HeaderClassName
{
color: #AA0DB1;
}
.AnyTagClassName
{
color: #AA0DB1;
}
</style>
background-color css
<style>
a { background-color: #AA0DB1; }
a { background-color: rgb(170,13,177); }
div.DivClassName
{
background-color: #AA0DB1;
}
.BgClassName
{
background-color: #AA0DB1;
}
</style>
border-color css
<style>
span { border-color: #AA0DB1; }
span { border-color: rgb(170,13,177); }
td.TdClassName
{
border-color: #AA0DB1;
}
.TagClassName
{
border-color: #AA0DB1;
}
</style>