Shades of Medium Violet Red #AD1788
Tints of Medium Violet Red #AD1788
RGB
CMYK
RGB Variations
Color information
#AD1788 (or 0xAD1788) is known color: Medium Violet Red. HEX triplet: AD, 17 and 88. RGB value is (173,23,136). Sum of RGB (Red+Green+Blue) = 173+23+136=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1788 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1788 is #52E877. Grayscale: #505050. Windows color (decimal): -5433464 or 8918957. OLE color: 8918957.
HSL color Cylindrical-coordinate representation of color #AD1788: hue angle of 314.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1788 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 136 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.32 |
| HSL | 314.8º | 0.77% | 0.38% | - |
| HSV(B) | 314.8º | 0.87% | 0.68% | - |
| XYZ | 21.98 | 11.27 | 24.31 | - |
| YUV | 80.73 | 159.2 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 136 | 0 | 0.87 | 0.21 | 0.32 | 314.8 | 0.77 | 0.38 |
| Hex | AD | 17 | 88 | 0 | 57 | 15 | 20 | 13B | 4D | 26 |
| Octal | 255 | 27 | 210 | 0 | 127 | 25 | 40 | 473 | 115 | 46 |
| Binary | 10101101 | 10111 | 10001000 | 0 | 1010111 | 10101 | 100000 | 100111011 | 1001101 | 100110 |
Color Harmonies of #AD1788
Complementary color
Monochromatic Colors of #AD1788
Black with #AD1788
Text Example
Text Example
White with #AD1788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1788; }
p { color: rgb(173,23,136); }
H1.HeaderClassName
{
color: #AD1788;
}
.AnyTagClassName
{
color: #AD1788;
}
</style>
background-color css
<style>
a { background-color: #AD1788; }
a { background-color: rgb(173,23,136); }
div.DivClassName
{
background-color: #AD1788;
}
.BgClassName
{
background-color: #AD1788;
}
</style>
border-color css
<style>
span { border-color: #AD1788; }
span { border-color: rgb(173,23,136); }
td.TdClassName
{
border-color: #AD1788;
}
.TagClassName
{
border-color: #AD1788;
}
</style>