Shades of Medium Violet Red #AD1394
Tints of Medium Violet Red #AD1394
RGB
CMYK
RGB Variations
Color information
#AD1394 (or 0xAD1394) is known color: Medium Violet Red. HEX triplet: AD, 13 and 94. RGB value is (173,19,148). Sum of RGB (Red+Green+Blue) = 173+19+148=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1394 is #52EC6B. Grayscale: #4F4F4F. Windows color (decimal): -5434476 or 9704365. OLE color: 9704365.
HSL color Cylindrical-coordinate representation of color #AD1394: hue angle of 309.74º 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 #AD1394 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 148 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.32 |
| HSL | 309.74º | 0.8% | 0.38% | - |
| HSV(B) | 309.74º | 0.89% | 0.68% | - |
| XYZ | 22.81 | 11.49 | 29.03 | - |
| YUV | 79.75 | 166.52 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 148 | 0 | 0.89 | 0.14 | 0.32 | 309.74 | 0.8 | 0.38 |
| Hex | AD | 13 | 94 | 0 | 59 | E | 20 | 136 | 50 | 26 |
| Octal | 255 | 23 | 224 | 0 | 131 | 16 | 40 | 466 | 120 | 46 |
| Binary | 10101101 | 10011 | 10010100 | 0 | 1011001 | 1110 | 100000 | 100110110 | 1010000 | 100110 |
Color Harmonies of #AD1394
Complementary color
Monochromatic Colors of #AD1394
Black with #AD1394
Text Example
Text Example
White with #AD1394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1394; }
p { color: rgb(173,19,148); }
H1.HeaderClassName
{
color: #AD1394;
}
.AnyTagClassName
{
color: #AD1394;
}
</style>
background-color css
<style>
a { background-color: #AD1394; }
a { background-color: rgb(173,19,148); }
div.DivClassName
{
background-color: #AD1394;
}
.BgClassName
{
background-color: #AD1394;
}
</style>
border-color css
<style>
span { border-color: #AD1394; }
span { border-color: rgb(173,19,148); }
td.TdClassName
{
border-color: #AD1394;
}
.TagClassName
{
border-color: #AD1394;
}
</style>