Shades of Deep Magenta #AD0CAC
Tints of Deep Magenta #AD0CAC
RGB
CMYK
RGB Variations
Color information
#AD0CAC (or 0xAD0CAC) is known color: Deep Magenta. HEX triplet: AD, 0C and AC. RGB value is (173,12,172). Sum of RGB (Red+Green+Blue) = 173+12+172=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0CAC is #52F353. Grayscale: #4D4D4D. Windows color (decimal): -5436244 or 11275437. OLE color: 11275437.
HSL color Cylindrical-coordinate representation of color #AD0CAC: hue angle of 300.37º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0CAC is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 12 | 172 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.32 |
| HSL | 300.37º | 0.87% | 0.36% | - |
| HSV(B) | 300.37º | 0.93% | 0.68% | - |
| XYZ | 24.81 | 12.13 | 40.06 | - |
| YUV | 78.38 | 180.84 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 172 | 0 | 0.93 | 0.01 | 0.32 | 300.37 | 0.87 | 0.36 |
| Hex | AD | C | AC | 0 | 5D | 1 | 20 | 12C | 57 | 24 |
| Octal | 255 | 14 | 254 | 0 | 135 | 1 | 40 | 454 | 127 | 44 |
| Binary | 10101101 | 1100 | 10101100 | 0 | 1011101 | 1 | 100000 | 100101100 | 1010111 | 100100 |
Color Harmonies of #AD0CAC
Complementary color
Monochromatic Colors of #AD0CAC
Black with #AD0CAC
Text Example
Text Example
White with #AD0CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0CAC; }
p { color: rgb(173,12,172); }
H1.HeaderClassName
{
color: #AD0CAC;
}
.AnyTagClassName
{
color: #AD0CAC;
}
</style>
background-color css
<style>
a { background-color: #AD0CAC; }
a { background-color: rgb(173,12,172); }
div.DivClassName
{
background-color: #AD0CAC;
}
.BgClassName
{
background-color: #AD0CAC;
}
</style>
border-color css
<style>
span { border-color: #AD0CAC; }
span { border-color: rgb(173,12,172); }
td.TdClassName
{
border-color: #AD0CAC;
}
.TagClassName
{
border-color: #AD0CAC;
}
</style>