Shades of Medium Red Violet #AD3575
Tints of Medium Red Violet #AD3575
RGB
CMYK
RGB Variations
Color information
#AD3575 (or 0xAD3575) is known color: Medium Red Violet. HEX triplet: AD, 35 and 75. RGB value is (173,53,117). Sum of RGB (Red+Green+Blue) = 173+53+117=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3575 is #52CA8A. Grayscale: #606060. Windows color (decimal): -5425803 or 7681453. OLE color: 7681453.
HSL color Cylindrical-coordinate representation of color #AD3575: hue angle of 328º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3575 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 117 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.32 |
| HSL | 328º | 0.53% | 0.44% | - |
| HSV(B) | 328º | 0.69% | 0.68% | - |
| XYZ | 21.72 | 12.71 | 18.14 | - |
| YUV | 96.18 | 139.76 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 117 | 0 | 0.69 | 0.32 | 0.32 | 328 | 0.53 | 0.44 |
| Hex | AD | 35 | 75 | 0 | 45 | 20 | 20 | 148 | 35 | 2C |
| Octal | 255 | 65 | 165 | 0 | 105 | 40 | 40 | 510 | 65 | 54 |
| Binary | 10101101 | 110101 | 1110101 | 0 | 1000101 | 100000 | 100000 | 101001000 | 110101 | 101100 |
Color Harmonies of #AD3575
Complementary color
Monochromatic Colors of #AD3575
Black with #AD3575
Text Example
Text Example
White with #AD3575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3575; }
p { color: rgb(173,53,117); }
H1.HeaderClassName
{
color: #AD3575;
}
.AnyTagClassName
{
color: #AD3575;
}
</style>
background-color css
<style>
a { background-color: #AD3575; }
a { background-color: rgb(173,53,117); }
div.DivClassName
{
background-color: #AD3575;
}
.BgClassName
{
background-color: #AD3575;
}
</style>
border-color css
<style>
span { border-color: #AD3575; }
span { border-color: rgb(173,53,117); }
td.TdClassName
{
border-color: #AD3575;
}
.TagClassName
{
border-color: #AD3575;
}
</style>