Shades of Dark Magenta #AD0797
Tints of Dark Magenta #AD0797
RGB
CMYK
RGB Variations
Color information
#AD0797 (or 0xAD0797) is known color: Dark Magenta. HEX triplet: AD, 07 and 97. RGB value is (173,7,151). Sum of RGB (Red+Green+Blue) = 173+7+151=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0797 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0797 is #52F868. Grayscale: #484848. Windows color (decimal): -5437545 or 9897901. OLE color: 9897901.
HSL color Cylindrical-coordinate representation of color #AD0797: hue angle of 307.95º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0797 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 151 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.32 |
| HSL | 307.95º | 0.92% | 0.35% | - |
| HSV(B) | 307.95º | 0.96% | 0.68% | - |
| XYZ | 22.9 | 11.27 | 30.25 | - |
| YUV | 73.05 | 172 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 151 | 0 | 0.96 | 0.13 | 0.32 | 307.95 | 0.92 | 0.35 |
| Hex | AD | 7 | 97 | 0 | 60 | D | 20 | 134 | 5C | 23 |
| Octal | 255 | 7 | 227 | 0 | 140 | 15 | 40 | 464 | 134 | 43 |
| Binary | 10101101 | 111 | 10010111 | 0 | 1100000 | 1101 | 100000 | 100110100 | 1011100 | 100011 |
Color Harmonies of #AD0797
Complementary color
Monochromatic Colors of #AD0797
Black with #AD0797
Text Example
Text Example
White with #AD0797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0797; }
p { color: rgb(173,7,151); }
H1.HeaderClassName
{
color: #AD0797;
}
.AnyTagClassName
{
color: #AD0797;
}
</style>
background-color css
<style>
a { background-color: #AD0797; }
a { background-color: rgb(173,7,151); }
div.DivClassName
{
background-color: #AD0797;
}
.BgClassName
{
background-color: #AD0797;
}
</style>
border-color css
<style>
span { border-color: #AD0797; }
span { border-color: rgb(173,7,151); }
td.TdClassName
{
border-color: #AD0797;
}
.TagClassName
{
border-color: #AD0797;
}
</style>