Shades of Medium Violet Red #AD1993
Tints of Medium Violet Red #AD1993
RGB
CMYK
RGB Variations
Color information
#AD1993 (or 0xAD1993) is known color: Medium Violet Red. HEX triplet: AD, 19 and 93. RGB value is (173,25,147). Sum of RGB (Red+Green+Blue) = 173+25+147=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1993 is #52E66C. Grayscale: #525252. Windows color (decimal): -5432941 or 9640365. OLE color: 9640365.
HSL color Cylindrical-coordinate representation of color #AD1993: hue angle of 310.54º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1993 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 147 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.32 |
| HSL | 310.54º | 0.75% | 0.39% | - |
| HSV(B) | 310.54º | 0.86% | 0.68% | - |
| XYZ | 22.85 | 11.69 | 28.66 | - |
| YUV | 83.16 | 164.03 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 147 | 0 | 0.86 | 0.15 | 0.32 | 310.54 | 0.75 | 0.39 |
| Hex | AD | 19 | 93 | 0 | 56 | F | 20 | 137 | 4B | 27 |
| Octal | 255 | 31 | 223 | 0 | 126 | 17 | 40 | 467 | 113 | 47 |
| Binary | 10101101 | 11001 | 10010011 | 0 | 1010110 | 1111 | 100000 | 100110111 | 1001011 | 100111 |
Color Harmonies of #AD1993
Complementary color
Monochromatic Colors of #AD1993
Black with #AD1993
Text Example
Text Example
White with #AD1993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1993; }
p { color: rgb(173,25,147); }
H1.HeaderClassName
{
color: #AD1993;
}
.AnyTagClassName
{
color: #AD1993;
}
</style>
background-color css
<style>
a { background-color: #AD1993; }
a { background-color: rgb(173,25,147); }
div.DivClassName
{
background-color: #AD1993;
}
.BgClassName
{
background-color: #AD1993;
}
</style>
border-color css
<style>
span { border-color: #AD1993; }
span { border-color: rgb(173,25,147); }
td.TdClassName
{
border-color: #AD1993;
}
.TagClassName
{
border-color: #AD1993;
}
</style>