Shades of Medium Red Violet #AD1D88
Tints of Medium Red Violet #AD1D88
RGB
CMYK
RGB Variations
Color information
#AD1D88 (or 0xAD1D88) is known color: Medium Red Violet. HEX triplet: AD, 1D and 88. RGB value is (173,29,136). Sum of RGB (Red+Green+Blue) = 173+29+136=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1D88 is #52E277. Grayscale: #535353. Windows color (decimal): -5431928 or 8920493. OLE color: 8920493.
HSL color Cylindrical-coordinate representation of color #AD1D88: hue angle of 315.42º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1D88 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 136 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.32 |
| HSL | 315.42º | 0.71% | 0.4% | - |
| HSV(B) | 315.42º | 0.83% | 0.68% | - |
| XYZ | 22.12 | 11.54 | 24.35 | - |
| YUV | 84.25 | 157.21 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 136 | 0 | 0.83 | 0.21 | 0.32 | 315.42 | 0.71 | 0.4 |
| Hex | AD | 1D | 88 | 0 | 53 | 15 | 20 | 13B | 47 | 28 |
| Octal | 255 | 35 | 210 | 0 | 123 | 25 | 40 | 473 | 107 | 50 |
| Binary | 10101101 | 11101 | 10001000 | 0 | 1010011 | 10101 | 100000 | 100111011 | 1000111 | 101000 |
Color Harmonies of #AD1D88
Complementary color
Monochromatic Colors of #AD1D88
Black with #AD1D88
Text Example
Text Example
White with #AD1D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D88; }
p { color: rgb(173,29,136); }
H1.HeaderClassName
{
color: #AD1D88;
}
.AnyTagClassName
{
color: #AD1D88;
}
</style>
background-color css
<style>
a { background-color: #AD1D88; }
a { background-color: rgb(173,29,136); }
div.DivClassName
{
background-color: #AD1D88;
}
.BgClassName
{
background-color: #AD1D88;
}
</style>
border-color css
<style>
span { border-color: #AD1D88; }
span { border-color: rgb(173,29,136); }
td.TdClassName
{
border-color: #AD1D88;
}
.TagClassName
{
border-color: #AD1D88;
}
</style>