Shades of Medium Violet Red #AD167A
Tints of Medium Violet Red #AD167A
RGB
CMYK
RGB Variations
Color information
#AD167A (or 0xAD167A) is known color: Medium Violet Red. HEX triplet: AD, 16 and 7A. RGB value is (173,22,122). Sum of RGB (Red+Green+Blue) = 173+22+122=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD167A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD167A is #52E985. Grayscale: #4E4E4E. Windows color (decimal): -5433734 or 8001197. OLE color: 8001197.
HSL color Cylindrical-coordinate representation of color #AD167A: hue angle of 320.26º 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 #AD167A is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 122 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.32 |
| HSL | 320.26º | 0.77% | 0.38% | - |
| HSV(B) | 320.26º | 0.87% | 0.68% | - |
| XYZ | 21.03 | 10.86 | 19.4 | - |
| YUV | 78.55 | 152.53 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 122 | 0 | 0.87 | 0.29 | 0.32 | 320.26 | 0.77 | 0.38 |
| Hex | AD | 16 | 7A | 0 | 57 | 1D | 20 | 140 | 4D | 26 |
| Octal | 255 | 26 | 172 | 0 | 127 | 35 | 40 | 500 | 115 | 46 |
| Binary | 10101101 | 10110 | 1111010 | 0 | 1010111 | 11101 | 100000 | 101000000 | 1001101 | 100110 |
Color Harmonies of #AD167A
Complementary color
Monochromatic Colors of #AD167A
Black with #AD167A
Text Example
Text Example
White with #AD167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD167A; }
p { color: rgb(173,22,122); }
H1.HeaderClassName
{
color: #AD167A;
}
.AnyTagClassName
{
color: #AD167A;
}
</style>
background-color css
<style>
a { background-color: #AD167A; }
a { background-color: rgb(173,22,122); }
div.DivClassName
{
background-color: #AD167A;
}
.BgClassName
{
background-color: #AD167A;
}
</style>
border-color css
<style>
span { border-color: #AD167A; }
span { border-color: rgb(173,22,122); }
td.TdClassName
{
border-color: #AD167A;
}
.TagClassName
{
border-color: #AD167A;
}
</style>