Shades of Medium Violet Red #AD1791
Tints of Medium Violet Red #AD1791
RGB
CMYK
RGB Variations
Color information
#AD1791 (or 0xAD1791) is known color: Medium Violet Red. HEX triplet: AD, 17 and 91. RGB value is (173,23,145). Sum of RGB (Red+Green+Blue) = 173+23+145=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1791 is #52E86E. Grayscale: #515151. Windows color (decimal): -5433455 or 9508781. OLE color: 9508781.
HSL color Cylindrical-coordinate representation of color #AD1791: hue angle of 311.2º 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 #AD1791 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 145 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.32 |
| HSL | 311.2º | 0.77% | 0.38% | - |
| HSV(B) | 311.2º | 0.87% | 0.68% | - |
| XYZ | 22.65 | 11.54 | 27.82 | - |
| YUV | 81.76 | 163.7 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 145 | 0 | 0.87 | 0.16 | 0.32 | 311.2 | 0.77 | 0.38 |
| Hex | AD | 17 | 91 | 0 | 57 | 10 | 20 | 137 | 4D | 26 |
| Octal | 255 | 27 | 221 | 0 | 127 | 20 | 40 | 467 | 115 | 46 |
| Binary | 10101101 | 10111 | 10010001 | 0 | 1010111 | 10000 | 100000 | 100110111 | 1001101 | 100110 |
Color Harmonies of #AD1791
Complementary color
Monochromatic Colors of #AD1791
Black with #AD1791
Text Example
Text Example
White with #AD1791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1791; }
p { color: rgb(173,23,145); }
H1.HeaderClassName
{
color: #AD1791;
}
.AnyTagClassName
{
color: #AD1791;
}
</style>
background-color css
<style>
a { background-color: #AD1791; }
a { background-color: rgb(173,23,145); }
div.DivClassName
{
background-color: #AD1791;
}
.BgClassName
{
background-color: #AD1791;
}
</style>
border-color css
<style>
span { border-color: #AD1791; }
span { border-color: rgb(173,23,145); }
td.TdClassName
{
border-color: #AD1791;
}
.TagClassName
{
border-color: #AD1791;
}
</style>