Shades of Dark Magenta #AD0196
Tints of Dark Magenta #AD0196
RGB
CMYK
RGB Variations
Color information
#AD0196 (or 0xAD0196) is known color: Dark Magenta. HEX triplet: AD, 01 and 96. RGB value is (173,1,150). Sum of RGB (Red+Green+Blue) = 173+1+150=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0196 is #52FE69. Grayscale: #444444. Windows color (decimal): -5439082 or 9830829. OLE color: 9830829.
HSL color Cylindrical-coordinate representation of color #AD0196: hue angle of 308.02º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0196 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 150 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.32 |
| HSL | 308.02º | 0.99% | 0.34% | - |
| HSV(B) | 308.02º | 0.99% | 0.68% | - |
| XYZ | 22.75 | 11.11 | 29.8 | - |
| YUV | 69.41 | 173.48 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 150 | 0 | 0.99 | 0.13 | 0.32 | 308.02 | 0.99 | 0.34 |
| Hex | AD | 1 | 96 | 0 | 63 | D | 20 | 134 | 63 | 22 |
| Octal | 255 | 1 | 226 | 0 | 143 | 15 | 40 | 464 | 143 | 42 |
| Binary | 10101101 | 1 | 10010110 | 0 | 1100011 | 1101 | 100000 | 100110100 | 1100011 | 100010 |
Color Harmonies of #AD0196
Complementary color
Monochromatic Colors of #AD0196
Black with #AD0196
Text Example
Text Example
White with #AD0196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0196; }
p { color: rgb(173,1,150); }
H1.HeaderClassName
{
color: #AD0196;
}
.AnyTagClassName
{
color: #AD0196;
}
</style>
background-color css
<style>
a { background-color: #AD0196; }
a { background-color: rgb(173,1,150); }
div.DivClassName
{
background-color: #AD0196;
}
.BgClassName
{
background-color: #AD0196;
}
</style>
border-color css
<style>
span { border-color: #AD0196; }
span { border-color: rgb(173,1,150); }
td.TdClassName
{
border-color: #AD0196;
}
.TagClassName
{
border-color: #AD0196;
}
</style>