Shades of Medium Violet Red #AD1195
Tints of Medium Violet Red #AD1195
RGB
CMYK
RGB Variations
Color information
#AD1195 (or 0xAD1195) is known color: Medium Violet Red. HEX triplet: AD, 11 and 95. RGB value is (173,17,149). Sum of RGB (Red+Green+Blue) = 173+17+149=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1195 is #52EE6A. Grayscale: #4E4E4E. Windows color (decimal): -5434987 or 9769389. OLE color: 9769389.
HSL color Cylindrical-coordinate representation of color #AD1195: hue angle of 309.23º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1195 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 149 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.32 |
| HSL | 309.23º | 0.82% | 0.37% | - |
| HSV(B) | 309.23º | 0.9% | 0.68% | - |
| XYZ | 22.86 | 11.46 | 29.44 | - |
| YUV | 78.69 | 167.68 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 149 | 0 | 0.90 | 0.14 | 0.32 | 309.23 | 0.82 | 0.37 |
| Hex | AD | 11 | 95 | 0 | 5A | E | 20 | 135 | 52 | 25 |
| Octal | 255 | 21 | 225 | 0 | 132 | 16 | 40 | 465 | 122 | 45 |
| Binary | 10101101 | 10001 | 10010101 | 0 | 1011010 | 1110 | 100000 | 100110101 | 1010010 | 100101 |
Color Harmonies of #AD1195
Complementary color
Monochromatic Colors of #AD1195
Black with #AD1195
Text Example
Text Example
White with #AD1195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1195; }
p { color: rgb(173,17,149); }
H1.HeaderClassName
{
color: #AD1195;
}
.AnyTagClassName
{
color: #AD1195;
}
</style>
background-color css
<style>
a { background-color: #AD1195; }
a { background-color: rgb(173,17,149); }
div.DivClassName
{
background-color: #AD1195;
}
.BgClassName
{
background-color: #AD1195;
}
</style>
border-color css
<style>
span { border-color: #AD1195; }
span { border-color: rgb(173,17,149); }
td.TdClassName
{
border-color: #AD1195;
}
.TagClassName
{
border-color: #AD1195;
}
</style>