Shades of Medium Violet Red #AD1192
Tints of Medium Violet Red #AD1192
RGB
CMYK
RGB Variations
Color information
#AD1192 (or 0xAD1192) is known color: Medium Violet Red. HEX triplet: AD, 11 and 92. RGB value is (173,17,146). Sum of RGB (Red+Green+Blue) = 173+17+146=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1192 is #52EE6D. Grayscale: #4D4D4D. Windows color (decimal): -5434990 or 9572781. OLE color: 9572781.
HSL color Cylindrical-coordinate representation of color #AD1192: hue angle of 310.38º 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 #AD1192 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 146 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.32 |
| HSL | 310.38º | 0.82% | 0.37% | - |
| HSV(B) | 310.38º | 0.9% | 0.68% | - |
| XYZ | 22.62 | 11.36 | 28.19 | - |
| YUV | 78.35 | 166.18 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 146 | 0 | 0.90 | 0.16 | 0.32 | 310.38 | 0.82 | 0.37 |
| Hex | AD | 11 | 92 | 0 | 5A | 10 | 20 | 136 | 52 | 25 |
| Octal | 255 | 21 | 222 | 0 | 132 | 20 | 40 | 466 | 122 | 45 |
| Binary | 10101101 | 10001 | 10010010 | 0 | 1011010 | 10000 | 100000 | 100110110 | 1010010 | 100101 |
Color Harmonies of #AD1192
Complementary color
Monochromatic Colors of #AD1192
Black with #AD1192
Text Example
Text Example
White with #AD1192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1192; }
p { color: rgb(173,17,146); }
H1.HeaderClassName
{
color: #AD1192;
}
.AnyTagClassName
{
color: #AD1192;
}
</style>
background-color css
<style>
a { background-color: #AD1192; }
a { background-color: rgb(173,17,146); }
div.DivClassName
{
background-color: #AD1192;
}
.BgClassName
{
background-color: #AD1192;
}
</style>
border-color css
<style>
span { border-color: #AD1192; }
span { border-color: rgb(173,17,146); }
td.TdClassName
{
border-color: #AD1192;
}
.TagClassName
{
border-color: #AD1192;
}
</style>