Shades of Medium Red Violet #AD357F
Tints of Medium Red Violet #AD357F
RGB
CMYK
RGB Variations
Color information
#AD357F (or 0xAD357F) is known color: Medium Red Violet. HEX triplet: AD, 35 and 7F. RGB value is (173,53,127). Sum of RGB (Red+Green+Blue) = 173+53+127=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD357F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD357F is #52CA80. Grayscale: #616161. Windows color (decimal): -5425793 or 8336813. OLE color: 8336813.
HSL color Cylindrical-coordinate representation of color #AD357F: hue angle of 323º 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 #AD357F is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 127 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.32 |
| HSL | 323º | 0.53% | 0.44% | - |
| HSV(B) | 323º | 0.69% | 0.68% | - |
| XYZ | 22.34 | 12.96 | 21.4 | - |
| YUV | 97.32 | 144.76 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 127 | 0 | 0.69 | 0.27 | 0.32 | 323 | 0.53 | 0.44 |
| Hex | AD | 35 | 7F | 0 | 45 | 1B | 20 | 143 | 35 | 2C |
| Octal | 255 | 65 | 177 | 0 | 105 | 33 | 40 | 503 | 65 | 54 |
| Binary | 10101101 | 110101 | 1111111 | 0 | 1000101 | 11011 | 100000 | 101000011 | 110101 | 101100 |
Color Harmonies of #AD357F
Complementary color
Monochromatic Colors of #AD357F
Black with #AD357F
Text Example
Text Example
White with #AD357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD357F; }
p { color: rgb(173,53,127); }
H1.HeaderClassName
{
color: #AD357F;
}
.AnyTagClassName
{
color: #AD357F;
}
</style>
background-color css
<style>
a { background-color: #AD357F; }
a { background-color: rgb(173,53,127); }
div.DivClassName
{
background-color: #AD357F;
}
.BgClassName
{
background-color: #AD357F;
}
</style>
border-color css
<style>
span { border-color: #AD357F; }
span { border-color: rgb(173,53,127); }
td.TdClassName
{
border-color: #AD357F;
}
.TagClassName
{
border-color: #AD357F;
}
</style>