Shades of Medium Red Violet #AD317B
Tints of Medium Red Violet #AD317B
RGB
CMYK
RGB Variations
Color information
#AD317B (or 0xAD317B) is known color: Medium Red Violet. HEX triplet: AD, 31 and 7B. RGB value is (173,49,123). Sum of RGB (Red+Green+Blue) = 173+49+123=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD317B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD317B is #52CE84. Grayscale: #5E5E5E. Windows color (decimal): -5426821 or 8073645. OLE color: 8073645.
HSL color Cylindrical-coordinate representation of color #AD317B: hue angle of 324.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 #AD317B is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 123 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.32 |
| HSL | 324.19º | 0.56% | 0.44% | - |
| HSV(B) | 324.19º | 0.72% | 0.68% | - |
| XYZ | 21.91 | 12.51 | 20 | - |
| YUV | 94.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 123 | 0 | 0.72 | 0.29 | 0.32 | 324.19 | 0.56 | 0.44 |
| Hex | AD | 31 | 7B | 0 | 48 | 1D | 20 | 144 | 38 | 2C |
| Octal | 255 | 61 | 173 | 0 | 110 | 35 | 40 | 504 | 70 | 54 |
| Binary | 10101101 | 110001 | 1111011 | 0 | 1001000 | 11101 | 100000 | 101000100 | 111000 | 101100 |
Color Harmonies of #AD317B
Complementary color
Monochromatic Colors of #AD317B
Black with #AD317B
Text Example
Text Example
White with #AD317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD317B; }
p { color: rgb(173,49,123); }
H1.HeaderClassName
{
color: #AD317B;
}
.AnyTagClassName
{
color: #AD317B;
}
</style>
background-color css
<style>
a { background-color: #AD317B; }
a { background-color: rgb(173,49,123); }
div.DivClassName
{
background-color: #AD317B;
}
.BgClassName
{
background-color: #AD317B;
}
</style>
border-color css
<style>
span { border-color: #AD317B; }
span { border-color: rgb(173,49,123); }
td.TdClassName
{
border-color: #AD317B;
}
.TagClassName
{
border-color: #AD317B;
}
</style>