Shades of Medium Violet Red #AD0E83
Tints of Medium Violet Red #AD0E83
RGB
CMYK
RGB Variations
Color information
#AD0E83 (or 0xAD0E83) is known color: Medium Violet Red. HEX triplet: AD, 0E and 83. RGB value is (173,14,131). Sum of RGB (Red+Green+Blue) = 173+14+131=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0E83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0E83 is #52F17C. Grayscale: #4A4A4A. Windows color (decimal): -5435773 or 8588973. OLE color: 8588973.
HSL color Cylindrical-coordinate representation of color #AD0E83: hue angle of 315.85º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD0E83 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 14 | 131 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.32 |
| HSL | 315.85º | 0.85% | 0.37% | - |
| HSV(B) | 315.85º | 0.92% | 0.68% | - |
| XYZ | 21.49 | 10.84 | 22.43 | - |
| YUV | 74.88 | 159.68 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 14 | 131 | 0 | 0.92 | 0.24 | 0.32 | 315.85 | 0.85 | 0.37 |
| Hex | AD | E | 83 | 0 | 5C | 18 | 20 | 13C | 55 | 25 |
| Octal | 255 | 16 | 203 | 0 | 134 | 30 | 40 | 474 | 125 | 45 |
| Binary | 10101101 | 1110 | 10000011 | 0 | 1011100 | 11000 | 100000 | 100111100 | 1010101 | 100101 |
Color Harmonies of #AD0E83
Complementary color
Monochromatic Colors of #AD0E83
Black with #AD0E83
Text Example
Text Example
White with #AD0E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0E83; }
p { color: rgb(173,14,131); }
H1.HeaderClassName
{
color: #AD0E83;
}
.AnyTagClassName
{
color: #AD0E83;
}
</style>
background-color css
<style>
a { background-color: #AD0E83; }
a { background-color: rgb(173,14,131); }
div.DivClassName
{
background-color: #AD0E83;
}
.BgClassName
{
background-color: #AD0E83;
}
</style>
border-color css
<style>
span { border-color: #AD0E83; }
span { border-color: rgb(173,14,131); }
td.TdClassName
{
border-color: #AD0E83;
}
.TagClassName
{
border-color: #AD0E83;
}
</style>