Shades of Deep Magenta #AD0DAC
Tints of Deep Magenta #AD0DAC
RGB
CMYK
RGB Variations
Color information
#AD0DAC (or 0xAD0DAC) is known color: Deep Magenta. HEX triplet: AD, 0D and AC. RGB value is (173,13,172). Sum of RGB (Red+Green+Blue) = 173+13+172=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 13 (5.47% from 255 or 3.63% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0DAC is #52F253. Grayscale: #4E4E4E. Windows color (decimal): -5435988 or 11275693. OLE color: 11275693.
HSL color Cylindrical-coordinate representation of color #AD0DAC: hue angle of 300.38º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD0DAC is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 13 | 172 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.32 |
| HSL | 300.38º | 0.86% | 0.36% | - |
| HSV(B) | 300.38º | 0.92% | 0.68% | - |
| XYZ | 24.82 | 12.15 | 40.07 | - |
| YUV | 78.97 | 180.51 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 172 | 0 | 0.92 | 0.01 | 0.32 | 300.38 | 0.86 | 0.36 |
| Hex | AD | D | AC | 0 | 5C | 1 | 20 | 12C | 56 | 24 |
| Octal | 255 | 15 | 254 | 0 | 134 | 1 | 40 | 454 | 126 | 44 |
| Binary | 10101101 | 1101 | 10101100 | 0 | 1011100 | 1 | 100000 | 100101100 | 1010110 | 100100 |
Color Harmonies of #AD0DAC
Complementary color
Monochromatic Colors of #AD0DAC
Black with #AD0DAC
Text Example
Text Example
White with #AD0DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0DAC; }
p { color: rgb(173,13,172); }
H1.HeaderClassName
{
color: #AD0DAC;
}
.AnyTagClassName
{
color: #AD0DAC;
}
</style>
background-color css
<style>
a { background-color: #AD0DAC; }
a { background-color: rgb(173,13,172); }
div.DivClassName
{
background-color: #AD0DAC;
}
.BgClassName
{
background-color: #AD0DAC;
}
</style>
border-color css
<style>
span { border-color: #AD0DAC; }
span { border-color: rgb(173,13,172); }
td.TdClassName
{
border-color: #AD0DAC;
}
.TagClassName
{
border-color: #AD0DAC;
}
</style>