Shades of Medium Violet Red #AD1888
Tints of Medium Violet Red #AD1888
RGB
CMYK
RGB Variations
Color information
#AD1888 (or 0xAD1888) is known color: Medium Violet Red. HEX triplet: AD, 18 and 88. RGB value is (173,24,136). Sum of RGB (Red+Green+Blue) = 173+24+136=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1888 is #52E777. Grayscale: #515151. Windows color (decimal): -5433208 or 8919213. OLE color: 8919213.
HSL color Cylindrical-coordinate representation of color #AD1888: hue angle of 314.9º 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 #AD1888 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 136 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.32 |
| HSL | 314.9º | 0.76% | 0.39% | - |
| HSV(B) | 314.9º | 0.86% | 0.68% | - |
| XYZ | 22 | 11.32 | 24.32 | - |
| YUV | 81.32 | 158.86 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 136 | 0 | 0.86 | 0.21 | 0.32 | 314.9 | 0.76 | 0.39 |
| Hex | AD | 18 | 88 | 0 | 56 | 15 | 20 | 13B | 4C | 27 |
| Octal | 255 | 30 | 210 | 0 | 126 | 25 | 40 | 473 | 114 | 47 |
| Binary | 10101101 | 11000 | 10001000 | 0 | 1010110 | 10101 | 100000 | 100111011 | 1001100 | 100111 |
Color Harmonies of #AD1888
Complementary color
Monochromatic Colors of #AD1888
Black with #AD1888
Text Example
Text Example
White with #AD1888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1888; }
p { color: rgb(173,24,136); }
H1.HeaderClassName
{
color: #AD1888;
}
.AnyTagClassName
{
color: #AD1888;
}
</style>
background-color css
<style>
a { background-color: #AD1888; }
a { background-color: rgb(173,24,136); }
div.DivClassName
{
background-color: #AD1888;
}
.BgClassName
{
background-color: #AD1888;
}
</style>
border-color css
<style>
span { border-color: #AD1888; }
span { border-color: rgb(173,24,136); }
td.TdClassName
{
border-color: #AD1888;
}
.TagClassName
{
border-color: #AD1888;
}
</style>