Shades of Medium Red Violet #AD4499
Tints of Medium Red Violet #AD4499
RGB
CMYK
RGB Variations
Color information
#AD4499 (or 0xAD4499) is known color: Medium Red Violet. HEX triplet: AD, 44 and 99. RGB value is (173,68,153). Sum of RGB (Red+Green+Blue) = 173+68+153=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4499 is #52BB66. Grayscale: #6C6C6C. Windows color (decimal): -5421927 or 10044589. OLE color: 10044589.
HSL color Cylindrical-coordinate representation of color #AD4499: hue angle of 311.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4499 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 153 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.32 |
| HSL | 311.43º | 0.44% | 0.47% | - |
| HSV(B) | 311.43º | 0.61% | 0.68% | - |
| XYZ | 25.05 | 15.32 | 31.77 | - |
| YUV | 109.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 153 | 0 | 0.61 | 0.12 | 0.32 | 311.43 | 0.44 | 0.47 |
| Hex | AD | 44 | 99 | 0 | 3D | C | 20 | 137 | 2C | 2F |
| Octal | 255 | 104 | 231 | 0 | 75 | 14 | 40 | 467 | 54 | 57 |
| Binary | 10101101 | 1000100 | 10011001 | 0 | 111101 | 1100 | 100000 | 100110111 | 101100 | 101111 |
Color Harmonies of #AD4499
Complementary color
Monochromatic Colors of #AD4499
Black with #AD4499
Text Example
Text Example
White with #AD4499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4499; }
p { color: rgb(173,68,153); }
H1.HeaderClassName
{
color: #AD4499;
}
.AnyTagClassName
{
color: #AD4499;
}
</style>
background-color css
<style>
a { background-color: #AD4499; }
a { background-color: rgb(173,68,153); }
div.DivClassName
{
background-color: #AD4499;
}
.BgClassName
{
background-color: #AD4499;
}
</style>
border-color css
<style>
span { border-color: #AD4499; }
span { border-color: rgb(173,68,153); }
td.TdClassName
{
border-color: #AD4499;
}
.TagClassName
{
border-color: #AD4499;
}
</style>