Shades of Medium Violet Red #AD1D94
Tints of Medium Violet Red #AD1D94
RGB
CMYK
RGB Variations
Color information
#AD1D94 (or 0xAD1D94) is known color: Medium Violet Red. HEX triplet: AD, 1D and 94. RGB value is (173,29,148). Sum of RGB (Red+Green+Blue) = 173+29+148=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1D94 is #52E26B. Grayscale: #555555. Windows color (decimal): -5431916 or 9706925. OLE color: 9706925.
HSL color Cylindrical-coordinate representation of color #AD1D94: hue angle of 310.42º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1D94 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 148 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.32 |
| HSL | 310.42º | 0.71% | 0.4% | - |
| HSV(B) | 310.42º | 0.83% | 0.68% | - |
| XYZ | 23.02 | 11.9 | 29.1 | - |
| YUV | 85.62 | 163.21 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 148 | 0 | 0.83 | 0.14 | 0.32 | 310.42 | 0.71 | 0.4 |
| Hex | AD | 1D | 94 | 0 | 53 | E | 20 | 136 | 47 | 28 |
| Octal | 255 | 35 | 224 | 0 | 123 | 16 | 40 | 466 | 107 | 50 |
| Binary | 10101101 | 11101 | 10010100 | 0 | 1010011 | 1110 | 100000 | 100110110 | 1000111 | 101000 |
Color Harmonies of #AD1D94
Complementary color
Monochromatic Colors of #AD1D94
Black with #AD1D94
Text Example
Text Example
White with #AD1D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D94; }
p { color: rgb(173,29,148); }
H1.HeaderClassName
{
color: #AD1D94;
}
.AnyTagClassName
{
color: #AD1D94;
}
</style>
background-color css
<style>
a { background-color: #AD1D94; }
a { background-color: rgb(173,29,148); }
div.DivClassName
{
background-color: #AD1D94;
}
.BgClassName
{
background-color: #AD1D94;
}
</style>
border-color css
<style>
span { border-color: #AD1D94; }
span { border-color: rgb(173,29,148); }
td.TdClassName
{
border-color: #AD1D94;
}
.TagClassName
{
border-color: #AD1D94;
}
</style>