Shades of Deep Magenta #AA01AE
Tints of Deep Magenta #AA01AE
RGB
CMYK
RGB Variations
Color information
#AA01AE (or 0xAA01AE) is known color: Deep Magenta. HEX triplet: AA, 01 and AE. RGB value is (170,1,174). Sum of RGB (Red+Green+Blue) = 170+1+174=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA01AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA01AE is #55FE51. Grayscale: #464646. Windows color (decimal): -5635666 or 11403690. OLE color: 11403690.
HSL color Cylindrical-coordinate representation of color #AA01AE: hue angle of 298.61º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA01AE is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 1 | 174 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.32 |
| HSL | 298.61º | 0.99% | 0.34% | - |
| HSV(B) | 298.61º | 0.99% | 0.68% | - |
| XYZ | 24.23 | 11.62 | 41.01 | - |
| YUV | 71.25 | 185.99 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 174 | 0.02 | 0.99 | 0 | 0.32 | 298.61 | 0.99 | 0.34 |
| Hex | AA | 1 | AE | 2 | 63 | 0 | 20 | 12B | 63 | 22 |
| Octal | 252 | 1 | 256 | 2 | 143 | 0 | 40 | 453 | 143 | 42 |
| Binary | 10101010 | 1 | 10101110 | 10 | 1100011 | 0 | 100000 | 100101011 | 1100011 | 100010 |
Color Harmonies of #AA01AE
Complementary color
Monochromatic Colors of #AA01AE
Black with #AA01AE
Text Example
Text Example
White with #AA01AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA01AE; }
p { color: rgb(170,1,174); }
H1.HeaderClassName
{
color: #AA01AE;
}
.AnyTagClassName
{
color: #AA01AE;
}
</style>
background-color css
<style>
a { background-color: #AA01AE; }
a { background-color: rgb(170,1,174); }
div.DivClassName
{
background-color: #AA01AE;
}
.BgClassName
{
background-color: #AA01AE;
}
</style>
border-color css
<style>
span { border-color: #AA01AE; }
span { border-color: rgb(170,1,174); }
td.TdClassName
{
border-color: #AA01AE;
}
.TagClassName
{
border-color: #AA01AE;
}
</style>