Shades of Medium Violet Red #AD0F80
Tints of Medium Violet Red #AD0F80
RGB
CMYK
RGB Variations
Color information
#AD0F80 (or 0xAD0F80) is known color: Medium Violet Red. HEX triplet: AD, 0F and 80. RGB value is (173,15,128). Sum of RGB (Red+Green+Blue) = 173+15+128=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0F80 is #52F07F. Grayscale: #4A4A4A. Windows color (decimal): -5435520 or 8392621. OLE color: 8392621.
HSL color Cylindrical-coordinate representation of color #AD0F80: hue angle of 317.09º 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 #AD0F80 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 128 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.32 |
| HSL | 317.09º | 0.84% | 0.37% | - |
| HSV(B) | 317.09º | 0.91% | 0.68% | - |
| XYZ | 21.3 | 10.78 | 21.38 | - |
| YUV | 75.12 | 157.85 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 128 | 0 | 0.91 | 0.26 | 0.32 | 317.09 | 0.84 | 0.37 |
| Hex | AD | F | 80 | 0 | 5B | 1A | 20 | 13D | 54 | 25 |
| Octal | 255 | 17 | 200 | 0 | 133 | 32 | 40 | 475 | 124 | 45 |
| Binary | 10101101 | 1111 | 10000000 | 0 | 1011011 | 11010 | 100000 | 100111101 | 1010100 | 100101 |
Color Harmonies of #AD0F80
Complementary color
Monochromatic Colors of #AD0F80
Black with #AD0F80
Text Example
Text Example
White with #AD0F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F80; }
p { color: rgb(173,15,128); }
H1.HeaderClassName
{
color: #AD0F80;
}
.AnyTagClassName
{
color: #AD0F80;
}
</style>
background-color css
<style>
a { background-color: #AD0F80; }
a { background-color: rgb(173,15,128); }
div.DivClassName
{
background-color: #AD0F80;
}
.BgClassName
{
background-color: #AD0F80;
}
</style>
border-color css
<style>
span { border-color: #AD0F80; }
span { border-color: rgb(173,15,128); }
td.TdClassName
{
border-color: #AD0F80;
}
.TagClassName
{
border-color: #AD0F80;
}
</style>