Shades of Medium Red Violet #AD358B
Tints of Medium Red Violet #AD358B
RGB
CMYK
RGB Variations
Color information
#AD358B (or 0xAD358B) is known color: Medium Red Violet. HEX triplet: AD, 35 and 8B. RGB value is (173,53,139). Sum of RGB (Red+Green+Blue) = 173+53+139=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD358B is #52CA74. Grayscale: #626262. Windows color (decimal): -5425781 or 9123245. OLE color: 9123245.
HSL color Cylindrical-coordinate representation of color #AD358B: hue angle of 317º 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 #AD358B is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 139 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.32 |
| HSL | 317º | 0.53% | 0.44% | - |
| HSV(B) | 317º | 0.69% | 0.68% | - |
| XYZ | 23.17 | 13.29 | 25.77 | - |
| YUV | 98.68 | 150.76 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 139 | 0 | 0.69 | 0.20 | 0.32 | 317 | 0.53 | 0.44 |
| Hex | AD | 35 | 8B | 0 | 45 | 14 | 20 | 13D | 35 | 2C |
| Octal | 255 | 65 | 213 | 0 | 105 | 24 | 40 | 475 | 65 | 54 |
| Binary | 10101101 | 110101 | 10001011 | 0 | 1000101 | 10100 | 100000 | 100111101 | 110101 | 101100 |
Color Harmonies of #AD358B
Complementary color
Monochromatic Colors of #AD358B
Black with #AD358B
Text Example
Text Example
White with #AD358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD358B; }
p { color: rgb(173,53,139); }
H1.HeaderClassName
{
color: #AD358B;
}
.AnyTagClassName
{
color: #AD358B;
}
</style>
background-color css
<style>
a { background-color: #AD358B; }
a { background-color: rgb(173,53,139); }
div.DivClassName
{
background-color: #AD358B;
}
.BgClassName
{
background-color: #AD358B;
}
</style>
border-color css
<style>
span { border-color: #AD358B; }
span { border-color: rgb(173,53,139); }
td.TdClassName
{
border-color: #AD358B;
}
.TagClassName
{
border-color: #AD358B;
}
</style>