Shades of Medium Red Violet #AD3794
Tints of Medium Red Violet #AD3794
RGB
CMYK
RGB Variations
Color information
#AD3794 (or 0xAD3794) is known color: Medium Red Violet. HEX triplet: AD, 37 and 94. RGB value is (173,55,148). Sum of RGB (Red+Green+Blue) = 173+55+148=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3794 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3794 is #52C86B. Grayscale: #646464. Windows color (decimal): -5425260 or 9713581. OLE color: 9713581.
HSL color Cylindrical-coordinate representation of color #AD3794: hue angle of 312.71º 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 #AD3794 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 148 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.32 |
| HSL | 312.71º | 0.52% | 0.45% | - |
| HSV(B) | 312.71º | 0.68% | 0.68% | - |
| XYZ | 23.95 | 13.75 | 29.41 | - |
| YUV | 100.88 | 154.59 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 148 | 0 | 0.68 | 0.14 | 0.32 | 312.71 | 0.52 | 0.45 |
| Hex | AD | 37 | 94 | 0 | 44 | E | 20 | 139 | 34 | 2D |
| Octal | 255 | 67 | 224 | 0 | 104 | 16 | 40 | 471 | 64 | 55 |
| Binary | 10101101 | 110111 | 10010100 | 0 | 1000100 | 1110 | 100000 | 100111001 | 110100 | 101101 |
Color Harmonies of #AD3794
Complementary color
Monochromatic Colors of #AD3794
Black with #AD3794
Text Example
Text Example
White with #AD3794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3794; }
p { color: rgb(173,55,148); }
H1.HeaderClassName
{
color: #AD3794;
}
.AnyTagClassName
{
color: #AD3794;
}
</style>
background-color css
<style>
a { background-color: #AD3794; }
a { background-color: rgb(173,55,148); }
div.DivClassName
{
background-color: #AD3794;
}
.BgClassName
{
background-color: #AD3794;
}
</style>
border-color css
<style>
span { border-color: #AD3794; }
span { border-color: rgb(173,55,148); }
td.TdClassName
{
border-color: #AD3794;
}
.TagClassName
{
border-color: #AD3794;
}
</style>