Shades of Medium Violet Red #AD0085
Tints of Medium Violet Red #AD0085
RGB
CMYK
RGB Variations
Color information
#AD0085 (or 0xAD0085) is known color: Medium Violet Red. HEX triplet: AD, 00 and 85. RGB value is (173,0,133). Sum of RGB (Red+Green+Blue) = 173+0+133=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0085 is #52FF7A. Grayscale: #424242. Windows color (decimal): -5439355 or 8716461. OLE color: 8716461.
HSL color Cylindrical-coordinate representation of color #AD0085: hue angle of 313.87º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD0085 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.23 | 0.32 |
| HSL | 313.87º | 1% | 0.34% | - |
| HSV(B) | 313.87º | 1% | 0.68% | - |
| XYZ | 21.47 | 10.58 | 23.1 | - |
| YUV | 66.89 | 165.31 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 133 | 0 | 1 | 0.23 | 0.32 | 313.87 | 1 | 0.34 |
| Hex | AD | 0 | 85 | 0 | 64 | 17 | 20 | 13A | 64 | 22 |
| Octal | 255 | 0 | 205 | 0 | 144 | 27 | 40 | 472 | 144 | 42 |
| Binary | 10101101 | 0 | 10000101 | 0 | 1100100 | 10111 | 100000 | 100111010 | 1100100 | 100010 |
Color Harmonies of #AD0085
Complementary color
Monochromatic Colors of #AD0085
Black with #AD0085
Text Example
Text Example
White with #AD0085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0085; }
p { color: rgb(173,0,133); }
H1.HeaderClassName
{
color: #AD0085;
}
.AnyTagClassName
{
color: #AD0085;
}
</style>
background-color css
<style>
a { background-color: #AD0085; }
a { background-color: rgb(173,0,133); }
div.DivClassName
{
background-color: #AD0085;
}
.BgClassName
{
background-color: #AD0085;
}
</style>
border-color css
<style>
span { border-color: #AD0085; }
span { border-color: rgb(173,0,133); }
td.TdClassName
{
border-color: #AD0085;
}
.TagClassName
{
border-color: #AD0085;
}
</style>