Shades of Medium Red Violet #AD4597
Tints of Medium Red Violet #AD4597
RGB
CMYK
RGB Variations
Color information
#AD4597 (or 0xAD4597) is known color: Medium Red Violet. HEX triplet: AD, 45 and 97. RGB value is (173,69,151). Sum of RGB (Red+Green+Blue) = 173+69+151=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4597 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4597 is #52BA68. Grayscale: #6D6D6D. Windows color (decimal): -5421673 or 9913773. OLE color: 9913773.
HSL color Cylindrical-coordinate representation of color #AD4597: hue angle of 312.69º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4597 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 151 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.32 |
| HSL | 312.69º | 0.43% | 0.47% | - |
| HSV(B) | 312.69º | 0.6% | 0.68% | - |
| XYZ | 24.95 | 15.37 | 30.93 | - |
| YUV | 109.44 | 151.46 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 151 | 0 | 0.60 | 0.13 | 0.32 | 312.69 | 0.43 | 0.47 |
| Hex | AD | 45 | 97 | 0 | 3C | D | 20 | 139 | 2B | 2F |
| Octal | 255 | 105 | 227 | 0 | 74 | 15 | 40 | 471 | 53 | 57 |
| Binary | 10101101 | 1000101 | 10010111 | 0 | 111100 | 1101 | 100000 | 100111001 | 101011 | 101111 |
Color Harmonies of #AD4597
Complementary color
Monochromatic Colors of #AD4597
Black with #AD4597
Text Example
Text Example
White with #AD4597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4597; }
p { color: rgb(173,69,151); }
H1.HeaderClassName
{
color: #AD4597;
}
.AnyTagClassName
{
color: #AD4597;
}
</style>
background-color css
<style>
a { background-color: #AD4597; }
a { background-color: rgb(173,69,151); }
div.DivClassName
{
background-color: #AD4597;
}
.BgClassName
{
background-color: #AD4597;
}
</style>
border-color css
<style>
span { border-color: #AD4597; }
span { border-color: rgb(173,69,151); }
td.TdClassName
{
border-color: #AD4597;
}
.TagClassName
{
border-color: #AD4597;
}
</style>