Shades of Medium Red Violet #AD358D
Tints of Medium Red Violet #AD358D
RGB
CMYK
RGB Variations
Color information
#AD358D (or 0xAD358D) is known color: Medium Red Violet. HEX triplet: AD, 35 and 8D. RGB value is (173,53,141). Sum of RGB (Red+Green+Blue) = 173+53+141=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD358D is #52CA72. Grayscale: #626262. Windows color (decimal): -5425779 or 9254317. OLE color: 9254317.
HSL color Cylindrical-coordinate representation of color #AD358D: hue angle of 316º 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 #AD358D is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 141 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.32 |
| HSL | 316º | 0.53% | 0.44% | - |
| HSV(B) | 316º | 0.69% | 0.68% | - |
| XYZ | 23.31 | 13.35 | 26.55 | - |
| YUV | 98.91 | 151.76 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 141 | 0 | 0.69 | 0.18 | 0.32 | 316 | 0.53 | 0.44 |
| Hex | AD | 35 | 8D | 0 | 45 | 12 | 20 | 13C | 35 | 2C |
| Octal | 255 | 65 | 215 | 0 | 105 | 22 | 40 | 474 | 65 | 54 |
| Binary | 10101101 | 110101 | 10001101 | 0 | 1000101 | 10010 | 100000 | 100111100 | 110101 | 101100 |
Color Harmonies of #AD358D
Complementary color
Monochromatic Colors of #AD358D
Black with #AD358D
Text Example
Text Example
White with #AD358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD358D; }
p { color: rgb(173,53,141); }
H1.HeaderClassName
{
color: #AD358D;
}
.AnyTagClassName
{
color: #AD358D;
}
</style>
background-color css
<style>
a { background-color: #AD358D; }
a { background-color: rgb(173,53,141); }
div.DivClassName
{
background-color: #AD358D;
}
.BgClassName
{
background-color: #AD358D;
}
</style>
border-color css
<style>
span { border-color: #AD358D; }
span { border-color: rgb(173,53,141); }
td.TdClassName
{
border-color: #AD358D;
}
.TagClassName
{
border-color: #AD358D;
}
</style>