Shades of Medium Red Violet #AD3574
Tints of Medium Red Violet #AD3574
RGB
CMYK
RGB Variations
Color information
#AD3574 (or 0xAD3574) is known color: Medium Red Violet. HEX triplet: AD, 35 and 74. RGB value is (173,53,116). Sum of RGB (Red+Green+Blue) = 173+53+116=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3574 is #52CA8B. Grayscale: #5F5F5F. Windows color (decimal): -5425804 or 7615917. OLE color: 7615917.
HSL color Cylindrical-coordinate representation of color #AD3574: hue angle of 328.5º 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 #AD3574 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 116 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.32 |
| HSL | 328.5º | 0.53% | 0.44% | - |
| HSV(B) | 328.5º | 0.69% | 0.68% | - |
| XYZ | 21.66 | 12.69 | 17.83 | - |
| YUV | 96.06 | 139.26 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 116 | 0 | 0.69 | 0.33 | 0.32 | 328.5 | 0.53 | 0.44 |
| Hex | AD | 35 | 74 | 0 | 45 | 21 | 20 | 148 | 35 | 2C |
| Octal | 255 | 65 | 164 | 0 | 105 | 41 | 40 | 510 | 65 | 54 |
| Binary | 10101101 | 110101 | 1110100 | 0 | 1000101 | 100001 | 100000 | 101001000 | 110101 | 101100 |
Color Harmonies of #AD3574
Complementary color
Monochromatic Colors of #AD3574
Black with #AD3574
Text Example
Text Example
White with #AD3574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3574; }
p { color: rgb(173,53,116); }
H1.HeaderClassName
{
color: #AD3574;
}
.AnyTagClassName
{
color: #AD3574;
}
</style>
background-color css
<style>
a { background-color: #AD3574; }
a { background-color: rgb(173,53,116); }
div.DivClassName
{
background-color: #AD3574;
}
.BgClassName
{
background-color: #AD3574;
}
</style>
border-color css
<style>
span { border-color: #AD3574; }
span { border-color: rgb(173,53,116); }
td.TdClassName
{
border-color: #AD3574;
}
.TagClassName
{
border-color: #AD3574;
}
</style>