Shades of Medium Violet Red #AD159D
Tints of Medium Violet Red #AD159D
RGB
CMYK
RGB Variations
Color information
#AD159D (or 0xAD159D) is known color: Medium Violet Red. HEX triplet: AD, 15 and 9D. RGB value is (173,21,157). Sum of RGB (Red+Green+Blue) = 173+21+157=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD159D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD159D is #52EA62. Grayscale: #515151. Windows color (decimal): -5433955 or 10294701. OLE color: 10294701.
HSL color Cylindrical-coordinate representation of color #AD159D: hue angle of 306.32º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD159D is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 157 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.32 |
| HSL | 306.32º | 0.78% | 0.38% | - |
| HSV(B) | 306.32º | 0.88% | 0.68% | - |
| XYZ | 23.59 | 11.85 | 32.94 | - |
| YUV | 81.95 | 170.36 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 157 | 0 | 0.88 | 0.09 | 0.32 | 306.32 | 0.78 | 0.38 |
| Hex | AD | 15 | 9D | 0 | 58 | 9 | 20 | 132 | 4E | 26 |
| Octal | 255 | 25 | 235 | 0 | 130 | 11 | 40 | 462 | 116 | 46 |
| Binary | 10101101 | 10101 | 10011101 | 0 | 1011000 | 1001 | 100000 | 100110010 | 1001110 | 100110 |
Color Harmonies of #AD159D
Complementary color
Monochromatic Colors of #AD159D
Black with #AD159D
Text Example
Text Example
White with #AD159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD159D; }
p { color: rgb(173,21,157); }
H1.HeaderClassName
{
color: #AD159D;
}
.AnyTagClassName
{
color: #AD159D;
}
</style>
background-color css
<style>
a { background-color: #AD159D; }
a { background-color: rgb(173,21,157); }
div.DivClassName
{
background-color: #AD159D;
}
.BgClassName
{
background-color: #AD159D;
}
</style>
border-color css
<style>
span { border-color: #AD159D; }
span { border-color: rgb(173,21,157); }
td.TdClassName
{
border-color: #AD159D;
}
.TagClassName
{
border-color: #AD159D;
}
</style>