Shades of Medium Red Violet #AD2599
Tints of Medium Red Violet #AD2599
RGB
CMYK
RGB Variations
Color information
#AD2599 (or 0xAD2599) is known color: Medium Red Violet. HEX triplet: AD, 25 and 99. RGB value is (173,37,153). Sum of RGB (Red+Green+Blue) = 173+37+153=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2599 is #52DA66. Grayscale: #5A5A5A. Windows color (decimal): -5429863 or 10036653. OLE color: 10036653.
HSL color Cylindrical-coordinate representation of color #AD2599: hue angle of 308.82º degrees, saturation: 0.65, 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 #AD2599 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 153 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.32 |
| HSL | 308.82º | 0.65% | 0.41% | - |
| HSV(B) | 308.82º | 0.79% | 0.68% | - |
| XYZ | 23.64 | 12.51 | 31.3 | - |
| YUV | 90.89 | 163.06 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 153 | 0 | 0.79 | 0.12 | 0.32 | 308.82 | 0.65 | 0.41 |
| Hex | AD | 25 | 99 | 0 | 4F | C | 20 | 135 | 41 | 29 |
| Octal | 255 | 45 | 231 | 0 | 117 | 14 | 40 | 465 | 101 | 51 |
| Binary | 10101101 | 100101 | 10011001 | 0 | 1001111 | 1100 | 100000 | 100110101 | 1000001 | 101001 |
Color Harmonies of #AD2599
Complementary color
Monochromatic Colors of #AD2599
Black with #AD2599
Text Example
Text Example
White with #AD2599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2599; }
p { color: rgb(173,37,153); }
H1.HeaderClassName
{
color: #AD2599;
}
.AnyTagClassName
{
color: #AD2599;
}
</style>
background-color css
<style>
a { background-color: #AD2599; }
a { background-color: rgb(173,37,153); }
div.DivClassName
{
background-color: #AD2599;
}
.BgClassName
{
background-color: #AD2599;
}
</style>
border-color css
<style>
span { border-color: #AD2599; }
span { border-color: rgb(173,37,153); }
td.TdClassName
{
border-color: #AD2599;
}
.TagClassName
{
border-color: #AD2599;
}
</style>