Shades of Medium Red Violet #AD3577
Tints of Medium Red Violet #AD3577
RGB
CMYK
RGB Variations
Color information
#AD3577 (or 0xAD3577) is known color: Medium Red Violet. HEX triplet: AD, 35 and 77. RGB value is (173,53,119). Sum of RGB (Red+Green+Blue) = 173+53+119=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3577 is #52CA88. Grayscale: #606060. Windows color (decimal): -5425801 or 7812525. OLE color: 7812525.
HSL color Cylindrical-coordinate representation of color #AD3577: hue angle of 327º 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 #AD3577 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 119 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.32 |
| HSL | 327º | 0.53% | 0.44% | - |
| HSV(B) | 327º | 0.69% | 0.68% | - |
| XYZ | 21.84 | 12.76 | 18.77 | - |
| YUV | 96.4 | 140.76 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 119 | 0 | 0.69 | 0.31 | 0.32 | 327 | 0.53 | 0.44 |
| Hex | AD | 35 | 77 | 0 | 45 | 1F | 20 | 147 | 35 | 2C |
| Octal | 255 | 65 | 167 | 0 | 105 | 37 | 40 | 507 | 65 | 54 |
| Binary | 10101101 | 110101 | 1110111 | 0 | 1000101 | 11111 | 100000 | 101000111 | 110101 | 101100 |
Color Harmonies of #AD3577
Complementary color
Monochromatic Colors of #AD3577
Black with #AD3577
Text Example
Text Example
White with #AD3577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3577; }
p { color: rgb(173,53,119); }
H1.HeaderClassName
{
color: #AD3577;
}
.AnyTagClassName
{
color: #AD3577;
}
</style>
background-color css
<style>
a { background-color: #AD3577; }
a { background-color: rgb(173,53,119); }
div.DivClassName
{
background-color: #AD3577;
}
.BgClassName
{
background-color: #AD3577;
}
</style>
border-color css
<style>
span { border-color: #AD3577; }
span { border-color: rgb(173,53,119); }
td.TdClassName
{
border-color: #AD3577;
}
.TagClassName
{
border-color: #AD3577;
}
</style>