Shades of Medium Red Violet #AD2078
Tints of Medium Red Violet #AD2078
RGB
CMYK
RGB Variations
Color information
#AD2078 (or 0xAD2078) is known color: Medium Red Violet. HEX triplet: AD, 20 and 78. RGB value is (173,32,120). Sum of RGB (Red+Green+Blue) = 173+32+120=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2078 is #52DF87. Grayscale: #535353. Windows color (decimal): -5431176 or 7872685. OLE color: 7872685.
HSL color Cylindrical-coordinate representation of color #AD2078: hue angle of 322.55º degrees, saturation: 0.69, 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 #AD2078 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 120 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.32 |
| HSL | 322.55º | 0.69% | 0.4% | - |
| HSV(B) | 322.55º | 0.82% | 0.68% | - |
| XYZ | 21.14 | 11.27 | 18.83 | - |
| YUV | 84.19 | 148.21 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 120 | 0 | 0.82 | 0.31 | 0.32 | 322.55 | 0.69 | 0.4 |
| Hex | AD | 20 | 78 | 0 | 52 | 1F | 20 | 143 | 45 | 28 |
| Octal | 255 | 40 | 170 | 0 | 122 | 37 | 40 | 503 | 105 | 50 |
| Binary | 10101101 | 100000 | 1111000 | 0 | 1010010 | 11111 | 100000 | 101000011 | 1000101 | 101000 |
Color Harmonies of #AD2078
Complementary color
Monochromatic Colors of #AD2078
Black with #AD2078
Text Example
Text Example
White with #AD2078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2078; }
p { color: rgb(173,32,120); }
H1.HeaderClassName
{
color: #AD2078;
}
.AnyTagClassName
{
color: #AD2078;
}
</style>
background-color css
<style>
a { background-color: #AD2078; }
a { background-color: rgb(173,32,120); }
div.DivClassName
{
background-color: #AD2078;
}
.BgClassName
{
background-color: #AD2078;
}
</style>
border-color css
<style>
span { border-color: #AD2078; }
span { border-color: rgb(173,32,120); }
td.TdClassName
{
border-color: #AD2078;
}
.TagClassName
{
border-color: #AD2078;
}
</style>