Shades of Medium Red Violet #AD3599
Tints of Medium Red Violet #AD3599
RGB
CMYK
RGB Variations
Color information
#AD3599 (or 0xAD3599) is known color: Medium Red Violet. HEX triplet: AD, 35 and 99. RGB value is (173,53,153). Sum of RGB (Red+Green+Blue) = 173+53+153=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3599 is #52CA66. Grayscale: #646464. Windows color (decimal): -5425767 or 10040749. OLE color: 10040749.
HSL color Cylindrical-coordinate representation of color #AD3599: hue angle of 310º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3599 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 153 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.32 |
| HSL | 310º | 0.53% | 0.44% | - |
| HSV(B) | 310º | 0.69% | 0.68% | - |
| XYZ | 24.26 | 13.73 | 31.51 | - |
| YUV | 100.28 | 157.76 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 153 | 0 | 0.69 | 0.12 | 0.32 | 310 | 0.53 | 0.44 |
| Hex | AD | 35 | 99 | 0 | 45 | C | 20 | 136 | 35 | 2C |
| Octal | 255 | 65 | 231 | 0 | 105 | 14 | 40 | 466 | 65 | 54 |
| Binary | 10101101 | 110101 | 10011001 | 0 | 1000101 | 1100 | 100000 | 100110110 | 110101 | 101100 |
Color Harmonies of #AD3599
Complementary color
Monochromatic Colors of #AD3599
Black with #AD3599
Text Example
Text Example
White with #AD3599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3599; }
p { color: rgb(173,53,153); }
H1.HeaderClassName
{
color: #AD3599;
}
.AnyTagClassName
{
color: #AD3599;
}
</style>
background-color css
<style>
a { background-color: #AD3599; }
a { background-color: rgb(173,53,153); }
div.DivClassName
{
background-color: #AD3599;
}
.BgClassName
{
background-color: #AD3599;
}
</style>
border-color css
<style>
span { border-color: #AD3599; }
span { border-color: rgb(173,53,153); }
td.TdClassName
{
border-color: #AD3599;
}
.TagClassName
{
border-color: #AD3599;
}
</style>