Shades of Dark Magenta #AD079D
Tints of Dark Magenta #AD079D
RGB
CMYK
RGB Variations
Color information
#AD079D (or 0xAD079D) is known color: Dark Magenta. HEX triplet: AD, 07 and 9D. RGB value is (173,7,157). Sum of RGB (Red+Green+Blue) = 173+7+157=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD079D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD079D is #52F862. Grayscale: #494949. Windows color (decimal): -5437539 or 10291117. OLE color: 10291117.
HSL color Cylindrical-coordinate representation of color #AD079D: hue angle of 305.78º 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 #AD079D is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 157 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.32 |
| HSL | 305.78º | 0.92% | 0.35% | - |
| HSV(B) | 305.78º | 0.96% | 0.68% | - |
| XYZ | 23.4 | 11.47 | 32.88 | - |
| YUV | 73.73 | 175 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 157 | 0 | 0.96 | 0.09 | 0.32 | 305.78 | 0.92 | 0.35 |
| Hex | AD | 7 | 9D | 0 | 60 | 9 | 20 | 132 | 5C | 23 |
| Octal | 255 | 7 | 235 | 0 | 140 | 11 | 40 | 462 | 134 | 43 |
| Binary | 10101101 | 111 | 10011101 | 0 | 1100000 | 1001 | 100000 | 100110010 | 1011100 | 100011 |
Color Harmonies of #AD079D
Complementary color
Monochromatic Colors of #AD079D
Black with #AD079D
Text Example
Text Example
White with #AD079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD079D; }
p { color: rgb(173,7,157); }
H1.HeaderClassName
{
color: #AD079D;
}
.AnyTagClassName
{
color: #AD079D;
}
</style>
background-color css
<style>
a { background-color: #AD079D; }
a { background-color: rgb(173,7,157); }
div.DivClassName
{
background-color: #AD079D;
}
.BgClassName
{
background-color: #AD079D;
}
</style>
border-color css
<style>
span { border-color: #AD079D; }
span { border-color: rgb(173,7,157); }
td.TdClassName
{
border-color: #AD079D;
}
.TagClassName
{
border-color: #AD079D;
}
</style>