Shades of Medium Violet Red #AD0685
Tints of Medium Violet Red #AD0685
RGB
CMYK
RGB Variations
Color information
#AD0685 (or 0xAD0685) is known color: Medium Violet Red. HEX triplet: AD, 06 and 85. RGB value is (173,6,133). Sum of RGB (Red+Green+Blue) = 173+6+133=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0685 is #52F97A. Grayscale: #464646. Windows color (decimal): -5437819 or 8717997. OLE color: 8717997.
HSL color Cylindrical-coordinate representation of color #AD0685: hue angle of 314.37º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0685 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 133 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.32 |
| HSL | 314.37º | 0.93% | 0.35% | - |
| HSV(B) | 314.37º | 0.97% | 0.68% | - |
| XYZ | 21.53 | 10.71 | 23.12 | - |
| YUV | 70.41 | 163.33 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 133 | 0 | 0.97 | 0.23 | 0.32 | 314.37 | 0.93 | 0.35 |
| Hex | AD | 6 | 85 | 0 | 61 | 17 | 20 | 13A | 5D | 23 |
| Octal | 255 | 6 | 205 | 0 | 141 | 27 | 40 | 472 | 135 | 43 |
| Binary | 10101101 | 110 | 10000101 | 0 | 1100001 | 10111 | 100000 | 100111010 | 1011101 | 100011 |
Color Harmonies of #AD0685
Complementary color
Monochromatic Colors of #AD0685
Black with #AD0685
Text Example
Text Example
White with #AD0685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0685; }
p { color: rgb(173,6,133); }
H1.HeaderClassName
{
color: #AD0685;
}
.AnyTagClassName
{
color: #AD0685;
}
</style>
background-color css
<style>
a { background-color: #AD0685; }
a { background-color: rgb(173,6,133); }
div.DivClassName
{
background-color: #AD0685;
}
.BgClassName
{
background-color: #AD0685;
}
</style>
border-color css
<style>
span { border-color: #AD0685; }
span { border-color: rgb(173,6,133); }
td.TdClassName
{
border-color: #AD0685;
}
.TagClassName
{
border-color: #AD0685;
}
</style>