Shades of Medium Red Violet #AD319F
Tints of Medium Red Violet #AD319F
RGB
CMYK
RGB Variations
Color information
#AD319F (or 0xAD319F) is known color: Medium Red Violet. HEX triplet: AD, 31 and 9F. RGB value is (173,49,159). Sum of RGB (Red+Green+Blue) = 173+49+159=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD319F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD319F is #52CE60. Grayscale: #626262. Windows color (decimal): -5426785 or 10432941. OLE color: 10432941.
HSL color Cylindrical-coordinate representation of color #AD319F: hue angle of 306.77º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD319F is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 159 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.32 |
| HSL | 306.77º | 0.56% | 0.44% | - |
| HSV(B) | 306.77º | 0.72% | 0.68% | - |
| XYZ | 24.59 | 13.58 | 34.13 | - |
| YUV | 98.62 | 162.08 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 159 | 0 | 0.72 | 0.08 | 0.32 | 306.77 | 0.56 | 0.44 |
| Hex | AD | 31 | 9F | 0 | 48 | 8 | 20 | 133 | 38 | 2C |
| Octal | 255 | 61 | 237 | 0 | 110 | 10 | 40 | 463 | 70 | 54 |
| Binary | 10101101 | 110001 | 10011111 | 0 | 1001000 | 1000 | 100000 | 100110011 | 111000 | 101100 |
Color Harmonies of #AD319F
Complementary color
Monochromatic Colors of #AD319F
Black with #AD319F
Text Example
Text Example
White with #AD319F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD319F; }
p { color: rgb(173,49,159); }
H1.HeaderClassName
{
color: #AD319F;
}
.AnyTagClassName
{
color: #AD319F;
}
</style>
background-color css
<style>
a { background-color: #AD319F; }
a { background-color: rgb(173,49,159); }
div.DivClassName
{
background-color: #AD319F;
}
.BgClassName
{
background-color: #AD319F;
}
</style>
border-color css
<style>
span { border-color: #AD319F; }
span { border-color: rgb(173,49,159); }
td.TdClassName
{
border-color: #AD319F;
}
.TagClassName
{
border-color: #AD319F;
}
</style>