Shades of Medium Violet Red #AD1188
Tints of Medium Violet Red #AD1188
RGB
CMYK
RGB Variations
Color information
#AD1188 (or 0xAD1188) is known color: Medium Violet Red. HEX triplet: AD, 11 and 88. RGB value is (173,17,136). Sum of RGB (Red+Green+Blue) = 173+17+136=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1188 is #52EE77. Grayscale: #4C4C4C. Windows color (decimal): -5435000 or 8917421. OLE color: 8917421.
HSL color Cylindrical-coordinate representation of color #AD1188: hue angle of 314.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 #AD1188 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 136 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.32 |
| HSL | 314.23º | 0.82% | 0.37% | - |
| HSV(B) | 314.23º | 0.9% | 0.68% | - |
| XYZ | 21.88 | 11.06 | 24.27 | - |
| YUV | 77.21 | 161.18 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 136 | 0 | 0.90 | 0.21 | 0.32 | 314.23 | 0.82 | 0.37 |
| Hex | AD | 11 | 88 | 0 | 5A | 15 | 20 | 13A | 52 | 25 |
| Octal | 255 | 21 | 210 | 0 | 132 | 25 | 40 | 472 | 122 | 45 |
| Binary | 10101101 | 10001 | 10001000 | 0 | 1011010 | 10101 | 100000 | 100111010 | 1010010 | 100101 |
Color Harmonies of #AD1188
Complementary color
Monochromatic Colors of #AD1188
Black with #AD1188
Text Example
Text Example
White with #AD1188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1188; }
p { color: rgb(173,17,136); }
H1.HeaderClassName
{
color: #AD1188;
}
.AnyTagClassName
{
color: #AD1188;
}
</style>
background-color css
<style>
a { background-color: #AD1188; }
a { background-color: rgb(173,17,136); }
div.DivClassName
{
background-color: #AD1188;
}
.BgClassName
{
background-color: #AD1188;
}
</style>
border-color css
<style>
span { border-color: #AD1188; }
span { border-color: rgb(173,17,136); }
td.TdClassName
{
border-color: #AD1188;
}
.TagClassName
{
border-color: #AD1188;
}
</style>