Shades of Medium Red Violet #AD2388
Tints of Medium Red Violet #AD2388
RGB
CMYK
RGB Variations
Color information
#AD2388 (or 0xAD2388) is known color: Medium Red Violet. HEX triplet: AD, 23 and 88. RGB value is (173,35,136). Sum of RGB (Red+Green+Blue) = 173+35+136=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2388 is #52DC77. Grayscale: #575757. Windows color (decimal): -5430392 or 8922029. OLE color: 8922029.
HSL color Cylindrical-coordinate representation of color #AD2388: hue angle of 316.09º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2388 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 136 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.32 |
| HSL | 316.09º | 0.66% | 0.41% | - |
| HSV(B) | 316.09º | 0.8% | 0.68% | - |
| XYZ | 22.28 | 11.86 | 24.41 | - |
| YUV | 87.78 | 155.22 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 136 | 0 | 0.80 | 0.21 | 0.32 | 316.09 | 0.66 | 0.41 |
| Hex | AD | 23 | 88 | 0 | 50 | 15 | 20 | 13C | 42 | 29 |
| Octal | 255 | 43 | 210 | 0 | 120 | 25 | 40 | 474 | 102 | 51 |
| Binary | 10101101 | 100011 | 10001000 | 0 | 1010000 | 10101 | 100000 | 100111100 | 1000010 | 101001 |
Color Harmonies of #AD2388
Complementary color
Monochromatic Colors of #AD2388
Black with #AD2388
Text Example
Text Example
White with #AD2388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2388; }
p { color: rgb(173,35,136); }
H1.HeaderClassName
{
color: #AD2388;
}
.AnyTagClassName
{
color: #AD2388;
}
</style>
background-color css
<style>
a { background-color: #AD2388; }
a { background-color: rgb(173,35,136); }
div.DivClassName
{
background-color: #AD2388;
}
.BgClassName
{
background-color: #AD2388;
}
</style>
border-color css
<style>
span { border-color: #AD2388; }
span { border-color: rgb(173,35,136); }
td.TdClassName
{
border-color: #AD2388;
}
.TagClassName
{
border-color: #AD2388;
}
</style>