Shades of Medium Red Violet #AD3797
Tints of Medium Red Violet #AD3797
RGB
CMYK
RGB Variations
Color information
#AD3797 (or 0xAD3797) is known color: Medium Red Violet. HEX triplet: AD, 37 and 97. RGB value is (173,55,151). Sum of RGB (Red+Green+Blue) = 173+55+151=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3797 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3797 is #52C868. Grayscale: #646464. Windows color (decimal): -5425257 or 9910189. OLE color: 9910189.
HSL color Cylindrical-coordinate representation of color #AD3797: hue angle of 311.19º 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 #AD3797 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 151 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.32 |
| HSL | 311.19º | 0.52% | 0.45% | - |
| HSV(B) | 311.19º | 0.68% | 0.68% | - |
| XYZ | 24.19 | 13.85 | 30.68 | - |
| YUV | 101.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 151 | 0 | 0.68 | 0.13 | 0.32 | 311.19 | 0.52 | 0.45 |
| Hex | AD | 37 | 97 | 0 | 44 | D | 20 | 137 | 34 | 2D |
| Octal | 255 | 67 | 227 | 0 | 104 | 15 | 40 | 467 | 64 | 55 |
| Binary | 10101101 | 110111 | 10010111 | 0 | 1000100 | 1101 | 100000 | 100110111 | 110100 | 101101 |
Color Harmonies of #AD3797
Complementary color
Monochromatic Colors of #AD3797
Black with #AD3797
Text Example
Text Example
White with #AD3797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3797; }
p { color: rgb(173,55,151); }
H1.HeaderClassName
{
color: #AD3797;
}
.AnyTagClassName
{
color: #AD3797;
}
</style>
background-color css
<style>
a { background-color: #AD3797; }
a { background-color: rgb(173,55,151); }
div.DivClassName
{
background-color: #AD3797;
}
.BgClassName
{
background-color: #AD3797;
}
</style>
border-color css
<style>
span { border-color: #AD3797; }
span { border-color: rgb(173,55,151); }
td.TdClassName
{
border-color: #AD3797;
}
.TagClassName
{
border-color: #AD3797;
}
</style>