Shades of Medium Red Violet #AD357E
Tints of Medium Red Violet #AD357E
RGB
CMYK
RGB Variations
Color information
#AD357E (or 0xAD357E) is known color: Medium Red Violet. HEX triplet: AD, 35 and 7E. RGB value is (173,53,126). Sum of RGB (Red+Green+Blue) = 173+53+126=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD357E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD357E is #52CA81. Grayscale: #616161. Windows color (decimal): -5425794 or 8271277. OLE color: 8271277.
HSL color Cylindrical-coordinate representation of color #AD357E: hue angle of 323.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 #AD357E is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 126 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.32 |
| HSL | 323.5º | 0.53% | 0.44% | - |
| HSV(B) | 323.5º | 0.69% | 0.68% | - |
| XYZ | 22.27 | 12.94 | 21.06 | - |
| YUV | 97.2 | 144.26 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 126 | 0 | 0.69 | 0.27 | 0.32 | 323.5 | 0.53 | 0.44 |
| Hex | AD | 35 | 7E | 0 | 45 | 1B | 20 | 144 | 35 | 2C |
| Octal | 255 | 65 | 176 | 0 | 105 | 33 | 40 | 504 | 65 | 54 |
| Binary | 10101101 | 110101 | 1111110 | 0 | 1000101 | 11011 | 100000 | 101000100 | 110101 | 101100 |
Color Harmonies of #AD357E
Complementary color
Monochromatic Colors of #AD357E
Black with #AD357E
Text Example
Text Example
White with #AD357E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD357E; }
p { color: rgb(173,53,126); }
H1.HeaderClassName
{
color: #AD357E;
}
.AnyTagClassName
{
color: #AD357E;
}
</style>
background-color css
<style>
a { background-color: #AD357E; }
a { background-color: rgb(173,53,126); }
div.DivClassName
{
background-color: #AD357E;
}
.BgClassName
{
background-color: #AD357E;
}
</style>
border-color css
<style>
span { border-color: #AD357E; }
span { border-color: rgb(173,53,126); }
td.TdClassName
{
border-color: #AD357E;
}
.TagClassName
{
border-color: #AD357E;
}
</style>