Shades of Deep Magenta #AD0AAD
Tints of Deep Magenta #AD0AAD
RGB
CMYK
RGB Variations
Color information
#AD0AAD (or 0xAD0AAD) is known color: Deep Magenta. HEX triplet: AD, 0A and AD. RGB value is (173,10,173). Sum of RGB (Red+Green+Blue) = 173+10+173=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD0AAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0AAD is #52F552. Grayscale: #4C4C4C. Windows color (decimal): -5436755 or 11340461. OLE color: 11340461.
HSL color Cylindrical-coordinate representation of color #AD0AAD: hue angle of 300º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0AAD is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 10 | 173 | - |
| CMYK | 0 | 0.94 | 0 | 0.32 |
| HSL | 300º | 0.89% | 0.36% | - |
| HSV(B) | 300º | 0.94% | 0.68% | - |
| XYZ | 24.88 | 12.12 | 40.56 | - |
| YUV | 77.32 | 182 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 173 | 0 | 0.94 | 0 | 0.32 | 300 | 0.89 | 0.36 |
| Hex | AD | A | AD | 0 | 5E | 0 | 20 | 12C | 59 | 24 |
| Octal | 255 | 12 | 255 | 0 | 136 | 0 | 40 | 454 | 131 | 44 |
| Binary | 10101101 | 1010 | 10101101 | 0 | 1011110 | 0 | 100000 | 100101100 | 1011001 | 100100 |
Color Harmonies of #AD0AAD
Complementary color
Monochromatic Colors of #AD0AAD
Black with #AD0AAD
Text Example
Text Example
White with #AD0AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0AAD; }
p { color: rgb(173,10,173); }
H1.HeaderClassName
{
color: #AD0AAD;
}
.AnyTagClassName
{
color: #AD0AAD;
}
</style>
background-color css
<style>
a { background-color: #AD0AAD; }
a { background-color: rgb(173,10,173); }
div.DivClassName
{
background-color: #AD0AAD;
}
.BgClassName
{
background-color: #AD0AAD;
}
</style>
border-color css
<style>
span { border-color: #AD0AAD; }
span { border-color: rgb(173,10,173); }
td.TdClassName
{
border-color: #AD0AAD;
}
.TagClassName
{
border-color: #AD0AAD;
}
</style>