Shades of Medium Red Violet #AD3282
Tints of Medium Red Violet #AD3282
RGB
CMYK
RGB Variations
Color information
#AD3282 (or 0xAD3282) is known color: Medium Red Violet. HEX triplet: AD, 32 and 82. RGB value is (173,50,130). Sum of RGB (Red+Green+Blue) = 173+50+130=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3282 is #52CD7D. Grayscale: #5F5F5F. Windows color (decimal): -5426558 or 8532653. OLE color: 8532653.
HSL color Cylindrical-coordinate representation of color #AD3282: hue angle of 320.98º 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 #AD3282 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 130 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.32 |
| HSL | 320.98º | 0.55% | 0.44% | - |
| HSV(B) | 320.98º | 0.71% | 0.68% | - |
| XYZ | 22.4 | 12.78 | 22.4 | - |
| YUV | 95.9 | 147.25 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 130 | 0 | 0.71 | 0.25 | 0.32 | 320.98 | 0.55 | 0.44 |
| Hex | AD | 32 | 82 | 0 | 47 | 19 | 20 | 141 | 37 | 2C |
| Octal | 255 | 62 | 202 | 0 | 107 | 31 | 40 | 501 | 67 | 54 |
| Binary | 10101101 | 110010 | 10000010 | 0 | 1000111 | 11001 | 100000 | 101000001 | 110111 | 101100 |
Color Harmonies of #AD3282
Complementary color
Monochromatic Colors of #AD3282
Black with #AD3282
Text Example
Text Example
White with #AD3282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3282; }
p { color: rgb(173,50,130); }
H1.HeaderClassName
{
color: #AD3282;
}
.AnyTagClassName
{
color: #AD3282;
}
</style>
background-color css
<style>
a { background-color: #AD3282; }
a { background-color: rgb(173,50,130); }
div.DivClassName
{
background-color: #AD3282;
}
.BgClassName
{
background-color: #AD3282;
}
</style>
border-color css
<style>
span { border-color: #AD3282; }
span { border-color: rgb(173,50,130); }
td.TdClassName
{
border-color: #AD3282;
}
.TagClassName
{
border-color: #AD3282;
}
</style>