Shades of Medium Red Violet #AD4790
Tints of Medium Red Violet #AD4790
RGB
CMYK
RGB Variations
Color information
#AD4790 (or 0xAD4790) is known color: Medium Red Violet. HEX triplet: AD, 47 and 90. RGB value is (173,71,144). Sum of RGB (Red+Green+Blue) = 173+71+144=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4790 is #52B86F. Grayscale: #6D6D6D. Windows color (decimal): -5421168 or 9455533. OLE color: 9455533.
HSL color Cylindrical-coordinate representation of color #AD4790: hue angle of 317.06º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD4790 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 144 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.32 |
| HSL | 317.06º | 0.42% | 0.48% | - |
| HSV(B) | 317.06º | 0.59% | 0.68% | - |
| XYZ | 24.52 | 15.4 | 28.07 | - |
| YUV | 109.82 | 147.29 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 144 | 0 | 0.59 | 0.17 | 0.32 | 317.06 | 0.42 | 0.48 |
| Hex | AD | 47 | 90 | 0 | 3B | 11 | 20 | 13D | 2A | 30 |
| Octal | 255 | 107 | 220 | 0 | 73 | 21 | 40 | 475 | 52 | 60 |
| Binary | 10101101 | 1000111 | 10010000 | 0 | 111011 | 10001 | 100000 | 100111101 | 101010 | 110000 |
Color Harmonies of #AD4790
Complementary color
Monochromatic Colors of #AD4790
Black with #AD4790
Text Example
Text Example
White with #AD4790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4790; }
p { color: rgb(173,71,144); }
H1.HeaderClassName
{
color: #AD4790;
}
.AnyTagClassName
{
color: #AD4790;
}
</style>
background-color css
<style>
a { background-color: #AD4790; }
a { background-color: rgb(173,71,144); }
div.DivClassName
{
background-color: #AD4790;
}
.BgClassName
{
background-color: #AD4790;
}
</style>
border-color css
<style>
span { border-color: #AD4790; }
span { border-color: rgb(173,71,144); }
td.TdClassName
{
border-color: #AD4790;
}
.TagClassName
{
border-color: #AD4790;
}
</style>