Shades of Deep Magenta #AA0CAE
Tints of Deep Magenta #AA0CAE
RGB
CMYK
RGB Variations
Color information
#AA0CAE (or 0xAA0CAE) is known color: Deep Magenta. HEX triplet: AA, 0C and AE. RGB value is (170,12,174). Sum of RGB (Red+Green+Blue) = 170+12+174=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA0CAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0CAE is #55F351. Grayscale: #4D4D4D. Windows color (decimal): -5632850 or 11406506. OLE color: 11406506.
HSL color Cylindrical-coordinate representation of color #AA0CAE: hue angle of 298.52º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0CAE is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 12 | 174 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.32 |
| HSL | 298.52º | 0.87% | 0.36% | - |
| HSV(B) | 298.52º | 0.93% | 0.68% | - |
| XYZ | 24.35 | 11.86 | 41.05 | - |
| YUV | 77.71 | 182.35 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 174 | 0.02 | 0.93 | 0 | 0.32 | 298.52 | 0.87 | 0.36 |
| Hex | AA | C | AE | 2 | 5D | 0 | 20 | 12B | 57 | 24 |
| Octal | 252 | 14 | 256 | 2 | 135 | 0 | 40 | 453 | 127 | 44 |
| Binary | 10101010 | 1100 | 10101110 | 10 | 1011101 | 0 | 100000 | 100101011 | 1010111 | 100100 |
Color Harmonies of #AA0CAE
Complementary color
Monochromatic Colors of #AA0CAE
Black with #AA0CAE
Text Example
Text Example
White with #AA0CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CAE; }
p { color: rgb(170,12,174); }
H1.HeaderClassName
{
color: #AA0CAE;
}
.AnyTagClassName
{
color: #AA0CAE;
}
</style>
background-color css
<style>
a { background-color: #AA0CAE; }
a { background-color: rgb(170,12,174); }
div.DivClassName
{
background-color: #AA0CAE;
}
.BgClassName
{
background-color: #AA0CAE;
}
</style>
border-color css
<style>
span { border-color: #AA0CAE; }
span { border-color: rgb(170,12,174); }
td.TdClassName
{
border-color: #AA0CAE;
}
.TagClassName
{
border-color: #AA0CAE;
}
</style>