Shades of Medium Red Violet #AD2496
Tints of Medium Red Violet #AD2496
RGB
CMYK
RGB Variations
Color information
#AD2496 (or 0xAD2496) is known color: Medium Red Violet. HEX triplet: AD, 24 and 96. RGB value is (173,36,150). Sum of RGB (Red+Green+Blue) = 173+36+150=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2496 is #52DB69. Grayscale: #595959. Windows color (decimal): -5430122 or 9839789. OLE color: 9839789.
HSL color Cylindrical-coordinate representation of color #AD2496: hue angle of 310.07º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2496 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 150 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.32 |
| HSL | 310.07º | 0.66% | 0.41% | - |
| HSV(B) | 310.07º | 0.79% | 0.68% | - |
| XYZ | 23.37 | 12.35 | 30.01 | - |
| YUV | 89.96 | 161.89 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 150 | 0 | 0.79 | 0.13 | 0.32 | 310.07 | 0.66 | 0.41 |
| Hex | AD | 24 | 96 | 0 | 4F | D | 20 | 136 | 42 | 29 |
| Octal | 255 | 44 | 226 | 0 | 117 | 15 | 40 | 466 | 102 | 51 |
| Binary | 10101101 | 100100 | 10010110 | 0 | 1001111 | 1101 | 100000 | 100110110 | 1000010 | 101001 |
Color Harmonies of #AD2496
Complementary color
Monochromatic Colors of #AD2496
Black with #AD2496
Text Example
Text Example
White with #AD2496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2496; }
p { color: rgb(173,36,150); }
H1.HeaderClassName
{
color: #AD2496;
}
.AnyTagClassName
{
color: #AD2496;
}
</style>
background-color css
<style>
a { background-color: #AD2496; }
a { background-color: rgb(173,36,150); }
div.DivClassName
{
background-color: #AD2496;
}
.BgClassName
{
background-color: #AD2496;
}
</style>
border-color css
<style>
span { border-color: #AD2496; }
span { border-color: rgb(173,36,150); }
td.TdClassName
{
border-color: #AD2496;
}
.TagClassName
{
border-color: #AD2496;
}
</style>