Shades of Medium Red Violet #AD1D80
Tints of Medium Red Violet #AD1D80
RGB
CMYK
RGB Variations
Color information
#AD1D80 (or 0xAD1D80) is known color: Medium Red Violet. HEX triplet: AD, 1D and 80. RGB value is (173,29,128). Sum of RGB (Red+Green+Blue) = 173+29+128=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1D80 is #52E27F. Grayscale: #535353. Windows color (decimal): -5431936 or 8396205. OLE color: 8396205.
HSL color Cylindrical-coordinate representation of color #AD1D80: hue angle of 318.75º 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 #AD1D80 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 128 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.32 |
| HSL | 318.75º | 0.71% | 0.4% | - |
| HSV(B) | 318.75º | 0.83% | 0.68% | - |
| XYZ | 21.57 | 11.32 | 21.47 | - |
| YUV | 83.34 | 153.21 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 128 | 0 | 0.83 | 0.26 | 0.32 | 318.75 | 0.71 | 0.4 |
| Hex | AD | 1D | 80 | 0 | 53 | 1A | 20 | 13F | 47 | 28 |
| Octal | 255 | 35 | 200 | 0 | 123 | 32 | 40 | 477 | 107 | 50 |
| Binary | 10101101 | 11101 | 10000000 | 0 | 1010011 | 11010 | 100000 | 100111111 | 1000111 | 101000 |
Color Harmonies of #AD1D80
Complementary color
Monochromatic Colors of #AD1D80
Black with #AD1D80
Text Example
Text Example
White with #AD1D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D80; }
p { color: rgb(173,29,128); }
H1.HeaderClassName
{
color: #AD1D80;
}
.AnyTagClassName
{
color: #AD1D80;
}
</style>
background-color css
<style>
a { background-color: #AD1D80; }
a { background-color: rgb(173,29,128); }
div.DivClassName
{
background-color: #AD1D80;
}
.BgClassName
{
background-color: #AD1D80;
}
</style>
border-color css
<style>
span { border-color: #AD1D80; }
span { border-color: rgb(173,29,128); }
td.TdClassName
{
border-color: #AD1D80;
}
.TagClassName
{
border-color: #AD1D80;
}
</style>