Shades of Medium Red Violet #AD2392
Tints of Medium Red Violet #AD2392
RGB
CMYK
RGB Variations
Color information
#AD2392 (or 0xAD2392) is known color: Medium Red Violet. HEX triplet: AD, 23 and 92. RGB value is (173,35,146). Sum of RGB (Red+Green+Blue) = 173+35+146=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2392 is #52DC6D. Grayscale: #585858. Windows color (decimal): -5430382 or 9577389. OLE color: 9577389.
HSL color Cylindrical-coordinate representation of color #AD2392: hue angle of 311.74º 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 #AD2392 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 146 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.32 |
| HSL | 311.74º | 0.66% | 0.41% | - |
| HSV(B) | 311.74º | 0.8% | 0.68% | - |
| XYZ | 23.02 | 12.16 | 28.33 | - |
| YUV | 88.92 | 160.22 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 146 | 0 | 0.80 | 0.16 | 0.32 | 311.74 | 0.66 | 0.41 |
| Hex | AD | 23 | 92 | 0 | 50 | 10 | 20 | 138 | 42 | 29 |
| Octal | 255 | 43 | 222 | 0 | 120 | 20 | 40 | 470 | 102 | 51 |
| Binary | 10101101 | 100011 | 10010010 | 0 | 1010000 | 10000 | 100000 | 100111000 | 1000010 | 101001 |
Color Harmonies of #AD2392
Complementary color
Monochromatic Colors of #AD2392
Black with #AD2392
Text Example
Text Example
White with #AD2392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2392; }
p { color: rgb(173,35,146); }
H1.HeaderClassName
{
color: #AD2392;
}
.AnyTagClassName
{
color: #AD2392;
}
</style>
background-color css
<style>
a { background-color: #AD2392; }
a { background-color: rgb(173,35,146); }
div.DivClassName
{
background-color: #AD2392;
}
.BgClassName
{
background-color: #AD2392;
}
</style>
border-color css
<style>
span { border-color: #AD2392; }
span { border-color: rgb(173,35,146); }
td.TdClassName
{
border-color: #AD2392;
}
.TagClassName
{
border-color: #AD2392;
}
</style>