Shades of Medium Red Violet #AD3286
Tints of Medium Red Violet #AD3286
RGB
CMYK
RGB Variations
Color information
#AD3286 (or 0xAD3286) is known color: Medium Red Violet. HEX triplet: AD, 32 and 86. RGB value is (173,50,134). Sum of RGB (Red+Green+Blue) = 173+50+134=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3286 is #52CD79. Grayscale: #606060. Windows color (decimal): -5426554 or 8794797. OLE color: 8794797.
HSL color Cylindrical-coordinate representation of color #AD3286: hue angle of 319.02º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3286 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 134 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.32 |
| HSL | 319.02º | 0.55% | 0.44% | - |
| HSV(B) | 319.02º | 0.71% | 0.68% | - |
| XYZ | 22.68 | 12.89 | 23.85 | - |
| YUV | 96.35 | 149.25 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 134 | 0 | 0.71 | 0.23 | 0.32 | 319.02 | 0.55 | 0.44 |
| Hex | AD | 32 | 86 | 0 | 47 | 17 | 20 | 13F | 37 | 2C |
| Octal | 255 | 62 | 206 | 0 | 107 | 27 | 40 | 477 | 67 | 54 |
| Binary | 10101101 | 110010 | 10000110 | 0 | 1000111 | 10111 | 100000 | 100111111 | 110111 | 101100 |
Color Harmonies of #AD3286
Complementary color
Monochromatic Colors of #AD3286
Black with #AD3286
Text Example
Text Example
White with #AD3286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3286; }
p { color: rgb(173,50,134); }
H1.HeaderClassName
{
color: #AD3286;
}
.AnyTagClassName
{
color: #AD3286;
}
</style>
background-color css
<style>
a { background-color: #AD3286; }
a { background-color: rgb(173,50,134); }
div.DivClassName
{
background-color: #AD3286;
}
.BgClassName
{
background-color: #AD3286;
}
</style>
border-color css
<style>
span { border-color: #AD3286; }
span { border-color: rgb(173,50,134); }
td.TdClassName
{
border-color: #AD3286;
}
.TagClassName
{
border-color: #AD3286;
}
</style>