Shades of Medium Violet Red #AD1C95
Tints of Medium Violet Red #AD1C95
RGB
CMYK
RGB Variations
Color information
#AD1C95 (or 0xAD1C95) is known color: Medium Violet Red. HEX triplet: AD, 1C and 95. RGB value is (173,28,149). Sum of RGB (Red+Green+Blue) = 173+28+149=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1C95 is #52E36A. Grayscale: #545454. Windows color (decimal): -5432171 or 9772205. OLE color: 9772205.
HSL color Cylindrical-coordinate representation of color #AD1C95: hue angle of 309.93º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1C95 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 149 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.32 |
| HSL | 309.93º | 0.72% | 0.39% | - |
| HSV(B) | 309.93º | 0.84% | 0.68% | - |
| XYZ | 23.07 | 11.88 | 29.51 | - |
| YUV | 85.15 | 164.04 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 149 | 0 | 0.84 | 0.14 | 0.32 | 309.93 | 0.72 | 0.39 |
| Hex | AD | 1C | 95 | 0 | 54 | E | 20 | 136 | 48 | 27 |
| Octal | 255 | 34 | 225 | 0 | 124 | 16 | 40 | 466 | 110 | 47 |
| Binary | 10101101 | 11100 | 10010101 | 0 | 1010100 | 1110 | 100000 | 100110110 | 1001000 | 100111 |
Color Harmonies of #AD1C95
Complementary color
Monochromatic Colors of #AD1C95
Black with #AD1C95
Text Example
Text Example
White with #AD1C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C95; }
p { color: rgb(173,28,149); }
H1.HeaderClassName
{
color: #AD1C95;
}
.AnyTagClassName
{
color: #AD1C95;
}
</style>
background-color css
<style>
a { background-color: #AD1C95; }
a { background-color: rgb(173,28,149); }
div.DivClassName
{
background-color: #AD1C95;
}
.BgClassName
{
background-color: #AD1C95;
}
</style>
border-color css
<style>
span { border-color: #AD1C95; }
span { border-color: rgb(173,28,149); }
td.TdClassName
{
border-color: #AD1C95;
}
.TagClassName
{
border-color: #AD1C95;
}
</style>