Shades of Medium Violet Red #AD0C7B
Tints of Medium Violet Red #AD0C7B
RGB
CMYK
RGB Variations
Color information
#AD0C7B (or 0xAD0C7B) is known color: Medium Violet Red. HEX triplet: AD, 0C and 7B. RGB value is (173,12,123). Sum of RGB (Red+Green+Blue) = 173+12+123=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0C7B is #52F384. Grayscale: #484848. Windows color (decimal): -5436293 or 8064173. OLE color: 8064173.
HSL color Cylindrical-coordinate representation of color #AD0C7B: hue angle of 318.63º 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 #AD0C7B is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 12 | 123 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.32 |
| HSL | 318.63º | 0.87% | 0.36% | - |
| HSV(B) | 318.63º | 0.93% | 0.68% | - |
| XYZ | 20.94 | 10.58 | 19.68 | - |
| YUV | 72.79 | 156.34 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 123 | 0 | 0.93 | 0.29 | 0.32 | 318.63 | 0.87 | 0.36 |
| Hex | AD | C | 7B | 0 | 5D | 1D | 20 | 13F | 57 | 24 |
| Octal | 255 | 14 | 173 | 0 | 135 | 35 | 40 | 477 | 127 | 44 |
| Binary | 10101101 | 1100 | 1111011 | 0 | 1011101 | 11101 | 100000 | 100111111 | 1010111 | 100100 |
Color Harmonies of #AD0C7B
Complementary color
Monochromatic Colors of #AD0C7B
Black with #AD0C7B
Text Example
Text Example
White with #AD0C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0C7B; }
p { color: rgb(173,12,123); }
H1.HeaderClassName
{
color: #AD0C7B;
}
.AnyTagClassName
{
color: #AD0C7B;
}
</style>
background-color css
<style>
a { background-color: #AD0C7B; }
a { background-color: rgb(173,12,123); }
div.DivClassName
{
background-color: #AD0C7B;
}
.BgClassName
{
background-color: #AD0C7B;
}
</style>
border-color css
<style>
span { border-color: #AD0C7B; }
span { border-color: rgb(173,12,123); }
td.TdClassName
{
border-color: #AD0C7B;
}
.TagClassName
{
border-color: #AD0C7B;
}
</style>