Shades of Medium Red Violet #AD3788
Tints of Medium Red Violet #AD3788
RGB
CMYK
RGB Variations
Color information
#AD3788 (or 0xAD3788) is known color: Medium Red Violet. HEX triplet: AD, 37 and 88. RGB value is (173,55,136). Sum of RGB (Red+Green+Blue) = 173+55+136=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3788 is #52C877. Grayscale: #636363. Windows color (decimal): -5425272 or 8927149. OLE color: 8927149.
HSL color Cylindrical-coordinate representation of color #AD3788: hue angle of 318.81º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3788 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 136 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.32 |
| HSL | 318.81º | 0.52% | 0.45% | - |
| HSV(B) | 318.81º | 0.68% | 0.68% | - |
| XYZ | 23.04 | 13.39 | 24.66 | - |
| YUV | 99.52 | 148.59 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 136 | 0 | 0.68 | 0.21 | 0.32 | 318.81 | 0.52 | 0.45 |
| Hex | AD | 37 | 88 | 0 | 44 | 15 | 20 | 13F | 34 | 2D |
| Octal | 255 | 67 | 210 | 0 | 104 | 25 | 40 | 477 | 64 | 55 |
| Binary | 10101101 | 110111 | 10001000 | 0 | 1000100 | 10101 | 100000 | 100111111 | 110100 | 101101 |
Color Harmonies of #AD3788
Complementary color
Monochromatic Colors of #AD3788
Black with #AD3788
Text Example
Text Example
White with #AD3788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3788; }
p { color: rgb(173,55,136); }
H1.HeaderClassName
{
color: #AD3788;
}
.AnyTagClassName
{
color: #AD3788;
}
</style>
background-color css
<style>
a { background-color: #AD3788; }
a { background-color: rgb(173,55,136); }
div.DivClassName
{
background-color: #AD3788;
}
.BgClassName
{
background-color: #AD3788;
}
</style>
border-color css
<style>
span { border-color: #AD3788; }
span { border-color: rgb(173,55,136); }
td.TdClassName
{
border-color: #AD3788;
}
.TagClassName
{
border-color: #AD3788;
}
</style>