Shades of Medium Violet Red #AD1D9E
Tints of Medium Violet Red #AD1D9E
RGB
CMYK
RGB Variations
Color information
#AD1D9E (or 0xAD1D9E) is known color: Medium Violet Red. HEX triplet: AD, 1D and 9E. RGB value is (173,29,158). Sum of RGB (Red+Green+Blue) = 173+29+158=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1D9E is #52E261. Grayscale: #565656. Windows color (decimal): -5431906 or 10362285. OLE color: 10362285.
HSL color Cylindrical-coordinate representation of color #AD1D9E: hue angle of 306.25º 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 #AD1D9E is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 158 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.32 |
| HSL | 306.25º | 0.71% | 0.4% | - |
| HSV(B) | 306.25º | 0.83% | 0.68% | - |
| XYZ | 23.84 | 12.23 | 33.45 | - |
| YUV | 86.76 | 168.21 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 158 | 0 | 0.83 | 0.09 | 0.32 | 306.25 | 0.71 | 0.4 |
| Hex | AD | 1D | 9E | 0 | 53 | 9 | 20 | 132 | 47 | 28 |
| Octal | 255 | 35 | 236 | 0 | 123 | 11 | 40 | 462 | 107 | 50 |
| Binary | 10101101 | 11101 | 10011110 | 0 | 1010011 | 1001 | 100000 | 100110010 | 1000111 | 101000 |
Color Harmonies of #AD1D9E
Complementary color
Monochromatic Colors of #AD1D9E
Black with #AD1D9E
Text Example
Text Example
White with #AD1D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D9E; }
p { color: rgb(173,29,158); }
H1.HeaderClassName
{
color: #AD1D9E;
}
.AnyTagClassName
{
color: #AD1D9E;
}
</style>
background-color css
<style>
a { background-color: #AD1D9E; }
a { background-color: rgb(173,29,158); }
div.DivClassName
{
background-color: #AD1D9E;
}
.BgClassName
{
background-color: #AD1D9E;
}
</style>
border-color css
<style>
span { border-color: #AD1D9E; }
span { border-color: rgb(173,29,158); }
td.TdClassName
{
border-color: #AD1D9E;
}
.TagClassName
{
border-color: #AD1D9E;
}
</style>