Shades of Medium Red Violet #AD3582
Tints of Medium Red Violet #AD3582
RGB
CMYK
RGB Variations
Color information
#AD3582 (or 0xAD3582) is known color: Medium Red Violet. HEX triplet: AD, 35 and 82. RGB value is (173,53,130). Sum of RGB (Red+Green+Blue) = 173+53+130=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3582 is #52CA7D. Grayscale: #616161. Windows color (decimal): -5425790 or 8533421. OLE color: 8533421.
HSL color Cylindrical-coordinate representation of color #AD3582: hue angle of 321.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 #AD3582 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 130 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.32 |
| HSL | 321.5º | 0.53% | 0.44% | - |
| HSV(B) | 321.5º | 0.69% | 0.68% | - |
| XYZ | 22.54 | 13.04 | 22.45 | - |
| YUV | 97.66 | 146.26 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 130 | 0 | 0.69 | 0.25 | 0.32 | 321.5 | 0.53 | 0.44 |
| Hex | AD | 35 | 82 | 0 | 45 | 19 | 20 | 142 | 35 | 2C |
| Octal | 255 | 65 | 202 | 0 | 105 | 31 | 40 | 502 | 65 | 54 |
| Binary | 10101101 | 110101 | 10000010 | 0 | 1000101 | 11001 | 100000 | 101000010 | 110101 | 101100 |
Color Harmonies of #AD3582
Complementary color
Monochromatic Colors of #AD3582
Black with #AD3582
Text Example
Text Example
White with #AD3582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3582; }
p { color: rgb(173,53,130); }
H1.HeaderClassName
{
color: #AD3582;
}
.AnyTagClassName
{
color: #AD3582;
}
</style>
background-color css
<style>
a { background-color: #AD3582; }
a { background-color: rgb(173,53,130); }
div.DivClassName
{
background-color: #AD3582;
}
.BgClassName
{
background-color: #AD3582;
}
</style>
border-color css
<style>
span { border-color: #AD3582; }
span { border-color: rgb(173,53,130); }
td.TdClassName
{
border-color: #AD3582;
}
.TagClassName
{
border-color: #AD3582;
}
</style>