Shades of Medium Red Violet #AD317D
Tints of Medium Red Violet #AD317D
RGB
CMYK
RGB Variations
Color information
#AD317D (or 0xAD317D) is known color: Medium Red Violet. HEX triplet: AD, 31 and 7D. RGB value is (173,49,125). Sum of RGB (Red+Green+Blue) = 173+49+125=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD317D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD317D is #52CE82. Grayscale: #5E5E5E. Windows color (decimal): -5426819 or 8204717. OLE color: 8204717.
HSL color Cylindrical-coordinate representation of color #AD317D: hue angle of 323.23º 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 #AD317D is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 125 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.32 |
| HSL | 323.23º | 0.56% | 0.44% | - |
| HSV(B) | 323.23º | 0.72% | 0.68% | - |
| XYZ | 22.03 | 12.56 | 20.67 | - |
| YUV | 94.74 | 145.08 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 125 | 0 | 0.72 | 0.28 | 0.32 | 323.23 | 0.56 | 0.44 |
| Hex | AD | 31 | 7D | 0 | 48 | 1C | 20 | 143 | 38 | 2C |
| Octal | 255 | 61 | 175 | 0 | 110 | 34 | 40 | 503 | 70 | 54 |
| Binary | 10101101 | 110001 | 1111101 | 0 | 1001000 | 11100 | 100000 | 101000011 | 111000 | 101100 |
Color Harmonies of #AD317D
Complementary color
Monochromatic Colors of #AD317D
Black with #AD317D
Text Example
Text Example
White with #AD317D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD317D; }
p { color: rgb(173,49,125); }
H1.HeaderClassName
{
color: #AD317D;
}
.AnyTagClassName
{
color: #AD317D;
}
</style>
background-color css
<style>
a { background-color: #AD317D; }
a { background-color: rgb(173,49,125); }
div.DivClassName
{
background-color: #AD317D;
}
.BgClassName
{
background-color: #AD317D;
}
</style>
border-color css
<style>
span { border-color: #AD317D; }
span { border-color: rgb(173,49,125); }
td.TdClassName
{
border-color: #AD317D;
}
.TagClassName
{
border-color: #AD317D;
}
</style>