Shades of Medium Red Violet #AD3096
Tints of Medium Red Violet #AD3096
RGB
CMYK
RGB Variations
Color information
#AD3096 (or 0xAD3096) is known color: Medium Red Violet. HEX triplet: AD, 30 and 96. RGB value is (173,48,150). Sum of RGB (Red+Green+Blue) = 173+48+150=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3096 is #52CF69. Grayscale: #606060. Windows color (decimal): -5427050 or 9842861. OLE color: 9842861.
HSL color Cylindrical-coordinate representation of color #AD3096: hue angle of 311.04º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3096 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 48 | 150 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.32 |
| HSL | 311.04º | 0.57% | 0.43% | - |
| HSV(B) | 311.04º | 0.72% | 0.68% | - |
| XYZ | 23.8 | 13.2 | 30.15 | - |
| YUV | 97 | 157.91 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 150 | 0 | 0.72 | 0.13 | 0.32 | 311.04 | 0.57 | 0.43 |
| Hex | AD | 30 | 96 | 0 | 48 | D | 20 | 137 | 39 | 2B |
| Octal | 255 | 60 | 226 | 0 | 110 | 15 | 40 | 467 | 71 | 53 |
| Binary | 10101101 | 110000 | 10010110 | 0 | 1001000 | 1101 | 100000 | 100110111 | 111001 | 101011 |
Color Harmonies of #AD3096
Complementary color
Monochromatic Colors of #AD3096
Black with #AD3096
Text Example
Text Example
White with #AD3096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3096; }
p { color: rgb(173,48,150); }
H1.HeaderClassName
{
color: #AD3096;
}
.AnyTagClassName
{
color: #AD3096;
}
</style>
background-color css
<style>
a { background-color: #AD3096; }
a { background-color: rgb(173,48,150); }
div.DivClassName
{
background-color: #AD3096;
}
.BgClassName
{
background-color: #AD3096;
}
</style>
border-color css
<style>
span { border-color: #AD3096; }
span { border-color: rgb(173,48,150); }
td.TdClassName
{
border-color: #AD3096;
}
.TagClassName
{
border-color: #AD3096;
}
</style>