Shades of Deep Magenta #AA0FAE
Tints of Deep Magenta #AA0FAE
RGB
CMYK
RGB Variations
Color information
#AA0FAE (or 0xAA0FAE) is known color: Deep Magenta. HEX triplet: AA, 0F and AE. RGB value is (170,15,174). Sum of RGB (Red+Green+Blue) = 170+15+174=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA0FAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0FAE is #55F051. Grayscale: #4E4E4E. Windows color (decimal): -5632082 or 11407274. OLE color: 11407274.
HSL color Cylindrical-coordinate representation of color #AA0FAE: hue angle of 298.49º 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 #AA0FAE is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 15 | 174 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.32 |
| HSL | 298.49º | 0.84% | 0.37% | - |
| HSV(B) | 298.49º | 0.91% | 0.68% | - |
| XYZ | 24.39 | 11.94 | 41.06 | - |
| YUV | 79.47 | 181.35 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 174 | 0.02 | 0.91 | 0 | 0.32 | 298.49 | 0.84 | 0.37 |
| Hex | AA | F | AE | 2 | 5B | 0 | 20 | 12A | 54 | 25 |
| Octal | 252 | 17 | 256 | 2 | 133 | 0 | 40 | 452 | 124 | 45 |
| Binary | 10101010 | 1111 | 10101110 | 10 | 1011011 | 0 | 100000 | 100101010 | 1010100 | 100101 |
Color Harmonies of #AA0FAE
Complementary color
Monochromatic Colors of #AA0FAE
Black with #AA0FAE
Text Example
Text Example
White with #AA0FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0FAE; }
p { color: rgb(170,15,174); }
H1.HeaderClassName
{
color: #AA0FAE;
}
.AnyTagClassName
{
color: #AA0FAE;
}
</style>
background-color css
<style>
a { background-color: #AA0FAE; }
a { background-color: rgb(170,15,174); }
div.DivClassName
{
background-color: #AA0FAE;
}
.BgClassName
{
background-color: #AA0FAE;
}
</style>
border-color css
<style>
span { border-color: #AA0FAE; }
span { border-color: rgb(170,15,174); }
td.TdClassName
{
border-color: #AA0FAE;
}
.TagClassName
{
border-color: #AA0FAE;
}
</style>