Shades of Medium Red Violet #AD319B
Tints of Medium Red Violet #AD319B
RGB
CMYK
RGB Variations
Color information
#AD319B (or 0xAD319B) is known color: Medium Red Violet. HEX triplet: AD, 31 and 9B. RGB value is (173,49,155). Sum of RGB (Red+Green+Blue) = 173+49+155=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD319B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD319B is #52CE64. Grayscale: #616161. Windows color (decimal): -5426789 or 10170797. OLE color: 10170797.
HSL color Cylindrical-coordinate representation of color #AD319B: hue angle of 308.71º 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 #AD319B is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 155 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.32 |
| HSL | 308.71º | 0.56% | 0.44% | - |
| HSV(B) | 308.71º | 0.72% | 0.68% | - |
| XYZ | 24.25 | 13.45 | 32.33 | - |
| YUV | 98.16 | 160.08 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 155 | 0 | 0.72 | 0.10 | 0.32 | 308.71 | 0.56 | 0.44 |
| Hex | AD | 31 | 9B | 0 | 48 | A | 20 | 135 | 38 | 2C |
| Octal | 255 | 61 | 233 | 0 | 110 | 12 | 40 | 465 | 70 | 54 |
| Binary | 10101101 | 110001 | 10011011 | 0 | 1001000 | 1010 | 100000 | 100110101 | 111000 | 101100 |
Color Harmonies of #AD319B
Complementary color
Monochromatic Colors of #AD319B
Black with #AD319B
Text Example
Text Example
White with #AD319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD319B; }
p { color: rgb(173,49,155); }
H1.HeaderClassName
{
color: #AD319B;
}
.AnyTagClassName
{
color: #AD319B;
}
</style>
background-color css
<style>
a { background-color: #AD319B; }
a { background-color: rgb(173,49,155); }
div.DivClassName
{
background-color: #AD319B;
}
.BgClassName
{
background-color: #AD319B;
}
</style>
border-color css
<style>
span { border-color: #AD319B; }
span { border-color: rgb(173,49,155); }
td.TdClassName
{
border-color: #AD319B;
}
.TagClassName
{
border-color: #AD319B;
}
</style>