Shades of Medium Red Violet #AD2788
Tints of Medium Red Violet #AD2788
RGB
CMYK
RGB Variations
Color information
#AD2788 (or 0xAD2788) is known color: Medium Red Violet. HEX triplet: AD, 27 and 88. RGB value is (173,39,136). Sum of RGB (Red+Green+Blue) = 173+39+136=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2788 is #52D877. Grayscale: #595959. Windows color (decimal): -5429368 or 8923053. OLE color: 8923053.
HSL color Cylindrical-coordinate representation of color #AD2788: hue angle of 316.57º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2788 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 136 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.32 |
| HSL | 316.57º | 0.63% | 0.42% | - |
| HSV(B) | 316.57º | 0.77% | 0.68% | - |
| XYZ | 22.4 | 12.11 | 24.45 | - |
| YUV | 90.12 | 153.89 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 136 | 0 | 0.77 | 0.21 | 0.32 | 316.57 | 0.63 | 0.42 |
| Hex | AD | 27 | 88 | 0 | 4D | 15 | 20 | 13D | 3F | 2A |
| Octal | 255 | 47 | 210 | 0 | 115 | 25 | 40 | 475 | 77 | 52 |
| Binary | 10101101 | 100111 | 10001000 | 0 | 1001101 | 10101 | 100000 | 100111101 | 111111 | 101010 |
Color Harmonies of #AD2788
Complementary color
Monochromatic Colors of #AD2788
Black with #AD2788
Text Example
Text Example
White with #AD2788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2788; }
p { color: rgb(173,39,136); }
H1.HeaderClassName
{
color: #AD2788;
}
.AnyTagClassName
{
color: #AD2788;
}
</style>
background-color css
<style>
a { background-color: #AD2788; }
a { background-color: rgb(173,39,136); }
div.DivClassName
{
background-color: #AD2788;
}
.BgClassName
{
background-color: #AD2788;
}
</style>
border-color css
<style>
span { border-color: #AD2788; }
span { border-color: rgb(173,39,136); }
td.TdClassName
{
border-color: #AD2788;
}
.TagClassName
{
border-color: #AD2788;
}
</style>