Shades of Medium Violet Red #AD179C
Tints of Medium Violet Red #AD179C
RGB
CMYK
RGB Variations
Color information
#AD179C (or 0xAD179C) is known color: Medium Violet Red. HEX triplet: AD, 17 and 9C. RGB value is (173,23,156). Sum of RGB (Red+Green+Blue) = 173+23+156=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD179C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD179C is #52E863. Grayscale: #525252. Windows color (decimal): -5433444 or 10229677. OLE color: 10229677.
HSL color Cylindrical-coordinate representation of color #AD179C: hue angle of 306.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD179C is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 156 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.32 |
| HSL | 306.8º | 0.77% | 0.38% | - |
| HSV(B) | 306.8º | 0.87% | 0.68% | - |
| XYZ | 23.54 | 11.9 | 32.51 | - |
| YUV | 83.01 | 169.2 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 156 | 0 | 0.87 | 0.10 | 0.32 | 306.8 | 0.77 | 0.38 |
| Hex | AD | 17 | 9C | 0 | 57 | A | 20 | 133 | 4D | 26 |
| Octal | 255 | 27 | 234 | 0 | 127 | 12 | 40 | 463 | 115 | 46 |
| Binary | 10101101 | 10111 | 10011100 | 0 | 1010111 | 1010 | 100000 | 100110011 | 1001101 | 100110 |
Color Harmonies of #AD179C
Complementary color
Monochromatic Colors of #AD179C
Black with #AD179C
Text Example
Text Example
White with #AD179C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD179C; }
p { color: rgb(173,23,156); }
H1.HeaderClassName
{
color: #AD179C;
}
.AnyTagClassName
{
color: #AD179C;
}
</style>
background-color css
<style>
a { background-color: #AD179C; }
a { background-color: rgb(173,23,156); }
div.DivClassName
{
background-color: #AD179C;
}
.BgClassName
{
background-color: #AD179C;
}
</style>
border-color css
<style>
span { border-color: #AD179C; }
span { border-color: rgb(173,23,156); }
td.TdClassName
{
border-color: #AD179C;
}
.TagClassName
{
border-color: #AD179C;
}
</style>