Shades of Medium Violet Red #AD0F7E
Tints of Medium Violet Red #AD0F7E
RGB
CMYK
RGB Variations
Color information
#AD0F7E (or 0xAD0F7E) is known color: Medium Violet Red. HEX triplet: AD, 0F and 7E. RGB value is (173,15,126). Sum of RGB (Red+Green+Blue) = 173+15+126=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0F7E is #52F081. Grayscale: #4A4A4A. Windows color (decimal): -5435522 or 8261549. OLE color: 8261549.
HSL color Cylindrical-coordinate representation of color #AD0F7E: hue angle of 317.85º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD0F7E is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 126 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.32 |
| HSL | 317.85º | 0.84% | 0.37% | - |
| HSV(B) | 317.85º | 0.91% | 0.68% | - |
| XYZ | 21.17 | 10.73 | 20.69 | - |
| YUV | 74.9 | 156.85 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 126 | 0 | 0.91 | 0.27 | 0.32 | 317.85 | 0.84 | 0.37 |
| Hex | AD | F | 7E | 0 | 5B | 1B | 20 | 13E | 54 | 25 |
| Octal | 255 | 17 | 176 | 0 | 133 | 33 | 40 | 476 | 124 | 45 |
| Binary | 10101101 | 1111 | 1111110 | 0 | 1011011 | 11011 | 100000 | 100111110 | 1010100 | 100101 |
Color Harmonies of #AD0F7E
Complementary color
Monochromatic Colors of #AD0F7E
Black with #AD0F7E
Text Example
Text Example
White with #AD0F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F7E; }
p { color: rgb(173,15,126); }
H1.HeaderClassName
{
color: #AD0F7E;
}
.AnyTagClassName
{
color: #AD0F7E;
}
</style>
background-color css
<style>
a { background-color: #AD0F7E; }
a { background-color: rgb(173,15,126); }
div.DivClassName
{
background-color: #AD0F7E;
}
.BgClassName
{
background-color: #AD0F7E;
}
</style>
border-color css
<style>
span { border-color: #AD0F7E; }
span { border-color: rgb(173,15,126); }
td.TdClassName
{
border-color: #AD0F7E;
}
.TagClassName
{
border-color: #AD0F7E;
}
</style>