Shades of Medium Red Violet #AD317A
Tints of Medium Red Violet #AD317A
RGB
CMYK
RGB Variations
Color information
#AD317A (or 0xAD317A) is known color: Medium Red Violet. HEX triplet: AD, 31 and 7A. RGB value is (173,49,122). Sum of RGB (Red+Green+Blue) = 173+49+122=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD317A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD317A is #52CE85. Grayscale: #5E5E5E. Windows color (decimal): -5426822 or 8008109. OLE color: 8008109.
HSL color Cylindrical-coordinate representation of color #AD317A: hue angle of 324.68º 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 #AD317A is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 122 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.32 |
| HSL | 324.68º | 0.56% | 0.44% | - |
| HSV(B) | 324.68º | 0.72% | 0.68% | - |
| XYZ | 21.84 | 12.49 | 19.67 | - |
| YUV | 94.4 | 143.58 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 122 | 0 | 0.72 | 0.29 | 0.32 | 324.68 | 0.56 | 0.44 |
| Hex | AD | 31 | 7A | 0 | 48 | 1D | 20 | 145 | 38 | 2C |
| Octal | 255 | 61 | 172 | 0 | 110 | 35 | 40 | 505 | 70 | 54 |
| Binary | 10101101 | 110001 | 1111010 | 0 | 1001000 | 11101 | 100000 | 101000101 | 111000 | 101100 |
Color Harmonies of #AD317A
Complementary color
Monochromatic Colors of #AD317A
Black with #AD317A
Text Example
Text Example
White with #AD317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD317A; }
p { color: rgb(173,49,122); }
H1.HeaderClassName
{
color: #AD317A;
}
.AnyTagClassName
{
color: #AD317A;
}
</style>
background-color css
<style>
a { background-color: #AD317A; }
a { background-color: rgb(173,49,122); }
div.DivClassName
{
background-color: #AD317A;
}
.BgClassName
{
background-color: #AD317A;
}
</style>
border-color css
<style>
span { border-color: #AD317A; }
span { border-color: rgb(173,49,122); }
td.TdClassName
{
border-color: #AD317A;
}
.TagClassName
{
border-color: #AD317A;
}
</style>