Shades of Medium Violet Red #AD0F81
Tints of Medium Violet Red #AD0F81
RGB
CMYK
RGB Variations
Color information
#AD0F81 (or 0xAD0F81) is known color: Medium Violet Red. HEX triplet: AD, 0F and 81. RGB value is (173,15,129). Sum of RGB (Red+Green+Blue) = 173+15+129=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0F81 is #52F07E. Grayscale: #4A4A4A. Windows color (decimal): -5435519 or 8458157. OLE color: 8458157.
HSL color Cylindrical-coordinate representation of color #AD0F81: hue angle of 316.71º 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 #AD0F81 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 129 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.32 |
| HSL | 316.71º | 0.84% | 0.37% | - |
| HSV(B) | 316.71º | 0.91% | 0.68% | - |
| XYZ | 21.37 | 10.81 | 21.73 | - |
| YUV | 75.24 | 158.35 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 129 | 0 | 0.91 | 0.25 | 0.32 | 316.71 | 0.84 | 0.37 |
| Hex | AD | F | 81 | 0 | 5B | 19 | 20 | 13D | 54 | 25 |
| Octal | 255 | 17 | 201 | 0 | 133 | 31 | 40 | 475 | 124 | 45 |
| Binary | 10101101 | 1111 | 10000001 | 0 | 1011011 | 11001 | 100000 | 100111101 | 1010100 | 100101 |
Color Harmonies of #AD0F81
Complementary color
Monochromatic Colors of #AD0F81
Black with #AD0F81
Text Example
Text Example
White with #AD0F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F81; }
p { color: rgb(173,15,129); }
H1.HeaderClassName
{
color: #AD0F81;
}
.AnyTagClassName
{
color: #AD0F81;
}
</style>
background-color css
<style>
a { background-color: #AD0F81; }
a { background-color: rgb(173,15,129); }
div.DivClassName
{
background-color: #AD0F81;
}
.BgClassName
{
background-color: #AD0F81;
}
</style>
border-color css
<style>
span { border-color: #AD0F81; }
span { border-color: rgb(173,15,129); }
td.TdClassName
{
border-color: #AD0F81;
}
.TagClassName
{
border-color: #AD0F81;
}
</style>