Shades of Medium Red Violet #AD2776
Tints of Medium Red Violet #AD2776
RGB
CMYK
RGB Variations
Color information
#AD2776 (or 0xAD2776) is known color: Medium Red Violet. HEX triplet: AD, 27 and 76. RGB value is (173,39,118). Sum of RGB (Red+Green+Blue) = 173+39+118=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2776 is #52D889. Grayscale: #575757. Windows color (decimal): -5429386 or 7743405. OLE color: 7743405.
HSL color Cylindrical-coordinate representation of color #AD2776: hue angle of 324.63º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2776 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 118 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.32 |
| HSL | 324.63º | 0.63% | 0.42% | - |
| HSV(B) | 324.63º | 0.77% | 0.68% | - |
| XYZ | 21.23 | 11.64 | 18.27 | - |
| YUV | 88.07 | 144.89 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 118 | 0 | 0.77 | 0.32 | 0.32 | 324.63 | 0.63 | 0.42 |
| Hex | AD | 27 | 76 | 0 | 4D | 20 | 20 | 145 | 3F | 2A |
| Octal | 255 | 47 | 166 | 0 | 115 | 40 | 40 | 505 | 77 | 52 |
| Binary | 10101101 | 100111 | 1110110 | 0 | 1001101 | 100000 | 100000 | 101000101 | 111111 | 101010 |
Color Harmonies of #AD2776
Complementary color
Monochromatic Colors of #AD2776
Black with #AD2776
Text Example
Text Example
White with #AD2776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2776; }
p { color: rgb(173,39,118); }
H1.HeaderClassName
{
color: #AD2776;
}
.AnyTagClassName
{
color: #AD2776;
}
</style>
background-color css
<style>
a { background-color: #AD2776; }
a { background-color: rgb(173,39,118); }
div.DivClassName
{
background-color: #AD2776;
}
.BgClassName
{
background-color: #AD2776;
}
</style>
border-color css
<style>
span { border-color: #AD2776; }
span { border-color: rgb(173,39,118); }
td.TdClassName
{
border-color: #AD2776;
}
.TagClassName
{
border-color: #AD2776;
}
</style>