Shades of Medium Violet Red #AD188C
Tints of Medium Violet Red #AD188C
RGB
CMYK
RGB Variations
Color information
#AD188C (or 0xAD188C) is known color: Medium Violet Red. HEX triplet: AD, 18 and 8C. RGB value is (173,24,140). Sum of RGB (Red+Green+Blue) = 173+24+140=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD188C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD188C is #52E773. Grayscale: #515151. Windows color (decimal): -5433204 or 9181357. OLE color: 9181357.
HSL color Cylindrical-coordinate representation of color #AD188C: hue angle of 313.29º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD188C is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 140 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.32 |
| HSL | 313.29º | 0.76% | 0.39% | - |
| HSV(B) | 313.29º | 0.86% | 0.68% | - |
| XYZ | 22.29 | 11.43 | 25.84 | - |
| YUV | 81.78 | 160.86 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 140 | 0 | 0.86 | 0.19 | 0.32 | 313.29 | 0.76 | 0.39 |
| Hex | AD | 18 | 8C | 0 | 56 | 13 | 20 | 139 | 4C | 27 |
| Octal | 255 | 30 | 214 | 0 | 126 | 23 | 40 | 471 | 114 | 47 |
| Binary | 10101101 | 11000 | 10001100 | 0 | 1010110 | 10011 | 100000 | 100111001 | 1001100 | 100111 |
Color Harmonies of #AD188C
Complementary color
Monochromatic Colors of #AD188C
Black with #AD188C
Text Example
Text Example
White with #AD188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD188C; }
p { color: rgb(173,24,140); }
H1.HeaderClassName
{
color: #AD188C;
}
.AnyTagClassName
{
color: #AD188C;
}
</style>
background-color css
<style>
a { background-color: #AD188C; }
a { background-color: rgb(173,24,140); }
div.DivClassName
{
background-color: #AD188C;
}
.BgClassName
{
background-color: #AD188C;
}
</style>
border-color css
<style>
span { border-color: #AD188C; }
span { border-color: rgb(173,24,140); }
td.TdClassName
{
border-color: #AD188C;
}
.TagClassName
{
border-color: #AD188C;
}
</style>