Shades of Dark Magenta #AD0C9C
Tints of Dark Magenta #AD0C9C
RGB
CMYK
RGB Variations
Color information
#AD0C9C (or 0xAD0C9C) is known color: Dark Magenta. HEX triplet: AD, 0C and 9C. RGB value is (173,12,156). Sum of RGB (Red+Green+Blue) = 173+12+156=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0C9C is #52F363. Grayscale: #4C4C4C. Windows color (decimal): -5436260 or 10226861. OLE color: 10226861.
HSL color Cylindrical-coordinate representation of color #AD0C9C: hue angle of 306.34º 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 #AD0C9C is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 12 | 156 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.32 |
| HSL | 306.34º | 0.87% | 0.36% | - |
| HSV(B) | 306.34º | 0.93% | 0.68% | - |
| XYZ | 23.37 | 11.55 | 32.45 | - |
| YUV | 76.56 | 172.84 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 156 | 0 | 0.93 | 0.10 | 0.32 | 306.34 | 0.87 | 0.36 |
| Hex | AD | C | 9C | 0 | 5D | A | 20 | 132 | 57 | 24 |
| Octal | 255 | 14 | 234 | 0 | 135 | 12 | 40 | 462 | 127 | 44 |
| Binary | 10101101 | 1100 | 10011100 | 0 | 1011101 | 1010 | 100000 | 100110010 | 1010111 | 100100 |
Color Harmonies of #AD0C9C
Complementary color
Monochromatic Colors of #AD0C9C
Black with #AD0C9C
Text Example
Text Example
White with #AD0C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0C9C; }
p { color: rgb(173,12,156); }
H1.HeaderClassName
{
color: #AD0C9C;
}
.AnyTagClassName
{
color: #AD0C9C;
}
</style>
background-color css
<style>
a { background-color: #AD0C9C; }
a { background-color: rgb(173,12,156); }
div.DivClassName
{
background-color: #AD0C9C;
}
.BgClassName
{
background-color: #AD0C9C;
}
</style>
border-color css
<style>
span { border-color: #AD0C9C; }
span { border-color: rgb(173,12,156); }
td.TdClassName
{
border-color: #AD0C9C;
}
.TagClassName
{
border-color: #AD0C9C;
}
</style>