Shades of Deep Magenta #AE00AA
Tints of Deep Magenta #AE00AA
RGB
CMYK
RGB Variations
Color information
#AE00AA (or 0xAE00AA) is known color: Deep Magenta. HEX triplet: AE, 00 and AA. RGB value is (174,0,170). Sum of RGB (Red+Green+Blue) = 174+0+170=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE00AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE00AA is #51FF55. Grayscale: #464646. Windows color (decimal): -5373782 or 11141294. OLE color: 11141294.
HSL color Cylindrical-coordinate representation of color #AE00AA: hue angle of 301.38º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE00AA is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 170 | - |
| CMYK | 0 | 1 | 0.02 | 0.32 |
| HSL | 301.38º | 1% | 0.34% | - |
| HSV(B) | 301.38º | 1% | 0.68% | - |
| XYZ | 24.71 | 11.9 | 39.02 | - |
| YUV | 71.41 | 183.65 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 170 | 0 | 1 | 0.02 | 0.32 | 301.38 | 1 | 0.34 |
| Hex | AE | 0 | AA | 0 | 64 | 2 | 20 | 12D | 64 | 22 |
| Octal | 256 | 0 | 252 | 0 | 144 | 2 | 40 | 455 | 144 | 42 |
| Binary | 10101110 | 0 | 10101010 | 0 | 1100100 | 10 | 100000 | 100101101 | 1100100 | 100010 |
Color Harmonies of #AE00AA
Complementary color
Monochromatic Colors of #AE00AA
Black with #AE00AA
Text Example
Text Example
White with #AE00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE00AA; }
p { color: rgb(174,0,170); }
H1.HeaderClassName
{
color: #AE00AA;
}
.AnyTagClassName
{
color: #AE00AA;
}
</style>
background-color css
<style>
a { background-color: #AE00AA; }
a { background-color: rgb(174,0,170); }
div.DivClassName
{
background-color: #AE00AA;
}
.BgClassName
{
background-color: #AE00AA;
}
</style>
border-color css
<style>
span { border-color: #AE00AA; }
span { border-color: rgb(174,0,170); }
td.TdClassName
{
border-color: #AE00AA;
}
.TagClassName
{
border-color: #AE00AA;
}
</style>