Shades of Medium Violet Red #AD169D
Tints of Medium Violet Red #AD169D
RGB
CMYK
RGB Variations
Color information
#AD169D (or 0xAD169D) is known color: Medium Violet Red. HEX triplet: AD, 16 and 9D. RGB value is (173,22,157). Sum of RGB (Red+Green+Blue) = 173+22+157=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD169D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD169D is #52E962. Grayscale: #525252. Windows color (decimal): -5433699 or 10294957. OLE color: 10294957.
HSL color Cylindrical-coordinate representation of color #AD169D: hue angle of 306.36º 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 #AD169D is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 157 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.32 |
| HSL | 306.36º | 0.77% | 0.38% | - |
| HSV(B) | 306.36º | 0.87% | 0.68% | - |
| XYZ | 23.61 | 11.89 | 32.95 | - |
| YUV | 82.54 | 170.03 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 157 | 0 | 0.87 | 0.09 | 0.32 | 306.36 | 0.77 | 0.38 |
| Hex | AD | 16 | 9D | 0 | 57 | 9 | 20 | 132 | 4D | 26 |
| Octal | 255 | 26 | 235 | 0 | 127 | 11 | 40 | 462 | 115 | 46 |
| Binary | 10101101 | 10110 | 10011101 | 0 | 1010111 | 1001 | 100000 | 100110010 | 1001101 | 100110 |
Color Harmonies of #AD169D
Complementary color
Monochromatic Colors of #AD169D
Black with #AD169D
Text Example
Text Example
White with #AD169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD169D; }
p { color: rgb(173,22,157); }
H1.HeaderClassName
{
color: #AD169D;
}
.AnyTagClassName
{
color: #AD169D;
}
</style>
background-color css
<style>
a { background-color: #AD169D; }
a { background-color: rgb(173,22,157); }
div.DivClassName
{
background-color: #AD169D;
}
.BgClassName
{
background-color: #AD169D;
}
</style>
border-color css
<style>
span { border-color: #AD169D; }
span { border-color: rgb(173,22,157); }
td.TdClassName
{
border-color: #AD169D;
}
.TagClassName
{
border-color: #AD169D;
}
</style>