Shades of Medium Violet Red #AD1194
Tints of Medium Violet Red #AD1194
RGB
CMYK
RGB Variations
Color information
#AD1194 (or 0xAD1194) is known color: Medium Violet Red. HEX triplet: AD, 11 and 94. RGB value is (173,17,148). Sum of RGB (Red+Green+Blue) = 173+17+148=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1194 is #52EE6B. Grayscale: #4E4E4E. Windows color (decimal): -5434988 or 9703853. OLE color: 9703853.
HSL color Cylindrical-coordinate representation of color #AD1194: hue angle of 309.62º 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 #AD1194 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 148 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.32 |
| HSL | 309.62º | 0.82% | 0.37% | - |
| HSV(B) | 309.62º | 0.9% | 0.68% | - |
| XYZ | 22.78 | 11.42 | 29.02 | - |
| YUV | 78.58 | 167.18 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 148 | 0 | 0.90 | 0.14 | 0.32 | 309.62 | 0.82 | 0.37 |
| Hex | AD | 11 | 94 | 0 | 5A | E | 20 | 136 | 52 | 25 |
| Octal | 255 | 21 | 224 | 0 | 132 | 16 | 40 | 466 | 122 | 45 |
| Binary | 10101101 | 10001 | 10010100 | 0 | 1011010 | 1110 | 100000 | 100110110 | 1010010 | 100101 |
Color Harmonies of #AD1194
Complementary color
Monochromatic Colors of #AD1194
Black with #AD1194
Text Example
Text Example
White with #AD1194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1194; }
p { color: rgb(173,17,148); }
H1.HeaderClassName
{
color: #AD1194;
}
.AnyTagClassName
{
color: #AD1194;
}
</style>
background-color css
<style>
a { background-color: #AD1194; }
a { background-color: rgb(173,17,148); }
div.DivClassName
{
background-color: #AD1194;
}
.BgClassName
{
background-color: #AD1194;
}
</style>
border-color css
<style>
span { border-color: #AD1194; }
span { border-color: rgb(173,17,148); }
td.TdClassName
{
border-color: #AD1194;
}
.TagClassName
{
border-color: #AD1194;
}
</style>