Shades of Medium Red Violet #AD359D
Tints of Medium Red Violet #AD359D
RGB
CMYK
RGB Variations
Color information
#AD359D (or 0xAD359D) is known color: Medium Red Violet. HEX triplet: AD, 35 and 9D. RGB value is (173,53,157). Sum of RGB (Red+Green+Blue) = 173+53+157=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD359D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD359D is #52CA62. Grayscale: #646464. Windows color (decimal): -5425763 or 10302893. OLE color: 10302893.
HSL color Cylindrical-coordinate representation of color #AD359D: hue angle of 308º 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 #AD359D is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 157 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.32 |
| HSL | 308º | 0.53% | 0.44% | - |
| HSV(B) | 308º | 0.69% | 0.68% | - |
| XYZ | 24.59 | 13.86 | 33.28 | - |
| YUV | 100.74 | 159.76 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 157 | 0 | 0.69 | 0.09 | 0.32 | 308 | 0.53 | 0.44 |
| Hex | AD | 35 | 9D | 0 | 45 | 9 | 20 | 134 | 35 | 2C |
| Octal | 255 | 65 | 235 | 0 | 105 | 11 | 40 | 464 | 65 | 54 |
| Binary | 10101101 | 110101 | 10011101 | 0 | 1000101 | 1001 | 100000 | 100110100 | 110101 | 101100 |
Color Harmonies of #AD359D
Complementary color
Monochromatic Colors of #AD359D
Black with #AD359D
Text Example
Text Example
White with #AD359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD359D; }
p { color: rgb(173,53,157); }
H1.HeaderClassName
{
color: #AD359D;
}
.AnyTagClassName
{
color: #AD359D;
}
</style>
background-color css
<style>
a { background-color: #AD359D; }
a { background-color: rgb(173,53,157); }
div.DivClassName
{
background-color: #AD359D;
}
.BgClassName
{
background-color: #AD359D;
}
</style>
border-color css
<style>
span { border-color: #AD359D; }
span { border-color: rgb(173,53,157); }
td.TdClassName
{
border-color: #AD359D;
}
.TagClassName
{
border-color: #AD359D;
}
</style>