Shades of Medium Red Violet #AD1D76
Tints of Medium Red Violet #AD1D76
RGB
CMYK
RGB Variations
Color information
#AD1D76 (or 0xAD1D76) is known color: Medium Red Violet. HEX triplet: AD, 1D and 76. RGB value is (173,29,118). Sum of RGB (Red+Green+Blue) = 173+29+118=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1D76 is #52E289. Grayscale: #515151. Windows color (decimal): -5431946 or 7740845. OLE color: 7740845.
HSL color Cylindrical-coordinate representation of color #AD1D76: hue angle of 322.92º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1D76 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 118 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.32 |
| HSL | 322.92º | 0.71% | 0.4% | - |
| HSV(B) | 322.92º | 0.83% | 0.68% | - |
| XYZ | 20.94 | 11.07 | 18.17 | - |
| YUV | 82.2 | 148.21 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 118 | 0 | 0.83 | 0.32 | 0.32 | 322.92 | 0.71 | 0.4 |
| Hex | AD | 1D | 76 | 0 | 53 | 20 | 20 | 143 | 47 | 28 |
| Octal | 255 | 35 | 166 | 0 | 123 | 40 | 40 | 503 | 107 | 50 |
| Binary | 10101101 | 11101 | 1110110 | 0 | 1010011 | 100000 | 100000 | 101000011 | 1000111 | 101000 |
Color Harmonies of #AD1D76
Complementary color
Monochromatic Colors of #AD1D76
Black with #AD1D76
Text Example
Text Example
White with #AD1D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D76; }
p { color: rgb(173,29,118); }
H1.HeaderClassName
{
color: #AD1D76;
}
.AnyTagClassName
{
color: #AD1D76;
}
</style>
background-color css
<style>
a { background-color: #AD1D76; }
a { background-color: rgb(173,29,118); }
div.DivClassName
{
background-color: #AD1D76;
}
.BgClassName
{
background-color: #AD1D76;
}
</style>
border-color css
<style>
span { border-color: #AD1D76; }
span { border-color: rgb(173,29,118); }
td.TdClassName
{
border-color: #AD1D76;
}
.TagClassName
{
border-color: #AD1D76;
}
</style>