Shades of Medium Red Violet #AD3175
Tints of Medium Red Violet #AD3175
RGB
CMYK
RGB Variations
Color information
#AD3175 (or 0xAD3175) is known color: Medium Red Violet. HEX triplet: AD, 31 and 75. RGB value is (173,49,117). Sum of RGB (Red+Green+Blue) = 173+49+117=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3175 is #52CE8A. Grayscale: #5D5D5D. Windows color (decimal): -5426827 or 7680429. OLE color: 7680429.
HSL color Cylindrical-coordinate representation of color #AD3175: hue angle of 327.1º 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 #AD3175 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 117 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.32 |
| HSL | 327.1º | 0.56% | 0.44% | - |
| HSV(B) | 327.1º | 0.72% | 0.68% | - |
| XYZ | 21.54 | 12.37 | 18.08 | - |
| YUV | 93.83 | 141.08 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 117 | 0 | 0.72 | 0.32 | 0.32 | 327.1 | 0.56 | 0.44 |
| Hex | AD | 31 | 75 | 0 | 48 | 20 | 20 | 147 | 38 | 2C |
| Octal | 255 | 61 | 165 | 0 | 110 | 40 | 40 | 507 | 70 | 54 |
| Binary | 10101101 | 110001 | 1110101 | 0 | 1001000 | 100000 | 100000 | 101000111 | 111000 | 101100 |
Color Harmonies of #AD3175
Complementary color
Monochromatic Colors of #AD3175
Black with #AD3175
Text Example
Text Example
White with #AD3175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3175; }
p { color: rgb(173,49,117); }
H1.HeaderClassName
{
color: #AD3175;
}
.AnyTagClassName
{
color: #AD3175;
}
</style>
background-color css
<style>
a { background-color: #AD3175; }
a { background-color: rgb(173,49,117); }
div.DivClassName
{
background-color: #AD3175;
}
.BgClassName
{
background-color: #AD3175;
}
</style>
border-color css
<style>
span { border-color: #AD3175; }
span { border-color: rgb(173,49,117); }
td.TdClassName
{
border-color: #AD3175;
}
.TagClassName
{
border-color: #AD3175;
}
</style>