Shades of Medium Red Violet #AD3392
Tints of Medium Red Violet #AD3392
RGB
CMYK
RGB Variations
Color information
#AD3392 (or 0xAD3392) is known color: Medium Red Violet. HEX triplet: AD, 33 and 92. RGB value is (173,51,146). Sum of RGB (Red+Green+Blue) = 173+51+146=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3392 is #52CC6D. Grayscale: #626262. Windows color (decimal): -5426286 or 9581485. OLE color: 9581485.
HSL color Cylindrical-coordinate representation of color #AD3392: hue angle of 313.28º 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 #AD3392 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 146 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.32 |
| HSL | 313.28º | 0.54% | 0.44% | - |
| HSV(B) | 313.28º | 0.71% | 0.68% | - |
| XYZ | 23.61 | 13.33 | 28.52 | - |
| YUV | 98.31 | 154.92 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 146 | 0 | 0.71 | 0.16 | 0.32 | 313.28 | 0.54 | 0.44 |
| Hex | AD | 33 | 92 | 0 | 47 | 10 | 20 | 139 | 36 | 2C |
| Octal | 255 | 63 | 222 | 0 | 107 | 20 | 40 | 471 | 66 | 54 |
| Binary | 10101101 | 110011 | 10010010 | 0 | 1000111 | 10000 | 100000 | 100111001 | 110110 | 101100 |
Color Harmonies of #AD3392
Complementary color
Monochromatic Colors of #AD3392
Black with #AD3392
Text Example
Text Example
White with #AD3392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3392; }
p { color: rgb(173,51,146); }
H1.HeaderClassName
{
color: #AD3392;
}
.AnyTagClassName
{
color: #AD3392;
}
</style>
background-color css
<style>
a { background-color: #AD3392; }
a { background-color: rgb(173,51,146); }
div.DivClassName
{
background-color: #AD3392;
}
.BgClassName
{
background-color: #AD3392;
}
</style>
border-color css
<style>
span { border-color: #AD3392; }
span { border-color: rgb(173,51,146); }
td.TdClassName
{
border-color: #AD3392;
}
.TagClassName
{
border-color: #AD3392;
}
</style>