Shades of Medium Violet Red #AD0B7E
Tints of Medium Violet Red #AD0B7E
RGB
CMYK
RGB Variations
Color information
#AD0B7E (or 0xAD0B7E) is known color: Medium Violet Red. HEX triplet: AD, 0B and 7E. RGB value is (173,11,126). Sum of RGB (Red+Green+Blue) = 173+11+126=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0B7E is #52F481. Grayscale: #484848. Windows color (decimal): -5436546 or 8260525. OLE color: 8260525.
HSL color Cylindrical-coordinate representation of color #AD0B7E: hue angle of 317.41º 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 #AD0B7E is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 11 | 126 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.32 |
| HSL | 317.41º | 0.88% | 0.36% | - |
| HSV(B) | 317.41º | 0.94% | 0.68% | - |
| XYZ | 21.12 | 10.63 | 20.68 | - |
| YUV | 72.55 | 158.17 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 126 | 0 | 0.94 | 0.27 | 0.32 | 317.41 | 0.88 | 0.36 |
| Hex | AD | B | 7E | 0 | 5E | 1B | 20 | 13D | 58 | 24 |
| Octal | 255 | 13 | 176 | 0 | 136 | 33 | 40 | 475 | 130 | 44 |
| Binary | 10101101 | 1011 | 1111110 | 0 | 1011110 | 11011 | 100000 | 100111101 | 1011000 | 100100 |
Color Harmonies of #AD0B7E
Complementary color
Monochromatic Colors of #AD0B7E
Black with #AD0B7E
Text Example
Text Example
White with #AD0B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0B7E; }
p { color: rgb(173,11,126); }
H1.HeaderClassName
{
color: #AD0B7E;
}
.AnyTagClassName
{
color: #AD0B7E;
}
</style>
background-color css
<style>
a { background-color: #AD0B7E; }
a { background-color: rgb(173,11,126); }
div.DivClassName
{
background-color: #AD0B7E;
}
.BgClassName
{
background-color: #AD0B7E;
}
</style>
border-color css
<style>
span { border-color: #AD0B7E; }
span { border-color: rgb(173,11,126); }
td.TdClassName
{
border-color: #AD0B7E;
}
.TagClassName
{
border-color: #AD0B7E;
}
</style>