Shades of Medium Violet Red #AD1787
Tints of Medium Violet Red #AD1787
RGB
CMYK
RGB Variations
Color information
#AD1787 (or 0xAD1787) is known color: Medium Violet Red. HEX triplet: AD, 17 and 87. RGB value is (173,23,135). Sum of RGB (Red+Green+Blue) = 173+23+135=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1787 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1787 is #52E878. Grayscale: #505050. Windows color (decimal): -5433465 or 8853421. OLE color: 8853421.
HSL color Cylindrical-coordinate representation of color #AD1787: hue angle of 315.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 #AD1787 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 135 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.32 |
| HSL | 315.2º | 0.77% | 0.38% | - |
| HSV(B) | 315.2º | 0.87% | 0.68% | - |
| XYZ | 21.91 | 11.25 | 23.94 | - |
| YUV | 80.62 | 158.7 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 135 | 0 | 0.87 | 0.22 | 0.32 | 315.2 | 0.77 | 0.38 |
| Hex | AD | 17 | 87 | 0 | 57 | 16 | 20 | 13B | 4D | 26 |
| Octal | 255 | 27 | 207 | 0 | 127 | 26 | 40 | 473 | 115 | 46 |
| Binary | 10101101 | 10111 | 10000111 | 0 | 1010111 | 10110 | 100000 | 100111011 | 1001101 | 100110 |
Color Harmonies of #AD1787
Complementary color
Monochromatic Colors of #AD1787
Black with #AD1787
Text Example
Text Example
White with #AD1787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1787; }
p { color: rgb(173,23,135); }
H1.HeaderClassName
{
color: #AD1787;
}
.AnyTagClassName
{
color: #AD1787;
}
</style>
background-color css
<style>
a { background-color: #AD1787; }
a { background-color: rgb(173,23,135); }
div.DivClassName
{
background-color: #AD1787;
}
.BgClassName
{
background-color: #AD1787;
}
</style>
border-color css
<style>
span { border-color: #AD1787; }
span { border-color: rgb(173,23,135); }
td.TdClassName
{
border-color: #AD1787;
}
.TagClassName
{
border-color: #AD1787;
}
</style>