Shades of Deep Magenta #AA0FAD
Tints of Deep Magenta #AA0FAD
RGB
CMYK
RGB Variations
Color information
#AA0FAD (or 0xAA0FAD) is known color: Deep Magenta. HEX triplet: AA, 0F and AD. RGB value is (170,15,173). Sum of RGB (Red+Green+Blue) = 170+15+173=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA0FAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0FAD is #55F052. Grayscale: #4E4E4E. Windows color (decimal): -5632083 or 11341738. OLE color: 11341738.
HSL color Cylindrical-coordinate representation of color #AA0FAD: hue angle of 298.86º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0FAD is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 15 | 173 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.32 |
| HSL | 298.86º | 0.84% | 0.37% | - |
| HSV(B) | 298.86º | 0.91% | 0.68% | - |
| XYZ | 24.29 | 11.9 | 40.55 | - |
| YUV | 79.36 | 180.85 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 173 | 0.02 | 0.91 | 0 | 0.32 | 298.86 | 0.84 | 0.37 |
| Hex | AA | F | AD | 2 | 5B | 0 | 20 | 12B | 54 | 25 |
| Octal | 252 | 17 | 255 | 2 | 133 | 0 | 40 | 453 | 124 | 45 |
| Binary | 10101010 | 1111 | 10101101 | 10 | 1011011 | 0 | 100000 | 100101011 | 1010100 | 100101 |
Color Harmonies of #AA0FAD
Complementary color
Monochromatic Colors of #AA0FAD
Black with #AA0FAD
Text Example
Text Example
White with #AA0FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0FAD; }
p { color: rgb(170,15,173); }
H1.HeaderClassName
{
color: #AA0FAD;
}
.AnyTagClassName
{
color: #AA0FAD;
}
</style>
background-color css
<style>
a { background-color: #AA0FAD; }
a { background-color: rgb(170,15,173); }
div.DivClassName
{
background-color: #AA0FAD;
}
.BgClassName
{
background-color: #AA0FAD;
}
</style>
border-color css
<style>
span { border-color: #AA0FAD; }
span { border-color: rgb(170,15,173); }
td.TdClassName
{
border-color: #AA0FAD;
}
.TagClassName
{
border-color: #AA0FAD;
}
</style>