Shades of Medium Red Violet #AD3777
Tints of Medium Red Violet #AD3777
RGB
CMYK
RGB Variations
Color information
#AD3777 (or 0xAD3777) is known color: Medium Red Violet. HEX triplet: AD, 37 and 77. RGB value is (173,55,119). Sum of RGB (Red+Green+Blue) = 173+55+119=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3777 is #52C888. Grayscale: #616161. Windows color (decimal): -5425289 or 7813037. OLE color: 7813037.
HSL color Cylindrical-coordinate representation of color #AD3777: hue angle of 327.46º 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 #AD3777 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 119 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.32 |
| HSL | 327.46º | 0.52% | 0.45% | - |
| HSV(B) | 327.46º | 0.68% | 0.68% | - |
| XYZ | 21.93 | 12.95 | 18.8 | - |
| YUV | 97.58 | 140.09 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 119 | 0 | 0.68 | 0.31 | 0.32 | 327.46 | 0.52 | 0.45 |
| Hex | AD | 37 | 77 | 0 | 44 | 1F | 20 | 147 | 34 | 2D |
| Octal | 255 | 67 | 167 | 0 | 104 | 37 | 40 | 507 | 64 | 55 |
| Binary | 10101101 | 110111 | 1110111 | 0 | 1000100 | 11111 | 100000 | 101000111 | 110100 | 101101 |
Color Harmonies of #AD3777
Complementary color
Monochromatic Colors of #AD3777
Black with #AD3777
Text Example
Text Example
White with #AD3777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3777; }
p { color: rgb(173,55,119); }
H1.HeaderClassName
{
color: #AD3777;
}
.AnyTagClassName
{
color: #AD3777;
}
</style>
background-color css
<style>
a { background-color: #AD3777; }
a { background-color: rgb(173,55,119); }
div.DivClassName
{
background-color: #AD3777;
}
.BgClassName
{
background-color: #AD3777;
}
</style>
border-color css
<style>
span { border-color: #AD3777; }
span { border-color: rgb(173,55,119); }
td.TdClassName
{
border-color: #AD3777;
}
.TagClassName
{
border-color: #AD3777;
}
</style>