Shades of Medium Violet Red #AD0F79
Tints of Medium Violet Red #AD0F79
RGB
CMYK
RGB Variations
Color information
#AD0F79 (or 0xAD0F79) is known color: Medium Violet Red. HEX triplet: AD, 0F and 79. RGB value is (173,15,121). Sum of RGB (Red+Green+Blue) = 173+15+121=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0F79 is #52F086. Grayscale: #4A4A4A. Windows color (decimal): -5435527 or 7933869. OLE color: 7933869.
HSL color Cylindrical-coordinate representation of color #AD0F79: hue angle of 319.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD0F79 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 121 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.32 |
| HSL | 319.75º | 0.84% | 0.37% | - |
| HSV(B) | 319.75º | 0.91% | 0.68% | - |
| XYZ | 20.86 | 10.61 | 19.04 | - |
| YUV | 74.33 | 154.35 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 121 | 0 | 0.91 | 0.30 | 0.32 | 319.75 | 0.84 | 0.37 |
| Hex | AD | F | 79 | 0 | 5B | 1E | 20 | 140 | 54 | 25 |
| Octal | 255 | 17 | 171 | 0 | 133 | 36 | 40 | 500 | 124 | 45 |
| Binary | 10101101 | 1111 | 1111001 | 0 | 1011011 | 11110 | 100000 | 101000000 | 1010100 | 100101 |
Color Harmonies of #AD0F79
Complementary color
Monochromatic Colors of #AD0F79
Black with #AD0F79
Text Example
Text Example
White with #AD0F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F79; }
p { color: rgb(173,15,121); }
H1.HeaderClassName
{
color: #AD0F79;
}
.AnyTagClassName
{
color: #AD0F79;
}
</style>
background-color css
<style>
a { background-color: #AD0F79; }
a { background-color: rgb(173,15,121); }
div.DivClassName
{
background-color: #AD0F79;
}
.BgClassName
{
background-color: #AD0F79;
}
</style>
border-color css
<style>
span { border-color: #AD0F79; }
span { border-color: rgb(173,15,121); }
td.TdClassName
{
border-color: #AD0F79;
}
.TagClassName
{
border-color: #AD0F79;
}
</style>