Shades of Medium Violet Red #AD1691
Tints of Medium Violet Red #AD1691
RGB
CMYK
RGB Variations
Color information
#AD1691 (or 0xAD1691) is known color: Medium Violet Red. HEX triplet: AD, 16 and 91. RGB value is (173,22,145). Sum of RGB (Red+Green+Blue) = 173+22+145=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 22 (8.98% from 255 or 6.47% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1691 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1691 is #52E96E. Grayscale: #505050. Windows color (decimal): -5433711 or 9508525. OLE color: 9508525.
HSL color Cylindrical-coordinate representation of color #AD1691: hue angle of 311.13º 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 #AD1691 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 145 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.32 |
| HSL | 311.13º | 0.77% | 0.38% | - |
| HSV(B) | 311.13º | 0.87% | 0.68% | - |
| XYZ | 22.63 | 11.5 | 27.82 | - |
| YUV | 81.17 | 164.03 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 145 | 0 | 0.87 | 0.16 | 0.32 | 311.13 | 0.77 | 0.38 |
| Hex | AD | 16 | 91 | 0 | 57 | 10 | 20 | 137 | 4D | 26 |
| Octal | 255 | 26 | 221 | 0 | 127 | 20 | 40 | 467 | 115 | 46 |
| Binary | 10101101 | 10110 | 10010001 | 0 | 1010111 | 10000 | 100000 | 100110111 | 1001101 | 100110 |
Color Harmonies of #AD1691
Complementary color
Monochromatic Colors of #AD1691
Black with #AD1691
Text Example
Text Example
White with #AD1691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1691; }
p { color: rgb(173,22,145); }
H1.HeaderClassName
{
color: #AD1691;
}
.AnyTagClassName
{
color: #AD1691;
}
</style>
background-color css
<style>
a { background-color: #AD1691; }
a { background-color: rgb(173,22,145); }
div.DivClassName
{
background-color: #AD1691;
}
.BgClassName
{
background-color: #AD1691;
}
</style>
border-color css
<style>
span { border-color: #AD1691; }
span { border-color: rgb(173,22,145); }
td.TdClassName
{
border-color: #AD1691;
}
.TagClassName
{
border-color: #AD1691;
}
</style>