Shades of Medium Violet Red #AD167C
Tints of Medium Violet Red #AD167C
RGB
CMYK
RGB Variations
Color information
#AD167C (or 0xAD167C) is known color: Medium Violet Red. HEX triplet: AD, 16 and 7C. RGB value is (173,22,124). Sum of RGB (Red+Green+Blue) = 173+22+124=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD167C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD167C is #52E983. Grayscale: #4E4E4E. Windows color (decimal): -5433732 or 8132269. OLE color: 8132269.
HSL color Cylindrical-coordinate representation of color #AD167C: hue angle of 319.47º 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 #AD167C is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 124 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.32 |
| HSL | 319.47º | 0.77% | 0.38% | - |
| HSV(B) | 319.47º | 0.87% | 0.68% | - |
| XYZ | 21.16 | 10.91 | 20.06 | - |
| YUV | 78.78 | 153.53 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 124 | 0 | 0.87 | 0.28 | 0.32 | 319.47 | 0.77 | 0.38 |
| Hex | AD | 16 | 7C | 0 | 57 | 1C | 20 | 13F | 4D | 26 |
| Octal | 255 | 26 | 174 | 0 | 127 | 34 | 40 | 477 | 115 | 46 |
| Binary | 10101101 | 10110 | 1111100 | 0 | 1010111 | 11100 | 100000 | 100111111 | 1001101 | 100110 |
Color Harmonies of #AD167C
Complementary color
Monochromatic Colors of #AD167C
Black with #AD167C
Text Example
Text Example
White with #AD167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD167C; }
p { color: rgb(173,22,124); }
H1.HeaderClassName
{
color: #AD167C;
}
.AnyTagClassName
{
color: #AD167C;
}
</style>
background-color css
<style>
a { background-color: #AD167C; }
a { background-color: rgb(173,22,124); }
div.DivClassName
{
background-color: #AD167C;
}
.BgClassName
{
background-color: #AD167C;
}
</style>
border-color css
<style>
span { border-color: #AD167C; }
span { border-color: rgb(173,22,124); }
td.TdClassName
{
border-color: #AD167C;
}
.TagClassName
{
border-color: #AD167C;
}
</style>