Shades of Medium Red Violet #AD2393
Tints of Medium Red Violet #AD2393
RGB
CMYK
RGB Variations
Color information
#AD2393 (or 0xAD2393) is known color: Medium Red Violet. HEX triplet: AD, 23 and 93. RGB value is (173,35,147). Sum of RGB (Red+Green+Blue) = 173+35+147=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2393 is #52DC6C. Grayscale: #585858. Windows color (decimal): -5430381 or 9642925. OLE color: 9642925.
HSL color Cylindrical-coordinate representation of color #AD2393: hue angle of 311.3º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2393 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 147 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.32 |
| HSL | 311.3º | 0.66% | 0.41% | - |
| HSV(B) | 311.3º | 0.8% | 0.68% | - |
| XYZ | 23.1 | 12.19 | 28.74 | - |
| YUV | 89.03 | 160.72 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 147 | 0 | 0.80 | 0.15 | 0.32 | 311.3 | 0.66 | 0.41 |
| Hex | AD | 23 | 93 | 0 | 50 | F | 20 | 137 | 42 | 29 |
| Octal | 255 | 43 | 223 | 0 | 120 | 17 | 40 | 467 | 102 | 51 |
| Binary | 10101101 | 100011 | 10010011 | 0 | 1010000 | 1111 | 100000 | 100110111 | 1000010 | 101001 |
Color Harmonies of #AD2393
Complementary color
Monochromatic Colors of #AD2393
Black with #AD2393
Text Example
Text Example
White with #AD2393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2393; }
p { color: rgb(173,35,147); }
H1.HeaderClassName
{
color: #AD2393;
}
.AnyTagClassName
{
color: #AD2393;
}
</style>
background-color css
<style>
a { background-color: #AD2393; }
a { background-color: rgb(173,35,147); }
div.DivClassName
{
background-color: #AD2393;
}
.BgClassName
{
background-color: #AD2393;
}
</style>
border-color css
<style>
span { border-color: #AD2393; }
span { border-color: rgb(173,35,147); }
td.TdClassName
{
border-color: #AD2393;
}
.TagClassName
{
border-color: #AD2393;
}
</style>