Shades of Medium Red Violet #AD3174
Tints of Medium Red Violet #AD3174
RGB
CMYK
RGB Variations
Color information
#AD3174 (or 0xAD3174) is known color: Medium Red Violet. HEX triplet: AD, 31 and 74. RGB value is (173,49,116). Sum of RGB (Red+Green+Blue) = 173+49+116=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3174 is #52CE8B. Grayscale: #5D5D5D. Windows color (decimal): -5426828 or 7614893. OLE color: 7614893.
HSL color Cylindrical-coordinate representation of color #AD3174: hue angle of 327.58º 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 #AD3174 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 116 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.32 |
| HSL | 327.58º | 0.56% | 0.44% | - |
| HSV(B) | 327.58º | 0.72% | 0.68% | - |
| XYZ | 21.48 | 12.34 | 17.77 | - |
| YUV | 93.71 | 140.58 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 116 | 0 | 0.72 | 0.33 | 0.32 | 327.58 | 0.56 | 0.44 |
| Hex | AD | 31 | 74 | 0 | 48 | 21 | 20 | 148 | 38 | 2C |
| Octal | 255 | 61 | 164 | 0 | 110 | 41 | 40 | 510 | 70 | 54 |
| Binary | 10101101 | 110001 | 1110100 | 0 | 1001000 | 100001 | 100000 | 101001000 | 111000 | 101100 |
Color Harmonies of #AD3174
Complementary color
Monochromatic Colors of #AD3174
Black with #AD3174
Text Example
Text Example
White with #AD3174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3174; }
p { color: rgb(173,49,116); }
H1.HeaderClassName
{
color: #AD3174;
}
.AnyTagClassName
{
color: #AD3174;
}
</style>
background-color css
<style>
a { background-color: #AD3174; }
a { background-color: rgb(173,49,116); }
div.DivClassName
{
background-color: #AD3174;
}
.BgClassName
{
background-color: #AD3174;
}
</style>
border-color css
<style>
span { border-color: #AD3174; }
span { border-color: rgb(173,49,116); }
td.TdClassName
{
border-color: #AD3174;
}
.TagClassName
{
border-color: #AD3174;
}
</style>