Shades of Medium Violet Red #AD0D7B
Tints of Medium Violet Red #AD0D7B
RGB
CMYK
RGB Variations
Color information
#AD0D7B (or 0xAD0D7B) is known color: Medium Violet Red. HEX triplet: AD, 0D and 7B. RGB value is (173,13,123). Sum of RGB (Red+Green+Blue) = 173+13+123=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0D7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0D7B is #52F284. Grayscale: #494949. Windows color (decimal): -5436037 or 8064429. OLE color: 8064429.
HSL color Cylindrical-coordinate representation of color #AD0D7B: hue angle of 318.75º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD0D7B is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 13 | 123 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.32 |
| HSL | 318.75º | 0.86% | 0.36% | - |
| HSV(B) | 318.75º | 0.92% | 0.68% | - |
| XYZ | 20.95 | 10.6 | 19.68 | - |
| YUV | 73.38 | 156.01 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 123 | 0 | 0.92 | 0.29 | 0.32 | 318.75 | 0.86 | 0.36 |
| Hex | AD | D | 7B | 0 | 5C | 1D | 20 | 13F | 56 | 24 |
| Octal | 255 | 15 | 173 | 0 | 134 | 35 | 40 | 477 | 126 | 44 |
| Binary | 10101101 | 1101 | 1111011 | 0 | 1011100 | 11101 | 100000 | 100111111 | 1010110 | 100100 |
Color Harmonies of #AD0D7B
Complementary color
Monochromatic Colors of #AD0D7B
Black with #AD0D7B
Text Example
Text Example
White with #AD0D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0D7B; }
p { color: rgb(173,13,123); }
H1.HeaderClassName
{
color: #AD0D7B;
}
.AnyTagClassName
{
color: #AD0D7B;
}
</style>
background-color css
<style>
a { background-color: #AD0D7B; }
a { background-color: rgb(173,13,123); }
div.DivClassName
{
background-color: #AD0D7B;
}
.BgClassName
{
background-color: #AD0D7B;
}
</style>
border-color css
<style>
span { border-color: #AD0D7B; }
span { border-color: rgb(173,13,123); }
td.TdClassName
{
border-color: #AD0D7B;
}
.TagClassName
{
border-color: #AD0D7B;
}
</style>