Shades of Medium Red Violet #AD478F
Tints of Medium Red Violet #AD478F
RGB
CMYK
RGB Variations
Color information
#AD478F (or 0xAD478F) is known color: Medium Red Violet. HEX triplet: AD, 47 and 8F. RGB value is (173,71,143). Sum of RGB (Red+Green+Blue) = 173+71+143=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD478F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD478F is #52B870. Grayscale: #6D6D6D. Windows color (decimal): -5421169 or 9389997. OLE color: 9389997.
HSL color Cylindrical-coordinate representation of color #AD478F: hue angle of 317.65º 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 #AD478F is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 143 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.32 |
| HSL | 317.65º | 0.42% | 0.48% | - |
| HSV(B) | 317.65º | 0.59% | 0.68% | - |
| XYZ | 24.44 | 15.37 | 27.67 | - |
| YUV | 109.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 143 | 0 | 0.59 | 0.17 | 0.32 | 317.65 | 0.42 | 0.48 |
| Hex | AD | 47 | 8F | 0 | 3B | 11 | 20 | 13E | 2A | 30 |
| Octal | 255 | 107 | 217 | 0 | 73 | 21 | 40 | 476 | 52 | 60 |
| Binary | 10101101 | 1000111 | 10001111 | 0 | 111011 | 10001 | 100000 | 100111110 | 101010 | 110000 |
Color Harmonies of #AD478F
Complementary color
Monochromatic Colors of #AD478F
Black with #AD478F
Text Example
Text Example
White with #AD478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD478F; }
p { color: rgb(173,71,143); }
H1.HeaderClassName
{
color: #AD478F;
}
.AnyTagClassName
{
color: #AD478F;
}
</style>
background-color css
<style>
a { background-color: #AD478F; }
a { background-color: rgb(173,71,143); }
div.DivClassName
{
background-color: #AD478F;
}
.BgClassName
{
background-color: #AD478F;
}
</style>
border-color css
<style>
span { border-color: #AD478F; }
span { border-color: rgb(173,71,143); }
td.TdClassName
{
border-color: #AD478F;
}
.TagClassName
{
border-color: #AD478F;
}
</style>