Shades of Deep Magenta #AA0DB4
Tints of Deep Magenta #AA0DB4
RGB
CMYK
RGB Variations
Color information
#AA0DB4 (or 0xAA0DB4) is known color: Deep Magenta. HEX triplet: AA, 0D and B4. RGB value is (170,13,180). Sum of RGB (Red+Green+Blue) = 170+13+180=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 180 (70.70% from 255 or 49.59% from 363); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA0DB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DB4 is #55F24B. Grayscale: #4E4E4E. Windows color (decimal): -5632588 or 11799978. OLE color: 11799978.
HSL color Cylindrical-coordinate representation of color #AA0DB4: hue angle of 296.41º 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 #AA0DB4 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 13 | 180 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.29 |
| HSL | 296.41º | 0.87% | 0.38% | - |
| HSV(B) | 296.41º | 0.93% | 0.71% | - |
| XYZ | 24.96 | 12.13 | 44.21 | - |
| YUV | 78.98 | 185.01 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 180 | 0.06 | 0.93 | 0 | 0.29 | 296.41 | 0.87 | 0.38 |
| Hex | AA | D | B4 | 6 | 5D | 0 | 1D | 128 | 57 | 26 |
| Octal | 252 | 15 | 264 | 6 | 135 | 0 | 35 | 450 | 127 | 46 |
| Binary | 10101010 | 1101 | 10110100 | 110 | 1011101 | 0 | 11101 | 100101000 | 1010111 | 100110 |
Color Harmonies of #AA0DB4
Complementary color
Monochromatic Colors of #AA0DB4
Black with #AA0DB4
Text Example
Text Example
White with #AA0DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DB4; }
p { color: rgb(170,13,180); }
H1.HeaderClassName
{
color: #AA0DB4;
}
.AnyTagClassName
{
color: #AA0DB4;
}
</style>
background-color css
<style>
a { background-color: #AA0DB4; }
a { background-color: rgb(170,13,180); }
div.DivClassName
{
background-color: #AA0DB4;
}
.BgClassName
{
background-color: #AA0DB4;
}
</style>
border-color css
<style>
span { border-color: #AA0DB4; }
span { border-color: rgb(170,13,180); }
td.TdClassName
{
border-color: #AA0DB4;
}
.TagClassName
{
border-color: #AA0DB4;
}
</style>