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