Shades of Medium Violet Red #AD177D
Tints of Medium Violet Red #AD177D
RGB
CMYK
RGB Variations
Color information
#AD177D (or 0xAD177D) is known color: Medium Violet Red. HEX triplet: AD, 17 and 7D. RGB value is (173,23,125). Sum of RGB (Red+Green+Blue) = 173+23+125=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD177D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD177D is #52E882. Grayscale: #4F4F4F. Windows color (decimal): -5433475 or 8198061. OLE color: 8198061.
HSL color Cylindrical-coordinate representation of color #AD177D: hue angle of 319.2º 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 #AD177D is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 125 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.32 |
| HSL | 319.2º | 0.77% | 0.38% | - |
| HSV(B) | 319.2º | 0.87% | 0.68% | - |
| XYZ | 21.24 | 10.98 | 20.4 | - |
| YUV | 79.48 | 153.7 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 125 | 0 | 0.87 | 0.28 | 0.32 | 319.2 | 0.77 | 0.38 |
| Hex | AD | 17 | 7D | 0 | 57 | 1C | 20 | 13F | 4D | 26 |
| Octal | 255 | 27 | 175 | 0 | 127 | 34 | 40 | 477 | 115 | 46 |
| Binary | 10101101 | 10111 | 1111101 | 0 | 1010111 | 11100 | 100000 | 100111111 | 1001101 | 100110 |
Color Harmonies of #AD177D
Complementary color
Monochromatic Colors of #AD177D
Black with #AD177D
Text Example
Text Example
White with #AD177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD177D; }
p { color: rgb(173,23,125); }
H1.HeaderClassName
{
color: #AD177D;
}
.AnyTagClassName
{
color: #AD177D;
}
</style>
background-color css
<style>
a { background-color: #AD177D; }
a { background-color: rgb(173,23,125); }
div.DivClassName
{
background-color: #AD177D;
}
.BgClassName
{
background-color: #AD177D;
}
</style>
border-color css
<style>
span { border-color: #AD177D; }
span { border-color: rgb(173,23,125); }
td.TdClassName
{
border-color: #AD177D;
}
.TagClassName
{
border-color: #AD177D;
}
</style>