Shades of Medium Violet Red #AD168D
Tints of Medium Violet Red #AD168D
RGB
CMYK
RGB Variations
Color information
#AD168D (or 0xAD168D) is known color: Medium Violet Red. HEX triplet: AD, 16 and 8D. RGB value is (173,22,141). Sum of RGB (Red+Green+Blue) = 173+22+141=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD168D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD168D is #52E972. Grayscale: #505050. Windows color (decimal): -5433715 or 9246381. OLE color: 9246381.
HSL color Cylindrical-coordinate representation of color #AD168D: hue angle of 312.72º 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 #AD168D is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 141 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.32 |
| HSL | 312.72º | 0.77% | 0.38% | - |
| HSV(B) | 312.72º | 0.87% | 0.68% | - |
| XYZ | 22.33 | 11.38 | 26.22 | - |
| YUV | 80.72 | 162.03 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 141 | 0 | 0.87 | 0.18 | 0.32 | 312.72 | 0.77 | 0.38 |
| Hex | AD | 16 | 8D | 0 | 57 | 12 | 20 | 139 | 4D | 26 |
| Octal | 255 | 26 | 215 | 0 | 127 | 22 | 40 | 471 | 115 | 46 |
| Binary | 10101101 | 10110 | 10001101 | 0 | 1010111 | 10010 | 100000 | 100111001 | 1001101 | 100110 |
Color Harmonies of #AD168D
Complementary color
Monochromatic Colors of #AD168D
Black with #AD168D
Text Example
Text Example
White with #AD168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD168D; }
p { color: rgb(173,22,141); }
H1.HeaderClassName
{
color: #AD168D;
}
.AnyTagClassName
{
color: #AD168D;
}
</style>
background-color css
<style>
a { background-color: #AD168D; }
a { background-color: rgb(173,22,141); }
div.DivClassName
{
background-color: #AD168D;
}
.BgClassName
{
background-color: #AD168D;
}
</style>
border-color css
<style>
span { border-color: #AD168D; }
span { border-color: rgb(173,22,141); }
td.TdClassName
{
border-color: #AD168D;
}
.TagClassName
{
border-color: #AD168D;
}
</style>