Shades of Medium Violet Red #AD167F
Tints of Medium Violet Red #AD167F
RGB
CMYK
RGB Variations
Color information
#AD167F (or 0xAD167F) is known color: Medium Violet Red. HEX triplet: AD, 16 and 7F. RGB value is (173,22,127). Sum of RGB (Red+Green+Blue) = 173+22+127=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD167F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD167F is #52E980. Grayscale: #4E4E4E. Windows color (decimal): -5433729 or 8328877. OLE color: 8328877.
HSL color Cylindrical-coordinate representation of color #AD167F: hue angle of 318.28º 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 #AD167F is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 127 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.32 |
| HSL | 318.28º | 0.77% | 0.38% | - |
| HSV(B) | 318.28º | 0.87% | 0.68% | - |
| XYZ | 21.35 | 10.99 | 21.07 | - |
| YUV | 79.12 | 155.03 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 127 | 0 | 0.87 | 0.27 | 0.32 | 318.28 | 0.77 | 0.38 |
| Hex | AD | 16 | 7F | 0 | 57 | 1B | 20 | 13E | 4D | 26 |
| Octal | 255 | 26 | 177 | 0 | 127 | 33 | 40 | 476 | 115 | 46 |
| Binary | 10101101 | 10110 | 1111111 | 0 | 1010111 | 11011 | 100000 | 100111110 | 1001101 | 100110 |
Color Harmonies of #AD167F
Complementary color
Monochromatic Colors of #AD167F
Black with #AD167F
Text Example
Text Example
White with #AD167F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD167F; }
p { color: rgb(173,22,127); }
H1.HeaderClassName
{
color: #AD167F;
}
.AnyTagClassName
{
color: #AD167F;
}
</style>
background-color css
<style>
a { background-color: #AD167F; }
a { background-color: rgb(173,22,127); }
div.DivClassName
{
background-color: #AD167F;
}
.BgClassName
{
background-color: #AD167F;
}
</style>
border-color css
<style>
span { border-color: #AD167F; }
span { border-color: rgb(173,22,127); }
td.TdClassName
{
border-color: #AD167F;
}
.TagClassName
{
border-color: #AD167F;
}
</style>