Shades of Dark Magenta #AD0097
Tints of Dark Magenta #AD0097
RGB
CMYK
RGB Variations
Color information
#AD0097 (or 0xAD0097) is known color: Dark Magenta. HEX triplet: AD, 00 and 97. RGB value is (173,0,151). Sum of RGB (Red+Green+Blue) = 173+0+151=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 151 (59.38% from 255 or 46.60% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0097 is #52FF68. Grayscale: #444444. Windows color (decimal): -5439337 or 9896109. OLE color: 9896109.
HSL color Cylindrical-coordinate representation of color #AD0097: hue angle of 307.63º 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 #AD0097 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.13 | 0.32 |
| HSL | 307.63º | 1% | 0.34% | - |
| HSV(B) | 307.63º | 1% | 0.68% | - |
| XYZ | 22.82 | 11.12 | 30.22 | - |
| YUV | 68.94 | 174.31 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 151 | 0 | 1 | 0.13 | 0.32 | 307.63 | 1 | 0.34 |
| Hex | AD | 0 | 97 | 0 | 64 | D | 20 | 134 | 64 | 22 |
| Octal | 255 | 0 | 227 | 0 | 144 | 15 | 40 | 464 | 144 | 42 |
| Binary | 10101101 | 0 | 10010111 | 0 | 1100100 | 1101 | 100000 | 100110100 | 1100100 | 100010 |
Color Harmonies of #AD0097
Complementary color
Monochromatic Colors of #AD0097
Black with #AD0097
Text Example
Text Example
White with #AD0097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0097; }
p { color: rgb(173,0,151); }
H1.HeaderClassName
{
color: #AD0097;
}
.AnyTagClassName
{
color: #AD0097;
}
</style>
background-color css
<style>
a { background-color: #AD0097; }
a { background-color: rgb(173,0,151); }
div.DivClassName
{
background-color: #AD0097;
}
.BgClassName
{
background-color: #AD0097;
}
</style>
border-color css
<style>
span { border-color: #AD0097; }
span { border-color: rgb(173,0,151); }
td.TdClassName
{
border-color: #AD0097;
}
.TagClassName
{
border-color: #AD0097;
}
</style>