Shades of Medium Red Violet #AD2499
Tints of Medium Red Violet #AD2499
RGB
CMYK
RGB Variations
Color information
#AD2499 (or 0xAD2499) is known color: Medium Red Violet. HEX triplet: AD, 24 and 99. RGB value is (173,36,153). Sum of RGB (Red+Green+Blue) = 173+36+153=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2499 is #52DB66. Grayscale: #595959. Windows color (decimal): -5430119 or 10036397. OLE color: 10036397.
HSL color Cylindrical-coordinate representation of color #AD2499: hue angle of 308.76º 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 #AD2499 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 153 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.32 |
| HSL | 308.76º | 0.66% | 0.41% | - |
| HSV(B) | 308.76º | 0.79% | 0.68% | - |
| XYZ | 23.61 | 12.45 | 31.29 | - |
| YUV | 90.3 | 163.39 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 153 | 0 | 0.79 | 0.12 | 0.32 | 308.76 | 0.66 | 0.41 |
| Hex | AD | 24 | 99 | 0 | 4F | C | 20 | 135 | 42 | 29 |
| Octal | 255 | 44 | 231 | 0 | 117 | 14 | 40 | 465 | 102 | 51 |
| Binary | 10101101 | 100100 | 10011001 | 0 | 1001111 | 1100 | 100000 | 100110101 | 1000010 | 101001 |
Color Harmonies of #AD2499
Complementary color
Monochromatic Colors of #AD2499
Black with #AD2499
Text Example
Text Example
White with #AD2499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2499; }
p { color: rgb(173,36,153); }
H1.HeaderClassName
{
color: #AD2499;
}
.AnyTagClassName
{
color: #AD2499;
}
</style>
background-color css
<style>
a { background-color: #AD2499; }
a { background-color: rgb(173,36,153); }
div.DivClassName
{
background-color: #AD2499;
}
.BgClassName
{
background-color: #AD2499;
}
</style>
border-color css
<style>
span { border-color: #AD2499; }
span { border-color: rgb(173,36,153); }
td.TdClassName
{
border-color: #AD2499;
}
.TagClassName
{
border-color: #AD2499;
}
</style>