Shades of Medium Red Violet #AD3396
Tints of Medium Red Violet #AD3396
RGB
CMYK
RGB Variations
Color information
#AD3396 (or 0xAD3396) is known color: Medium Red Violet. HEX triplet: AD, 33 and 96. RGB value is (173,51,150). Sum of RGB (Red+Green+Blue) = 173+51+150=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3396 is #52CC69. Grayscale: #626262. Windows color (decimal): -5426282 or 9843629. OLE color: 9843629.
HSL color Cylindrical-coordinate representation of color #AD3396: hue angle of 311.31º degrees, saturation: 0.54, 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 #AD3396 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 150 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.32 |
| HSL | 311.31º | 0.54% | 0.44% | - |
| HSV(B) | 311.31º | 0.71% | 0.68% | - |
| XYZ | 23.92 | 13.45 | 30.19 | - |
| YUV | 98.76 | 156.92 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 150 | 0 | 0.71 | 0.13 | 0.32 | 311.31 | 0.54 | 0.44 |
| Hex | AD | 33 | 96 | 0 | 47 | D | 20 | 137 | 36 | 2C |
| Octal | 255 | 63 | 226 | 0 | 107 | 15 | 40 | 467 | 66 | 54 |
| Binary | 10101101 | 110011 | 10010110 | 0 | 1000111 | 1101 | 100000 | 100110111 | 110110 | 101100 |
Color Harmonies of #AD3396
Complementary color
Monochromatic Colors of #AD3396
Black with #AD3396
Text Example
Text Example
White with #AD3396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3396; }
p { color: rgb(173,51,150); }
H1.HeaderClassName
{
color: #AD3396;
}
.AnyTagClassName
{
color: #AD3396;
}
</style>
background-color css
<style>
a { background-color: #AD3396; }
a { background-color: rgb(173,51,150); }
div.DivClassName
{
background-color: #AD3396;
}
.BgClassName
{
background-color: #AD3396;
}
</style>
border-color css
<style>
span { border-color: #AD3396; }
span { border-color: rgb(173,51,150); }
td.TdClassName
{
border-color: #AD3396;
}
.TagClassName
{
border-color: #AD3396;
}
</style>