Shades of Medium Red Violet #AD3393
Tints of Medium Red Violet #AD3393
RGB
CMYK
RGB Variations
Color information
#AD3393 (or 0xAD3393) is known color: Medium Red Violet. HEX triplet: AD, 33 and 93. RGB value is (173,51,147). Sum of RGB (Red+Green+Blue) = 173+51+147=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3393 is #52CC6C. Grayscale: #626262. Windows color (decimal): -5426285 or 9647021. OLE color: 9647021.
HSL color Cylindrical-coordinate representation of color #AD3393: hue angle of 312.79º 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 #AD3393 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 147 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.32 |
| HSL | 312.79º | 0.54% | 0.44% | - |
| HSV(B) | 312.79º | 0.71% | 0.68% | - |
| XYZ | 23.68 | 13.36 | 28.93 | - |
| YUV | 98.42 | 155.42 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 147 | 0 | 0.71 | 0.15 | 0.32 | 312.79 | 0.54 | 0.44 |
| Hex | AD | 33 | 93 | 0 | 47 | F | 20 | 139 | 36 | 2C |
| Octal | 255 | 63 | 223 | 0 | 107 | 17 | 40 | 471 | 66 | 54 |
| Binary | 10101101 | 110011 | 10010011 | 0 | 1000111 | 1111 | 100000 | 100111001 | 110110 | 101100 |
Color Harmonies of #AD3393
Complementary color
Monochromatic Colors of #AD3393
Black with #AD3393
Text Example
Text Example
White with #AD3393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3393; }
p { color: rgb(173,51,147); }
H1.HeaderClassName
{
color: #AD3393;
}
.AnyTagClassName
{
color: #AD3393;
}
</style>
background-color css
<style>
a { background-color: #AD3393; }
a { background-color: rgb(173,51,147); }
div.DivClassName
{
background-color: #AD3393;
}
.BgClassName
{
background-color: #AD3393;
}
</style>
border-color css
<style>
span { border-color: #AD3393; }
span { border-color: rgb(173,51,147); }
td.TdClassName
{
border-color: #AD3393;
}
.TagClassName
{
border-color: #AD3393;
}
</style>