Shades of Medium Red Violet #AD2492
Tints of Medium Red Violet #AD2492
RGB
CMYK
RGB Variations
Color information
#AD2492 (or 0xAD2492) is known color: Medium Red Violet. HEX triplet: AD, 24 and 92. RGB value is (173,36,146). Sum of RGB (Red+Green+Blue) = 173+36+146=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2492 is #52DB6D. Grayscale: #595959. Windows color (decimal): -5430126 or 9577645. OLE color: 9577645.
HSL color Cylindrical-coordinate representation of color #AD2492: hue angle of 311.82º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2492 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 146 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.32 |
| HSL | 311.82º | 0.66% | 0.41% | - |
| HSV(B) | 311.82º | 0.79% | 0.68% | - |
| XYZ | 23.05 | 12.22 | 28.34 | - |
| YUV | 89.5 | 159.89 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 146 | 0 | 0.79 | 0.16 | 0.32 | 311.82 | 0.66 | 0.41 |
| Hex | AD | 24 | 92 | 0 | 4F | 10 | 20 | 138 | 42 | 29 |
| Octal | 255 | 44 | 222 | 0 | 117 | 20 | 40 | 470 | 102 | 51 |
| Binary | 10101101 | 100100 | 10010010 | 0 | 1001111 | 10000 | 100000 | 100111000 | 1000010 | 101001 |
Color Harmonies of #AD2492
Complementary color
Monochromatic Colors of #AD2492
Black with #AD2492
Text Example
Text Example
White with #AD2492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2492; }
p { color: rgb(173,36,146); }
H1.HeaderClassName
{
color: #AD2492;
}
.AnyTagClassName
{
color: #AD2492;
}
</style>
background-color css
<style>
a { background-color: #AD2492; }
a { background-color: rgb(173,36,146); }
div.DivClassName
{
background-color: #AD2492;
}
.BgClassName
{
background-color: #AD2492;
}
</style>
border-color css
<style>
span { border-color: #AD2492; }
span { border-color: rgb(173,36,146); }
td.TdClassName
{
border-color: #AD2492;
}
.TagClassName
{
border-color: #AD2492;
}
</style>