Shades of Medium Red Violet #AD2699
Tints of Medium Red Violet #AD2699
RGB
CMYK
RGB Variations
Color information
#AD2699 (or 0xAD2699) is known color: Medium Red Violet. HEX triplet: AD, 26 and 99. RGB value is (173,38,153). Sum of RGB (Red+Green+Blue) = 173+38+153=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2699 is #52D966. Grayscale: #5B5B5B. Windows color (decimal): -5429607 or 10036909. OLE color: 10036909.
HSL color Cylindrical-coordinate representation of color #AD2699: hue angle of 308.89º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2699 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 153 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.32 |
| HSL | 308.89º | 0.64% | 0.41% | - |
| HSV(B) | 308.89º | 0.78% | 0.68% | - |
| XYZ | 23.68 | 12.57 | 31.32 | - |
| YUV | 91.48 | 162.73 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 153 | 0 | 0.78 | 0.12 | 0.32 | 308.89 | 0.64 | 0.41 |
| Hex | AD | 26 | 99 | 0 | 4E | C | 20 | 135 | 40 | 29 |
| Octal | 255 | 46 | 231 | 0 | 116 | 14 | 40 | 465 | 100 | 51 |
| Binary | 10101101 | 100110 | 10011001 | 0 | 1001110 | 1100 | 100000 | 100110101 | 1000000 | 101001 |
Color Harmonies of #AD2699
Complementary color
Monochromatic Colors of #AD2699
Black with #AD2699
Text Example
Text Example
White with #AD2699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2699; }
p { color: rgb(173,38,153); }
H1.HeaderClassName
{
color: #AD2699;
}
.AnyTagClassName
{
color: #AD2699;
}
</style>
background-color css
<style>
a { background-color: #AD2699; }
a { background-color: rgb(173,38,153); }
div.DivClassName
{
background-color: #AD2699;
}
.BgClassName
{
background-color: #AD2699;
}
</style>
border-color css
<style>
span { border-color: #AD2699; }
span { border-color: rgb(173,38,153); }
td.TdClassName
{
border-color: #AD2699;
}
.TagClassName
{
border-color: #AD2699;
}
</style>