Shades of Medium Red Violet #AD2899
Tints of Medium Red Violet #AD2899
RGB
CMYK
RGB Variations
Color information
#AD2899 (or 0xAD2899) is known color: Medium Red Violet. HEX triplet: AD, 28 and 99. RGB value is (173,40,153). Sum of RGB (Red+Green+Blue) = 173+40+153=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2899 is #52D766. Grayscale: #5C5C5C. Windows color (decimal): -5429095 or 10037421. OLE color: 10037421.
HSL color Cylindrical-coordinate representation of color #AD2899: hue angle of 309.02º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2899 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 153 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.32 |
| HSL | 309.02º | 0.62% | 0.42% | - |
| HSV(B) | 309.02º | 0.77% | 0.68% | - |
| XYZ | 23.74 | 12.7 | 31.34 | - |
| YUV | 92.65 | 162.06 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 153 | 0 | 0.77 | 0.12 | 0.32 | 309.02 | 0.62 | 0.42 |
| Hex | AD | 28 | 99 | 0 | 4D | C | 20 | 135 | 3E | 2A |
| Octal | 255 | 50 | 231 | 0 | 115 | 14 | 40 | 465 | 76 | 52 |
| Binary | 10101101 | 101000 | 10011001 | 0 | 1001101 | 1100 | 100000 | 100110101 | 111110 | 101010 |
Color Harmonies of #AD2899
Complementary color
Monochromatic Colors of #AD2899
Black with #AD2899
Text Example
Text Example
White with #AD2899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2899; }
p { color: rgb(173,40,153); }
H1.HeaderClassName
{
color: #AD2899;
}
.AnyTagClassName
{
color: #AD2899;
}
</style>
background-color css
<style>
a { background-color: #AD2899; }
a { background-color: rgb(173,40,153); }
div.DivClassName
{
background-color: #AD2899;
}
.BgClassName
{
background-color: #AD2899;
}
</style>
border-color css
<style>
span { border-color: #AD2899; }
span { border-color: rgb(173,40,153); }
td.TdClassName
{
border-color: #AD2899;
}
.TagClassName
{
border-color: #AD2899;
}
</style>