Shades of Medium Red Violet #AD3499
Tints of Medium Red Violet #AD3499
RGB
CMYK
RGB Variations
Color information
#AD3499 (or 0xAD3499) is known color: Medium Red Violet. HEX triplet: AD, 34 and 99. RGB value is (173,52,153). Sum of RGB (Red+Green+Blue) = 173+52+153=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3499 is #52CB66. Grayscale: #636363. Windows color (decimal): -5426023 or 10040493. OLE color: 10040493.
HSL color Cylindrical-coordinate representation of color #AD3499: hue angle of 309.92º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3499 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 153 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.32 |
| HSL | 309.92º | 0.54% | 0.44% | - |
| HSV(B) | 309.92º | 0.7% | 0.68% | - |
| XYZ | 24.21 | 13.64 | 31.49 | - |
| YUV | 99.69 | 158.09 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 153 | 0 | 0.70 | 0.12 | 0.32 | 309.92 | 0.54 | 0.44 |
| Hex | AD | 34 | 99 | 0 | 46 | C | 20 | 136 | 36 | 2C |
| Octal | 255 | 64 | 231 | 0 | 106 | 14 | 40 | 466 | 66 | 54 |
| Binary | 10101101 | 110100 | 10011001 | 0 | 1000110 | 1100 | 100000 | 100110110 | 110110 | 101100 |
Color Harmonies of #AD3499
Complementary color
Monochromatic Colors of #AD3499
Black with #AD3499
Text Example
Text Example
White with #AD3499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3499; }
p { color: rgb(173,52,153); }
H1.HeaderClassName
{
color: #AD3499;
}
.AnyTagClassName
{
color: #AD3499;
}
</style>
background-color css
<style>
a { background-color: #AD3499; }
a { background-color: rgb(173,52,153); }
div.DivClassName
{
background-color: #AD3499;
}
.BgClassName
{
background-color: #AD3499;
}
</style>
border-color css
<style>
span { border-color: #AD3499; }
span { border-color: rgb(173,52,153); }
td.TdClassName
{
border-color: #AD3499;
}
.TagClassName
{
border-color: #AD3499;
}
</style>