Shades of Medium Red Violet #AD478D
Tints of Medium Red Violet #AD478D
RGB
CMYK
RGB Variations
Color information
#AD478D (or 0xAD478D) is known color: Medium Red Violet. HEX triplet: AD, 47 and 8D. RGB value is (173,71,141). Sum of RGB (Red+Green+Blue) = 173+71+141=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD478D is #52B872. Grayscale: #6D6D6D. Windows color (decimal): -5421171 or 9258925. OLE color: 9258925.
HSL color Cylindrical-coordinate representation of color #AD478D: hue angle of 318.82º 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 #AD478D is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 141 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.32 |
| HSL | 318.82º | 0.42% | 0.48% | - |
| HSV(B) | 318.82º | 0.59% | 0.68% | - |
| XYZ | 24.29 | 15.31 | 26.87 | - |
| YUV | 109.48 | 145.79 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 141 | 0 | 0.59 | 0.18 | 0.32 | 318.82 | 0.42 | 0.48 |
| Hex | AD | 47 | 8D | 0 | 3B | 12 | 20 | 13F | 2A | 30 |
| Octal | 255 | 107 | 215 | 0 | 73 | 22 | 40 | 477 | 52 | 60 |
| Binary | 10101101 | 1000111 | 10001101 | 0 | 111011 | 10010 | 100000 | 100111111 | 101010 | 110000 |
Color Harmonies of #AD478D
Complementary color
Monochromatic Colors of #AD478D
Black with #AD478D
Text Example
Text Example
White with #AD478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD478D; }
p { color: rgb(173,71,141); }
H1.HeaderClassName
{
color: #AD478D;
}
.AnyTagClassName
{
color: #AD478D;
}
</style>
background-color css
<style>
a { background-color: #AD478D; }
a { background-color: rgb(173,71,141); }
div.DivClassName
{
background-color: #AD478D;
}
.BgClassName
{
background-color: #AD478D;
}
</style>
border-color css
<style>
span { border-color: #AD478D; }
span { border-color: rgb(173,71,141); }
td.TdClassName
{
border-color: #AD478D;
}
.TagClassName
{
border-color: #AD478D;
}
</style>