Shades of Medium Red Violet #AD1F76
Tints of Medium Red Violet #AD1F76
RGB
CMYK
RGB Variations
Color information
#AD1F76 (or 0xAD1F76) is known color: Medium Red Violet. HEX triplet: AD, 1F and 76. RGB value is (173,31,118). Sum of RGB (Red+Green+Blue) = 173+31+118=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1F76 is #52E089. Grayscale: #535353. Windows color (decimal): -5431434 or 7741357. OLE color: 7741357.
HSL color Cylindrical-coordinate representation of color #AD1F76: hue angle of 323.24º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD1F76 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 118 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.32 |
| HSL | 323.24º | 0.7% | 0.4% | - |
| HSV(B) | 323.24º | 0.82% | 0.68% | - |
| XYZ | 20.99 | 11.17 | 18.19 | - |
| YUV | 83.38 | 147.54 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 118 | 0 | 0.82 | 0.32 | 0.32 | 323.24 | 0.7 | 0.4 |
| Hex | AD | 1F | 76 | 0 | 52 | 20 | 20 | 143 | 46 | 28 |
| Octal | 255 | 37 | 166 | 0 | 122 | 40 | 40 | 503 | 106 | 50 |
| Binary | 10101101 | 11111 | 1110110 | 0 | 1010010 | 100000 | 100000 | 101000011 | 1000110 | 101000 |
Color Harmonies of #AD1F76
Complementary color
Monochromatic Colors of #AD1F76
Black with #AD1F76
Text Example
Text Example
White with #AD1F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1F76; }
p { color: rgb(173,31,118); }
H1.HeaderClassName
{
color: #AD1F76;
}
.AnyTagClassName
{
color: #AD1F76;
}
</style>
background-color css
<style>
a { background-color: #AD1F76; }
a { background-color: rgb(173,31,118); }
div.DivClassName
{
background-color: #AD1F76;
}
.BgClassName
{
background-color: #AD1F76;
}
</style>
border-color css
<style>
span { border-color: #AD1F76; }
span { border-color: rgb(173,31,118); }
td.TdClassName
{
border-color: #AD1F76;
}
.TagClassName
{
border-color: #AD1F76;
}
</style>