Shades of Medium Violet Red #AD1591
Tints of Medium Violet Red #AD1591
RGB
CMYK
RGB Variations
Color information
#AD1591 (or 0xAD1591) is known color: Medium Violet Red. HEX triplet: AD, 15 and 91. RGB value is (173,21,145). Sum of RGB (Red+Green+Blue) = 173+21+145=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1591 is #52EA6E. Grayscale: #505050. Windows color (decimal): -5433967 or 9508269. OLE color: 9508269.
HSL color Cylindrical-coordinate representation of color #AD1591: hue angle of 311.05º 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 #AD1591 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 145 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.32 |
| HSL | 311.05º | 0.78% | 0.38% | - |
| HSV(B) | 311.05º | 0.88% | 0.68% | - |
| XYZ | 22.61 | 11.46 | 27.81 | - |
| YUV | 80.58 | 164.36 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 145 | 0 | 0.88 | 0.16 | 0.32 | 311.05 | 0.78 | 0.38 |
| Hex | AD | 15 | 91 | 0 | 58 | 10 | 20 | 137 | 4E | 26 |
| Octal | 255 | 25 | 221 | 0 | 130 | 20 | 40 | 467 | 116 | 46 |
| Binary | 10101101 | 10101 | 10010001 | 0 | 1011000 | 10000 | 100000 | 100110111 | 1001110 | 100110 |
Color Harmonies of #AD1591
Complementary color
Monochromatic Colors of #AD1591
Black with #AD1591
Text Example
Text Example
White with #AD1591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1591; }
p { color: rgb(173,21,145); }
H1.HeaderClassName
{
color: #AD1591;
}
.AnyTagClassName
{
color: #AD1591;
}
</style>
background-color css
<style>
a { background-color: #AD1591; }
a { background-color: rgb(173,21,145); }
div.DivClassName
{
background-color: #AD1591;
}
.BgClassName
{
background-color: #AD1591;
}
</style>
border-color css
<style>
span { border-color: #AD1591; }
span { border-color: rgb(173,21,145); }
td.TdClassName
{
border-color: #AD1591;
}
.TagClassName
{
border-color: #AD1591;
}
</style>