Shades of Dark Magenta #AD0096
Tints of Dark Magenta #AD0096
RGB
CMYK
RGB Variations
Color information
#AD0096 (or 0xAD0096) is known color: Dark Magenta. HEX triplet: AD, 00 and 96. RGB value is (173,0,150). Sum of RGB (Red+Green+Blue) = 173+0+150=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0096 is #52FF69. Grayscale: #444444. Windows color (decimal): -5439338 or 9830573. OLE color: 9830573.
HSL color Cylindrical-coordinate representation of color #AD0096: hue angle of 307.98º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD0096 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 150 | - |
| CMYK | 0 | 1 | 0.13 | 0.32 |
| HSL | 307.98º | 1% | 0.34% | - |
| HSV(B) | 307.98º | 1% | 0.68% | - |
| XYZ | 22.74 | 11.09 | 29.8 | - |
| YUV | 68.83 | 173.81 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 150 | 0 | 1 | 0.13 | 0.32 | 307.98 | 1 | 0.34 |
| Hex | AD | 0 | 96 | 0 | 64 | D | 20 | 134 | 64 | 22 |
| Octal | 255 | 0 | 226 | 0 | 144 | 15 | 40 | 464 | 144 | 42 |
| Binary | 10101101 | 0 | 10010110 | 0 | 1100100 | 1101 | 100000 | 100110100 | 1100100 | 100010 |
Color Harmonies of #AD0096
Complementary color
Monochromatic Colors of #AD0096
Black with #AD0096
Text Example
Text Example
White with #AD0096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0096; }
p { color: rgb(173,0,150); }
H1.HeaderClassName
{
color: #AD0096;
}
.AnyTagClassName
{
color: #AD0096;
}
</style>
background-color css
<style>
a { background-color: #AD0096; }
a { background-color: rgb(173,0,150); }
div.DivClassName
{
background-color: #AD0096;
}
.BgClassName
{
background-color: #AD0096;
}
</style>
border-color css
<style>
span { border-color: #AD0096; }
span { border-color: rgb(173,0,150); }
td.TdClassName
{
border-color: #AD0096;
}
.TagClassName
{
border-color: #AD0096;
}
</style>