Shades of Medium Violet Red #AD1385
Tints of Medium Violet Red #AD1385
RGB
CMYK
RGB Variations
Color information
#AD1385 (or 0xAD1385) is known color: Medium Violet Red. HEX triplet: AD, 13 and 85. RGB value is (173,19,133). Sum of RGB (Red+Green+Blue) = 173+19+133=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1385 is #52EC7A. Grayscale: #4D4D4D. Windows color (decimal): -5434491 or 8721325. OLE color: 8721325.
HSL color Cylindrical-coordinate representation of color #AD1385: hue angle of 315.58º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1385 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 133 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.32 |
| HSL | 315.58º | 0.8% | 0.38% | - |
| HSV(B) | 315.58º | 0.89% | 0.68% | - |
| XYZ | 21.7 | 11.04 | 23.18 | - |
| YUV | 78.04 | 159.02 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 133 | 0 | 0.89 | 0.23 | 0.32 | 315.58 | 0.8 | 0.38 |
| Hex | AD | 13 | 85 | 0 | 59 | 17 | 20 | 13C | 50 | 26 |
| Octal | 255 | 23 | 205 | 0 | 131 | 27 | 40 | 474 | 120 | 46 |
| Binary | 10101101 | 10011 | 10000101 | 0 | 1011001 | 10111 | 100000 | 100111100 | 1010000 | 100110 |
Color Harmonies of #AD1385
Complementary color
Monochromatic Colors of #AD1385
Black with #AD1385
Text Example
Text Example
White with #AD1385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1385; }
p { color: rgb(173,19,133); }
H1.HeaderClassName
{
color: #AD1385;
}
.AnyTagClassName
{
color: #AD1385;
}
</style>
background-color css
<style>
a { background-color: #AD1385; }
a { background-color: rgb(173,19,133); }
div.DivClassName
{
background-color: #AD1385;
}
.BgClassName
{
background-color: #AD1385;
}
</style>
border-color css
<style>
span { border-color: #AD1385; }
span { border-color: rgb(173,19,133); }
td.TdClassName
{
border-color: #AD1385;
}
.TagClassName
{
border-color: #AD1385;
}
</style>