Shades of Deep Magenta #AE00AD
Tints of Deep Magenta #AE00AD
RGB
CMYK
RGB Variations
Color information
#AE00AD (or 0xAE00AD) is known color: Deep Magenta. HEX triplet: AE, 00 and AD. RGB value is (174,0,173). Sum of RGB (Red+Green+Blue) = 174+0+173=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE00AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE00AD is #51FF52. Grayscale: #474747. Windows color (decimal): -5373779 or 11337902. OLE color: 11337902.
HSL color Cylindrical-coordinate representation of color #AE00AD: hue angle of 300.34º 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 #AE00AD is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 173 | - |
| CMYK | 0 | 1 | 0.01 | 0.32 |
| HSL | 300.34º | 1% | 0.34% | - |
| HSV(B) | 300.34º | 1% | 0.68% | - |
| XYZ | 25 | 12.02 | 40.54 | - |
| YUV | 71.75 | 185.15 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 173 | 0 | 1 | 0.01 | 0.32 | 300.34 | 1 | 0.34 |
| Hex | AE | 0 | AD | 0 | 64 | 1 | 20 | 12C | 64 | 22 |
| Octal | 256 | 0 | 255 | 0 | 144 | 1 | 40 | 454 | 144 | 42 |
| Binary | 10101110 | 0 | 10101101 | 0 | 1100100 | 1 | 100000 | 100101100 | 1100100 | 100010 |
Color Harmonies of #AE00AD
Complementary color
Monochromatic Colors of #AE00AD
Black with #AE00AD
Text Example
Text Example
White with #AE00AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE00AD; }
p { color: rgb(174,0,173); }
H1.HeaderClassName
{
color: #AE00AD;
}
.AnyTagClassName
{
color: #AE00AD;
}
</style>
background-color css
<style>
a { background-color: #AE00AD; }
a { background-color: rgb(174,0,173); }
div.DivClassName
{
background-color: #AE00AD;
}
.BgClassName
{
background-color: #AE00AD;
}
</style>
border-color css
<style>
span { border-color: #AE00AD; }
span { border-color: rgb(174,0,173); }
td.TdClassName
{
border-color: #AE00AD;
}
.TagClassName
{
border-color: #AE00AD;
}
</style>