Shades of Medium Red Violet #AD2772
Tints of Medium Red Violet #AD2772
RGB
CMYK
RGB Variations
Color information
#AD2772 (or 0xAD2772) is known color: Medium Red Violet. HEX triplet: AD, 27 and 72. RGB value is (173,39,114). Sum of RGB (Red+Green+Blue) = 173+39+114=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2772 is #52D88D. Grayscale: #575757. Windows color (decimal): -5429390 or 7481261. OLE color: 7481261.
HSL color Cylindrical-coordinate representation of color #AD2772: hue angle of 326.42º 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 #AD2772 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 114 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.32 |
| HSL | 326.42º | 0.63% | 0.42% | - |
| HSV(B) | 326.42º | 0.77% | 0.68% | - |
| XYZ | 21 | 11.55 | 17.04 | - |
| YUV | 87.62 | 142.89 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 114 | 0 | 0.77 | 0.34 | 0.32 | 326.42 | 0.63 | 0.42 |
| Hex | AD | 27 | 72 | 0 | 4D | 22 | 20 | 146 | 3F | 2A |
| Octal | 255 | 47 | 162 | 0 | 115 | 42 | 40 | 506 | 77 | 52 |
| Binary | 10101101 | 100111 | 1110010 | 0 | 1001101 | 100010 | 100000 | 101000110 | 111111 | 101010 |
Color Harmonies of #AD2772
Complementary color
Monochromatic Colors of #AD2772
Black with #AD2772
Text Example
Text Example
White with #AD2772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2772; }
p { color: rgb(173,39,114); }
H1.HeaderClassName
{
color: #AD2772;
}
.AnyTagClassName
{
color: #AD2772;
}
</style>
background-color css
<style>
a { background-color: #AD2772; }
a { background-color: rgb(173,39,114); }
div.DivClassName
{
background-color: #AD2772;
}
.BgClassName
{
background-color: #AD2772;
}
</style>
border-color css
<style>
span { border-color: #AD2772; }
span { border-color: rgb(173,39,114); }
td.TdClassName
{
border-color: #AD2772;
}
.TagClassName
{
border-color: #AD2772;
}
</style>