Shades of Medium Red Violet #AD3485
Tints of Medium Red Violet #AD3485
RGB
CMYK
RGB Variations
Color information
#AD3485 (or 0xAD3485) is known color: Medium Red Violet. HEX triplet: AD, 34 and 85. RGB value is (173,52,133). Sum of RGB (Red+Green+Blue) = 173+52+133=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3485 is #52CB7A. Grayscale: #616161. Windows color (decimal): -5426043 or 8729773. OLE color: 8729773.
HSL color Cylindrical-coordinate representation of color #AD3485: hue angle of 319.83º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3485 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 133 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.32 |
| HSL | 319.83º | 0.54% | 0.44% | - |
| HSV(B) | 319.83º | 0.7% | 0.68% | - |
| XYZ | 22.7 | 13.03 | 23.51 | - |
| YUV | 97.41 | 148.09 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 133 | 0 | 0.70 | 0.23 | 0.32 | 319.83 | 0.54 | 0.44 |
| Hex | AD | 34 | 85 | 0 | 46 | 17 | 20 | 140 | 36 | 2C |
| Octal | 255 | 64 | 205 | 0 | 106 | 27 | 40 | 500 | 66 | 54 |
| Binary | 10101101 | 110100 | 10000101 | 0 | 1000110 | 10111 | 100000 | 101000000 | 110110 | 101100 |
Color Harmonies of #AD3485
Complementary color
Monochromatic Colors of #AD3485
Black with #AD3485
Text Example
Text Example
White with #AD3485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3485; }
p { color: rgb(173,52,133); }
H1.HeaderClassName
{
color: #AD3485;
}
.AnyTagClassName
{
color: #AD3485;
}
</style>
background-color css
<style>
a { background-color: #AD3485; }
a { background-color: rgb(173,52,133); }
div.DivClassName
{
background-color: #AD3485;
}
.BgClassName
{
background-color: #AD3485;
}
</style>
border-color css
<style>
span { border-color: #AD3485; }
span { border-color: rgb(173,52,133); }
td.TdClassName
{
border-color: #AD3485;
}
.TagClassName
{
border-color: #AD3485;
}
</style>