Shades of Medium Red Violet #AD4091
Tints of Medium Red Violet #AD4091
RGB
CMYK
RGB Variations
Color information
#AD4091 (or 0xAD4091) is known color: Medium Red Violet. HEX triplet: AD, 40 and 91. RGB value is (173,64,145). Sum of RGB (Red+Green+Blue) = 173+64+145=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4091 is #52BF6E. Grayscale: #696969. Windows color (decimal): -5422959 or 9519277. OLE color: 9519277.
HSL color Cylindrical-coordinate representation of color #AD4091: hue angle of 315.41º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4091 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 145 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.32 |
| HSL | 315.41º | 0.46% | 0.46% | - |
| HSV(B) | 315.41º | 0.63% | 0.68% | - |
| XYZ | 24.18 | 14.6 | 28.33 | - |
| YUV | 105.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 145 | 0 | 0.63 | 0.16 | 0.32 | 315.41 | 0.46 | 0.46 |
| Hex | AD | 40 | 91 | 0 | 3F | 10 | 20 | 13B | 2E | 2E |
| Octal | 255 | 100 | 221 | 0 | 77 | 20 | 40 | 473 | 56 | 56 |
| Binary | 10101101 | 1000000 | 10010001 | 0 | 111111 | 10000 | 100000 | 100111011 | 101110 | 101110 |
Color Harmonies of #AD4091
Complementary color
Monochromatic Colors of #AD4091
Black with #AD4091
Text Example
Text Example
White with #AD4091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4091; }
p { color: rgb(173,64,145); }
H1.HeaderClassName
{
color: #AD4091;
}
.AnyTagClassName
{
color: #AD4091;
}
</style>
background-color css
<style>
a { background-color: #AD4091; }
a { background-color: rgb(173,64,145); }
div.DivClassName
{
background-color: #AD4091;
}
.BgClassName
{
background-color: #AD4091;
}
</style>
border-color css
<style>
span { border-color: #AD4091; }
span { border-color: rgb(173,64,145); }
td.TdClassName
{
border-color: #AD4091;
}
.TagClassName
{
border-color: #AD4091;
}
</style>