Shades of Medium Violet Red #AD0B7D
Tints of Medium Violet Red #AD0B7D
RGB
CMYK
RGB Variations
Color information
#AD0B7D (or 0xAD0B7D) is known color: Medium Violet Red. HEX triplet: AD, 0B and 7D. RGB value is (173,11,125). Sum of RGB (Red+Green+Blue) = 173+11+125=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0B7D is #52F482. Grayscale: #484848. Windows color (decimal): -5436547 or 8194989. OLE color: 8194989.
HSL color Cylindrical-coordinate representation of color #AD0B7D: hue angle of 317.78º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0B7D is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 11 | 125 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.32 |
| HSL | 317.78º | 0.88% | 0.36% | - |
| HSV(B) | 317.78º | 0.94% | 0.68% | - |
| XYZ | 21.05 | 10.6 | 20.34 | - |
| YUV | 72.43 | 157.67 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 125 | 0 | 0.94 | 0.28 | 0.32 | 317.78 | 0.88 | 0.36 |
| Hex | AD | B | 7D | 0 | 5E | 1C | 20 | 13E | 58 | 24 |
| Octal | 255 | 13 | 175 | 0 | 136 | 34 | 40 | 476 | 130 | 44 |
| Binary | 10101101 | 1011 | 1111101 | 0 | 1011110 | 11100 | 100000 | 100111110 | 1011000 | 100100 |
Color Harmonies of #AD0B7D
Complementary color
Monochromatic Colors of #AD0B7D
Black with #AD0B7D
Text Example
Text Example
White with #AD0B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0B7D; }
p { color: rgb(173,11,125); }
H1.HeaderClassName
{
color: #AD0B7D;
}
.AnyTagClassName
{
color: #AD0B7D;
}
</style>
background-color css
<style>
a { background-color: #AD0B7D; }
a { background-color: rgb(173,11,125); }
div.DivClassName
{
background-color: #AD0B7D;
}
.BgClassName
{
background-color: #AD0B7D;
}
</style>
border-color css
<style>
span { border-color: #AD0B7D; }
span { border-color: rgb(173,11,125); }
td.TdClassName
{
border-color: #AD0B7D;
}
.TagClassName
{
border-color: #AD0B7D;
}
</style>