Shades of Medium Violet Red #AD168C
Tints of Medium Violet Red #AD168C
RGB
CMYK
RGB Variations
Color information
#AD168C (or 0xAD168C) is known color: Medium Violet Red. HEX triplet: AD, 16 and 8C. RGB value is (173,22,140). Sum of RGB (Red+Green+Blue) = 173+22+140=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD168C is #52E973. Grayscale: #505050. Windows color (decimal): -5433716 or 9180845. OLE color: 9180845.
HSL color Cylindrical-coordinate representation of color #AD168C: hue angle of 313.11º 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 #AD168C is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 140 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.32 |
| HSL | 313.11º | 0.77% | 0.38% | - |
| HSV(B) | 313.11º | 0.87% | 0.68% | - |
| XYZ | 22.25 | 11.35 | 25.83 | - |
| YUV | 80.6 | 161.53 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 140 | 0 | 0.87 | 0.19 | 0.32 | 313.11 | 0.77 | 0.38 |
| Hex | AD | 16 | 8C | 0 | 57 | 13 | 20 | 139 | 4D | 26 |
| Octal | 255 | 26 | 214 | 0 | 127 | 23 | 40 | 471 | 115 | 46 |
| Binary | 10101101 | 10110 | 10001100 | 0 | 1010111 | 10011 | 100000 | 100111001 | 1001101 | 100110 |
Color Harmonies of #AD168C
Complementary color
Monochromatic Colors of #AD168C
Black with #AD168C
Text Example
Text Example
White with #AD168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD168C; }
p { color: rgb(173,22,140); }
H1.HeaderClassName
{
color: #AD168C;
}
.AnyTagClassName
{
color: #AD168C;
}
</style>
background-color css
<style>
a { background-color: #AD168C; }
a { background-color: rgb(173,22,140); }
div.DivClassName
{
background-color: #AD168C;
}
.BgClassName
{
background-color: #AD168C;
}
</style>
border-color css
<style>
span { border-color: #AD168C; }
span { border-color: rgb(173,22,140); }
td.TdClassName
{
border-color: #AD168C;
}
.TagClassName
{
border-color: #AD168C;
}
</style>