Shades of Medium Violet Red #AD177C
Tints of Medium Violet Red #AD177C
RGB
CMYK
RGB Variations
Color information
#AD177C (or 0xAD177C) is known color: Medium Violet Red. HEX triplet: AD, 17 and 7C. RGB value is (173,23,124). Sum of RGB (Red+Green+Blue) = 173+23+124=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD177C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD177C is #52E883. Grayscale: #4F4F4F. Windows color (decimal): -5433476 or 8132525. OLE color: 8132525.
HSL color Cylindrical-coordinate representation of color #AD177C: hue angle of 319.6º 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 #AD177C is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 124 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.32 |
| HSL | 319.6º | 0.77% | 0.38% | - |
| HSV(B) | 319.6º | 0.87% | 0.68% | - |
| XYZ | 21.18 | 10.95 | 20.07 | - |
| YUV | 79.36 | 153.2 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 124 | 0 | 0.87 | 0.28 | 0.32 | 319.6 | 0.77 | 0.38 |
| Hex | AD | 17 | 7C | 0 | 57 | 1C | 20 | 140 | 4D | 26 |
| Octal | 255 | 27 | 174 | 0 | 127 | 34 | 40 | 500 | 115 | 46 |
| Binary | 10101101 | 10111 | 1111100 | 0 | 1010111 | 11100 | 100000 | 101000000 | 1001101 | 100110 |
Color Harmonies of #AD177C
Complementary color
Monochromatic Colors of #AD177C
Black with #AD177C
Text Example
Text Example
White with #AD177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD177C; }
p { color: rgb(173,23,124); }
H1.HeaderClassName
{
color: #AD177C;
}
.AnyTagClassName
{
color: #AD177C;
}
</style>
background-color css
<style>
a { background-color: #AD177C; }
a { background-color: rgb(173,23,124); }
div.DivClassName
{
background-color: #AD177C;
}
.BgClassName
{
background-color: #AD177C;
}
</style>
border-color css
<style>
span { border-color: #AD177C; }
span { border-color: rgb(173,23,124); }
td.TdClassName
{
border-color: #AD177C;
}
.TagClassName
{
border-color: #AD177C;
}
</style>