Shades of Medium Red Violet #AD3F96
Tints of Medium Red Violet #AD3F96
RGB
CMYK
RGB Variations
Color information
#AD3F96 (or 0xAD3F96) is known color: Medium Red Violet. HEX triplet: AD, 3F and 96. RGB value is (173,63,150). Sum of RGB (Red+Green+Blue) = 173+63+150=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3F96 is #52C069. Grayscale: #696969. Windows color (decimal): -5423210 or 9846701. OLE color: 9846701.
HSL color Cylindrical-coordinate representation of color #AD3F96: hue angle of 312.55º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD3F96 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 63 | 150 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.32 |
| HSL | 312.55º | 0.47% | 0.46% | - |
| HSV(B) | 312.55º | 0.64% | 0.68% | - |
| XYZ | 24.52 | 14.64 | 30.39 | - |
| YUV | 105.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 63 | 150 | 0 | 0.64 | 0.13 | 0.32 | 312.55 | 0.47 | 0.46 |
| Hex | AD | 3F | 96 | 0 | 40 | D | 20 | 139 | 2F | 2E |
| Octal | 255 | 77 | 226 | 0 | 100 | 15 | 40 | 471 | 57 | 56 |
| Binary | 10101101 | 111111 | 10010110 | 0 | 1000000 | 1101 | 100000 | 100111001 | 101111 | 101110 |
Color Harmonies of #AD3F96
Complementary color
Monochromatic Colors of #AD3F96
Black with #AD3F96
Text Example
Text Example
White with #AD3F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3F96; }
p { color: rgb(173,63,150); }
H1.HeaderClassName
{
color: #AD3F96;
}
.AnyTagClassName
{
color: #AD3F96;
}
</style>
background-color css
<style>
a { background-color: #AD3F96; }
a { background-color: rgb(173,63,150); }
div.DivClassName
{
background-color: #AD3F96;
}
.BgClassName
{
background-color: #AD3F96;
}
</style>
border-color css
<style>
span { border-color: #AD3F96; }
span { border-color: rgb(173,63,150); }
td.TdClassName
{
border-color: #AD3F96;
}
.TagClassName
{
border-color: #AD3F96;
}
</style>