Shades of Medium Violet Red #AD0C7E
Tints of Medium Violet Red #AD0C7E
RGB
CMYK
RGB Variations
Color information
#AD0C7E (or 0xAD0C7E) is known color: Medium Violet Red. HEX triplet: AD, 0C and 7E. RGB value is (173,12,126). Sum of RGB (Red+Green+Blue) = 173+12+126=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0C7E is #52F381. Grayscale: #484848. Windows color (decimal): -5436290 or 8260781. OLE color: 8260781.
HSL color Cylindrical-coordinate representation of color #AD0C7E: hue angle of 317.52º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0C7E is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 12 | 126 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.32 |
| HSL | 317.52º | 0.87% | 0.36% | - |
| HSV(B) | 317.52º | 0.93% | 0.68% | - |
| XYZ | 21.13 | 10.65 | 20.68 | - |
| YUV | 73.14 | 157.84 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 126 | 0 | 0.93 | 0.27 | 0.32 | 317.52 | 0.87 | 0.36 |
| Hex | AD | C | 7E | 0 | 5D | 1B | 20 | 13E | 57 | 24 |
| Octal | 255 | 14 | 176 | 0 | 135 | 33 | 40 | 476 | 127 | 44 |
| Binary | 10101101 | 1100 | 1111110 | 0 | 1011101 | 11011 | 100000 | 100111110 | 1010111 | 100100 |
Color Harmonies of #AD0C7E
Complementary color
Monochromatic Colors of #AD0C7E
Black with #AD0C7E
Text Example
Text Example
White with #AD0C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0C7E; }
p { color: rgb(173,12,126); }
H1.HeaderClassName
{
color: #AD0C7E;
}
.AnyTagClassName
{
color: #AD0C7E;
}
</style>
background-color css
<style>
a { background-color: #AD0C7E; }
a { background-color: rgb(173,12,126); }
div.DivClassName
{
background-color: #AD0C7E;
}
.BgClassName
{
background-color: #AD0C7E;
}
</style>
border-color css
<style>
span { border-color: #AD0C7E; }
span { border-color: rgb(173,12,126); }
td.TdClassName
{
border-color: #AD0C7E;
}
.TagClassName
{
border-color: #AD0C7E;
}
</style>