Shades of Medium Red Violet #AD319A
Tints of Medium Red Violet #AD319A
RGB
CMYK
RGB Variations
Color information
#AD319A (or 0xAD319A) is known color: Medium Red Violet. HEX triplet: AD, 31 and 9A. RGB value is (173,49,154). Sum of RGB (Red+Green+Blue) = 173+49+154=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD319A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD319A is #52CE65. Grayscale: #616161. Windows color (decimal): -5426790 or 10105261. OLE color: 10105261.
HSL color Cylindrical-coordinate representation of color #AD319A: hue angle of 309.19º 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 #AD319A is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 154 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.32 |
| HSL | 309.19º | 0.56% | 0.44% | - |
| HSV(B) | 309.19º | 0.72% | 0.68% | - |
| XYZ | 24.16 | 13.41 | 31.89 | - |
| YUV | 98.05 | 159.58 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 154 | 0 | 0.72 | 0.11 | 0.32 | 309.19 | 0.56 | 0.44 |
| Hex | AD | 31 | 9A | 0 | 48 | B | 20 | 135 | 38 | 2C |
| Octal | 255 | 61 | 232 | 0 | 110 | 13 | 40 | 465 | 70 | 54 |
| Binary | 10101101 | 110001 | 10011010 | 0 | 1001000 | 1011 | 100000 | 100110101 | 111000 | 101100 |
Color Harmonies of #AD319A
Complementary color
Monochromatic Colors of #AD319A
Black with #AD319A
Text Example
Text Example
White with #AD319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD319A; }
p { color: rgb(173,49,154); }
H1.HeaderClassName
{
color: #AD319A;
}
.AnyTagClassName
{
color: #AD319A;
}
</style>
background-color css
<style>
a { background-color: #AD319A; }
a { background-color: rgb(173,49,154); }
div.DivClassName
{
background-color: #AD319A;
}
.BgClassName
{
background-color: #AD319A;
}
</style>
border-color css
<style>
span { border-color: #AD319A; }
span { border-color: rgb(173,49,154); }
td.TdClassName
{
border-color: #AD319A;
}
.TagClassName
{
border-color: #AD319A;
}
</style>