Shades of Dark Magenta #AD0C9A
Tints of Dark Magenta #AD0C9A
RGB
CMYK
RGB Variations
Color information
#AD0C9A (or 0xAD0C9A) is known color: Dark Magenta. HEX triplet: AD, 0C and 9A. RGB value is (173,12,154). Sum of RGB (Red+Green+Blue) = 173+12+154=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0C9A is #52F365. Grayscale: #4B4B4B. Windows color (decimal): -5436262 or 10095789. OLE color: 10095789.
HSL color Cylindrical-coordinate representation of color #AD0C9A: hue angle of 307.08º 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 #AD0C9A is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 12 | 154 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.32 |
| HSL | 307.08º | 0.87% | 0.36% | - |
| HSV(B) | 307.08º | 0.93% | 0.68% | - |
| XYZ | 23.2 | 11.48 | 31.57 | - |
| YUV | 76.33 | 171.84 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 154 | 0 | 0.93 | 0.11 | 0.32 | 307.08 | 0.87 | 0.36 |
| Hex | AD | C | 9A | 0 | 5D | B | 20 | 133 | 57 | 24 |
| Octal | 255 | 14 | 232 | 0 | 135 | 13 | 40 | 463 | 127 | 44 |
| Binary | 10101101 | 1100 | 10011010 | 0 | 1011101 | 1011 | 100000 | 100110011 | 1010111 | 100100 |
Color Harmonies of #AD0C9A
Complementary color
Monochromatic Colors of #AD0C9A
Black with #AD0C9A
Text Example
Text Example
White with #AD0C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0C9A; }
p { color: rgb(173,12,154); }
H1.HeaderClassName
{
color: #AD0C9A;
}
.AnyTagClassName
{
color: #AD0C9A;
}
</style>
background-color css
<style>
a { background-color: #AD0C9A; }
a { background-color: rgb(173,12,154); }
div.DivClassName
{
background-color: #AD0C9A;
}
.BgClassName
{
background-color: #AD0C9A;
}
</style>
border-color css
<style>
span { border-color: #AD0C9A; }
span { border-color: rgb(173,12,154); }
td.TdClassName
{
border-color: #AD0C9A;
}
.TagClassName
{
border-color: #AD0C9A;
}
</style>