Shades of Medium Violet Red #AD1D95
Tints of Medium Violet Red #AD1D95
RGB
CMYK
RGB Variations
Color information
#AD1D95 (or 0xAD1D95) is known color: Medium Violet Red. HEX triplet: AD, 1D and 95. RGB value is (173,29,149). Sum of RGB (Red+Green+Blue) = 173+29+149=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1D95 is #52E26A. Grayscale: #555555. Windows color (decimal): -5431915 or 9772461. OLE color: 9772461.
HSL color Cylindrical-coordinate representation of color #AD1D95: hue angle of 310º 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 #AD1D95 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 149 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.32 |
| HSL | 310º | 0.71% | 0.4% | - |
| HSV(B) | 310º | 0.83% | 0.68% | - |
| XYZ | 23.1 | 11.93 | 29.52 | - |
| YUV | 85.74 | 163.71 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 149 | 0 | 0.83 | 0.14 | 0.32 | 310 | 0.71 | 0.4 |
| Hex | AD | 1D | 95 | 0 | 53 | E | 20 | 136 | 47 | 28 |
| Octal | 255 | 35 | 225 | 0 | 123 | 16 | 40 | 466 | 107 | 50 |
| Binary | 10101101 | 11101 | 10010101 | 0 | 1010011 | 1110 | 100000 | 100110110 | 1000111 | 101000 |
Color Harmonies of #AD1D95
Complementary color
Monochromatic Colors of #AD1D95
Black with #AD1D95
Text Example
Text Example
White with #AD1D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D95; }
p { color: rgb(173,29,149); }
H1.HeaderClassName
{
color: #AD1D95;
}
.AnyTagClassName
{
color: #AD1D95;
}
</style>
background-color css
<style>
a { background-color: #AD1D95; }
a { background-color: rgb(173,29,149); }
div.DivClassName
{
background-color: #AD1D95;
}
.BgClassName
{
background-color: #AD1D95;
}
</style>
border-color css
<style>
span { border-color: #AD1D95; }
span { border-color: rgb(173,29,149); }
td.TdClassName
{
border-color: #AD1D95;
}
.TagClassName
{
border-color: #AD1D95;
}
</style>