Shades of Medium Red Violet #AD3787
Tints of Medium Red Violet #AD3787
RGB
CMYK
RGB Variations
Color information
#AD3787 (or 0xAD3787) is known color: Medium Red Violet. HEX triplet: AD, 37 and 87. RGB value is (173,55,135). Sum of RGB (Red+Green+Blue) = 173+55+135=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3787 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3787 is #52C878. Grayscale: #636363. Windows color (decimal): -5425273 or 8861613. OLE color: 8861613.
HSL color Cylindrical-coordinate representation of color #AD3787: hue angle of 319.32º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3787 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 135 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.32 |
| HSL | 319.32º | 0.52% | 0.45% | - |
| HSV(B) | 319.32º | 0.68% | 0.68% | - |
| XYZ | 22.97 | 13.37 | 24.29 | - |
| YUV | 99.4 | 148.09 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 135 | 0 | 0.68 | 0.22 | 0.32 | 319.32 | 0.52 | 0.45 |
| Hex | AD | 37 | 87 | 0 | 44 | 16 | 20 | 13F | 34 | 2D |
| Octal | 255 | 67 | 207 | 0 | 104 | 26 | 40 | 477 | 64 | 55 |
| Binary | 10101101 | 110111 | 10000111 | 0 | 1000100 | 10110 | 100000 | 100111111 | 110100 | 101101 |
Color Harmonies of #AD3787
Complementary color
Monochromatic Colors of #AD3787
Black with #AD3787
Text Example
Text Example
White with #AD3787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3787; }
p { color: rgb(173,55,135); }
H1.HeaderClassName
{
color: #AD3787;
}
.AnyTagClassName
{
color: #AD3787;
}
</style>
background-color css
<style>
a { background-color: #AD3787; }
a { background-color: rgb(173,55,135); }
div.DivClassName
{
background-color: #AD3787;
}
.BgClassName
{
background-color: #AD3787;
}
</style>
border-color css
<style>
span { border-color: #AD3787; }
span { border-color: rgb(173,55,135); }
td.TdClassName
{
border-color: #AD3787;
}
.TagClassName
{
border-color: #AD3787;
}
</style>