Shades of Deep Magenta #AA0DAF
Tints of Deep Magenta #AA0DAF
RGB
CMYK
RGB Variations
Color information
#AA0DAF (or 0xAA0DAF) is known color: Deep Magenta. HEX triplet: AA, 0D and AF. RGB value is (170,13,175). Sum of RGB (Red+Green+Blue) = 170+13+175=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 13 (5.47% from 255 or 3.63% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA0DAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0DAF is #55F250. Grayscale: #4D4D4D. Windows color (decimal): -5632593 or 11472298. OLE color: 11472298.
HSL color Cylindrical-coordinate representation of color #AA0DAF: hue angle of 298.15º 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 #AA0DAF is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 13 | 175 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.31 |
| HSL | 298.15º | 0.86% | 0.37% | - |
| HSV(B) | 298.15º | 0.93% | 0.69% | - |
| XYZ | 24.46 | 11.93 | 41.57 | - |
| YUV | 78.41 | 182.51 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 175 | 0.03 | 0.93 | 0 | 0.31 | 298.15 | 0.86 | 0.37 |
| Hex | AA | D | AF | 3 | 5D | 0 | 1F | 12A | 56 | 25 |
| Octal | 252 | 15 | 257 | 3 | 135 | 0 | 37 | 452 | 126 | 45 |
| Binary | 10101010 | 1101 | 10101111 | 11 | 1011101 | 0 | 11111 | 100101010 | 1010110 | 100101 |
Color Harmonies of #AA0DAF
Complementary color
Monochromatic Colors of #AA0DAF
Black with #AA0DAF
Text Example
Text Example
White with #AA0DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DAF; }
p { color: rgb(170,13,175); }
H1.HeaderClassName
{
color: #AA0DAF;
}
.AnyTagClassName
{
color: #AA0DAF;
}
</style>
background-color css
<style>
a { background-color: #AA0DAF; }
a { background-color: rgb(170,13,175); }
div.DivClassName
{
background-color: #AA0DAF;
}
.BgClassName
{
background-color: #AA0DAF;
}
</style>
border-color css
<style>
span { border-color: #AA0DAF; }
span { border-color: rgb(170,13,175); }
td.TdClassName
{
border-color: #AA0DAF;
}
.TagClassName
{
border-color: #AA0DAF;
}
</style>