Shades of Medium Red Violet #AD1D7F
Tints of Medium Red Violet #AD1D7F
RGB
CMYK
RGB Variations
Color information
#AD1D7F (or 0xAD1D7F) is known color: Medium Red Violet. HEX triplet: AD, 1D and 7F. RGB value is (173,29,127). Sum of RGB (Red+Green+Blue) = 173+29+127=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1D7F is #52E280. Grayscale: #525252. Windows color (decimal): -5431937 or 8330669. OLE color: 8330669.
HSL color Cylindrical-coordinate representation of color #AD1D7F: hue angle of 319.17º 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 #AD1D7F is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 127 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.32 |
| HSL | 319.17º | 0.71% | 0.4% | - |
| HSV(B) | 319.17º | 0.83% | 0.68% | - |
| XYZ | 21.5 | 11.3 | 21.13 | - |
| YUV | 83.23 | 152.71 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 127 | 0 | 0.83 | 0.27 | 0.32 | 319.17 | 0.71 | 0.4 |
| Hex | AD | 1D | 7F | 0 | 53 | 1B | 20 | 13F | 47 | 28 |
| Octal | 255 | 35 | 177 | 0 | 123 | 33 | 40 | 477 | 107 | 50 |
| Binary | 10101101 | 11101 | 1111111 | 0 | 1010011 | 11011 | 100000 | 100111111 | 1000111 | 101000 |
Color Harmonies of #AD1D7F
Complementary color
Monochromatic Colors of #AD1D7F
Black with #AD1D7F
Text Example
Text Example
White with #AD1D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D7F; }
p { color: rgb(173,29,127); }
H1.HeaderClassName
{
color: #AD1D7F;
}
.AnyTagClassName
{
color: #AD1D7F;
}
</style>
background-color css
<style>
a { background-color: #AD1D7F; }
a { background-color: rgb(173,29,127); }
div.DivClassName
{
background-color: #AD1D7F;
}
.BgClassName
{
background-color: #AD1D7F;
}
</style>
border-color css
<style>
span { border-color: #AD1D7F; }
span { border-color: rgb(173,29,127); }
td.TdClassName
{
border-color: #AD1D7F;
}
.TagClassName
{
border-color: #AD1D7F;
}
</style>