Shades of Medium Red Violet #AD2977
Tints of Medium Red Violet #AD2977
RGB
CMYK
RGB Variations
Color information
#AD2977 (or 0xAD2977) is known color: Medium Red Violet. HEX triplet: AD, 29 and 77. RGB value is (173,41,119). Sum of RGB (Red+Green+Blue) = 173+41+119=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2977 is #52D688. Grayscale: #595959. Windows color (decimal): -5428873 or 7809453. OLE color: 7809453.
HSL color Cylindrical-coordinate representation of color #AD2977: hue angle of 324.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2977 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 119 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.32 |
| HSL | 324.55º | 0.62% | 0.42% | - |
| HSV(B) | 324.55º | 0.76% | 0.68% | - |
| XYZ | 21.36 | 11.8 | 18.61 | - |
| YUV | 89.36 | 144.73 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 119 | 0 | 0.76 | 0.31 | 0.32 | 324.55 | 0.62 | 0.42 |
| Hex | AD | 29 | 77 | 0 | 4C | 1F | 20 | 145 | 3E | 2A |
| Octal | 255 | 51 | 167 | 0 | 114 | 37 | 40 | 505 | 76 | 52 |
| Binary | 10101101 | 101001 | 1110111 | 0 | 1001100 | 11111 | 100000 | 101000101 | 111110 | 101010 |
Color Harmonies of #AD2977
Complementary color
Monochromatic Colors of #AD2977
Black with #AD2977
Text Example
Text Example
White with #AD2977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2977; }
p { color: rgb(173,41,119); }
H1.HeaderClassName
{
color: #AD2977;
}
.AnyTagClassName
{
color: #AD2977;
}
</style>
background-color css
<style>
a { background-color: #AD2977; }
a { background-color: rgb(173,41,119); }
div.DivClassName
{
background-color: #AD2977;
}
.BgClassName
{
background-color: #AD2977;
}
</style>
border-color css
<style>
span { border-color: #AD2977; }
span { border-color: rgb(173,41,119); }
td.TdClassName
{
border-color: #AD2977;
}
.TagClassName
{
border-color: #AD2977;
}
</style>