Shades of Medium Violet Red #AD0385
Tints of Medium Violet Red #AD0385
RGB
CMYK
RGB Variations
Color information
#AD0385 (or 0xAD0385) is known color: Medium Violet Red. HEX triplet: AD, 03 and 85. RGB value is (173,3,133). Sum of RGB (Red+Green+Blue) = 173+3+133=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0385 is #52FC7A. Grayscale: #444444. Windows color (decimal): -5438587 or 8717229. OLE color: 8717229.
HSL color Cylindrical-coordinate representation of color #AD0385: hue angle of 314.12º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0385 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 133 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.32 |
| HSL | 314.12º | 0.97% | 0.35% | - |
| HSV(B) | 314.12º | 0.98% | 0.68% | - |
| XYZ | 21.5 | 10.64 | 23.11 | - |
| YUV | 68.65 | 164.32 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 133 | 0 | 0.98 | 0.23 | 0.32 | 314.12 | 0.97 | 0.35 |
| Hex | AD | 3 | 85 | 0 | 62 | 17 | 20 | 13A | 61 | 23 |
| Octal | 255 | 3 | 205 | 0 | 142 | 27 | 40 | 472 | 141 | 43 |
| Binary | 10101101 | 11 | 10000101 | 0 | 1100010 | 10111 | 100000 | 100111010 | 1100001 | 100011 |
Color Harmonies of #AD0385
Complementary color
Monochromatic Colors of #AD0385
Black with #AD0385
Text Example
Text Example
White with #AD0385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0385; }
p { color: rgb(173,3,133); }
H1.HeaderClassName
{
color: #AD0385;
}
.AnyTagClassName
{
color: #AD0385;
}
</style>
background-color css
<style>
a { background-color: #AD0385; }
a { background-color: rgb(173,3,133); }
div.DivClassName
{
background-color: #AD0385;
}
.BgClassName
{
background-color: #AD0385;
}
</style>
border-color css
<style>
span { border-color: #AD0385; }
span { border-color: rgb(173,3,133); }
td.TdClassName
{
border-color: #AD0385;
}
.TagClassName
{
border-color: #AD0385;
}
</style>