Shades of Medium Red Violet #AD3985
Tints of Medium Red Violet #AD3985
RGB
CMYK
RGB Variations
Color information
#AD3985 (or 0xAD3985) is known color: Medium Red Violet. HEX triplet: AD, 39 and 85. RGB value is (173,57,133). Sum of RGB (Red+Green+Blue) = 173+57+133=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3985 is #52C67A. Grayscale: #646464. Windows color (decimal): -5424763 or 8731053. OLE color: 8731053.
HSL color Cylindrical-coordinate representation of color #AD3985: hue angle of 320.69º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD3985 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 133 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.32 |
| HSL | 320.69º | 0.5% | 0.45% | - |
| HSV(B) | 320.69º | 0.67% | 0.68% | - |
| XYZ | 22.93 | 13.5 | 23.59 | - |
| YUV | 100.35 | 146.43 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 133 | 0 | 0.67 | 0.23 | 0.32 | 320.69 | 0.5 | 0.45 |
| Hex | AD | 39 | 85 | 0 | 43 | 17 | 20 | 141 | 32 | 2D |
| Octal | 255 | 71 | 205 | 0 | 103 | 27 | 40 | 501 | 62 | 55 |
| Binary | 10101101 | 111001 | 10000101 | 0 | 1000011 | 10111 | 100000 | 101000001 | 110010 | 101101 |
Color Harmonies of #AD3985
Complementary color
Monochromatic Colors of #AD3985
Black with #AD3985
Text Example
Text Example
White with #AD3985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3985; }
p { color: rgb(173,57,133); }
H1.HeaderClassName
{
color: #AD3985;
}
.AnyTagClassName
{
color: #AD3985;
}
</style>
background-color css
<style>
a { background-color: #AD3985; }
a { background-color: rgb(173,57,133); }
div.DivClassName
{
background-color: #AD3985;
}
.BgClassName
{
background-color: #AD3985;
}
</style>
border-color css
<style>
span { border-color: #AD3985; }
span { border-color: rgb(173,57,133); }
td.TdClassName
{
border-color: #AD3985;
}
.TagClassName
{
border-color: #AD3985;
}
</style>