Shades of Deep Magenta #AD00AA
Tints of Deep Magenta #AD00AA
RGB
CMYK
RGB Variations
Color information
#AD00AA (or 0xAD00AA) is known color: Deep Magenta. HEX triplet: AD, 00 and AA. RGB value is (173,0,170). Sum of RGB (Red+Green+Blue) = 173+0+170=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD00AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD00AA is #52FF55. Grayscale: #464646. Windows color (decimal): -5439318 or 11141293. OLE color: 11141293.
HSL color Cylindrical-coordinate representation of color #AD00AA: hue angle of 301.04º 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 #AD00AA is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 170 | - |
| CMYK | 0 | 1 | 0.02 | 0.32 |
| HSL | 301.04º | 1% | 0.34% | - |
| HSV(B) | 301.04º | 1% | 0.68% | - |
| XYZ | 24.49 | 11.79 | 39.01 | - |
| YUV | 71.11 | 183.81 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 170 | 0 | 1 | 0.02 | 0.32 | 301.04 | 1 | 0.34 |
| Hex | AD | 0 | AA | 0 | 64 | 2 | 20 | 12D | 64 | 22 |
| Octal | 255 | 0 | 252 | 0 | 144 | 2 | 40 | 455 | 144 | 42 |
| Binary | 10101101 | 0 | 10101010 | 0 | 1100100 | 10 | 100000 | 100101101 | 1100100 | 100010 |
Color Harmonies of #AD00AA
Complementary color
Monochromatic Colors of #AD00AA
Black with #AD00AA
Text Example
Text Example
White with #AD00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD00AA; }
p { color: rgb(173,0,170); }
H1.HeaderClassName
{
color: #AD00AA;
}
.AnyTagClassName
{
color: #AD00AA;
}
</style>
background-color css
<style>
a { background-color: #AD00AA; }
a { background-color: rgb(173,0,170); }
div.DivClassName
{
background-color: #AD00AA;
}
.BgClassName
{
background-color: #AD00AA;
}
</style>
border-color css
<style>
span { border-color: #AD00AA; }
span { border-color: rgb(173,0,170); }
td.TdClassName
{
border-color: #AD00AA;
}
.TagClassName
{
border-color: #AD00AA;
}
</style>