Shades of Medium Red Violet #AD4884
Tints of Medium Red Violet #AD4884
RGB
CMYK
RGB Variations
Color information
#AD4884 (or 0xAD4884) is known color: Medium Red Violet. HEX triplet: AD, 48 and 84. RGB value is (173,72,132). Sum of RGB (Red+Green+Blue) = 173+72+132=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4884 is #52B77B. Grayscale: #6C6C6C. Windows color (decimal): -5420924 or 8669357. OLE color: 8669357.
HSL color Cylindrical-coordinate representation of color #AD4884: hue angle of 324.36º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4884 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 72 | 132 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.32 |
| HSL | 324.36º | 0.41% | 0.48% | - |
| HSV(B) | 324.36º | 0.58% | 0.68% | - |
| XYZ | 23.72 | 15.18 | 23.51 | - |
| YUV | 109.04 | 140.96 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 132 | 0 | 0.58 | 0.24 | 0.32 | 324.36 | 0.41 | 0.48 |
| Hex | AD | 48 | 84 | 0 | 3A | 18 | 20 | 144 | 29 | 30 |
| Octal | 255 | 110 | 204 | 0 | 72 | 30 | 40 | 504 | 51 | 60 |
| Binary | 10101101 | 1001000 | 10000100 | 0 | 111010 | 11000 | 100000 | 101000100 | 101001 | 110000 |
Color Harmonies of #AD4884
Complementary color
Monochromatic Colors of #AD4884
Black with #AD4884
Text Example
Text Example
White with #AD4884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4884; }
p { color: rgb(173,72,132); }
H1.HeaderClassName
{
color: #AD4884;
}
.AnyTagClassName
{
color: #AD4884;
}
</style>
background-color css
<style>
a { background-color: #AD4884; }
a { background-color: rgb(173,72,132); }
div.DivClassName
{
background-color: #AD4884;
}
.BgClassName
{
background-color: #AD4884;
}
</style>
border-color css
<style>
span { border-color: #AD4884; }
span { border-color: rgb(173,72,132); }
td.TdClassName
{
border-color: #AD4884;
}
.TagClassName
{
border-color: #AD4884;
}
</style>