Shades of Medium Red Violet #AD4092
Tints of Medium Red Violet #AD4092
RGB
CMYK
RGB Variations
Color information
#AD4092 (or 0xAD4092) is known color: Medium Red Violet. HEX triplet: AD, 40 and 92. RGB value is (173,64,146). Sum of RGB (Red+Green+Blue) = 173+64+146=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4092 is #52BF6D. Grayscale: #696969. Windows color (decimal): -5422958 or 9584813. OLE color: 9584813.
HSL color Cylindrical-coordinate representation of color #AD4092: hue angle of 314.86º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4092 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 146 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.32 |
| HSL | 314.86º | 0.46% | 0.46% | - |
| HSV(B) | 314.86º | 0.63% | 0.68% | - |
| XYZ | 24.26 | 14.63 | 28.74 | - |
| YUV | 105.94 | 150.61 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 146 | 0 | 0.63 | 0.16 | 0.32 | 314.86 | 0.46 | 0.46 |
| Hex | AD | 40 | 92 | 0 | 3F | 10 | 20 | 13B | 2E | 2E |
| Octal | 255 | 100 | 222 | 0 | 77 | 20 | 40 | 473 | 56 | 56 |
| Binary | 10101101 | 1000000 | 10010010 | 0 | 111111 | 10000 | 100000 | 100111011 | 101110 | 101110 |
Color Harmonies of #AD4092
Complementary color
Monochromatic Colors of #AD4092
Black with #AD4092
Text Example
Text Example
White with #AD4092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4092; }
p { color: rgb(173,64,146); }
H1.HeaderClassName
{
color: #AD4092;
}
.AnyTagClassName
{
color: #AD4092;
}
</style>
background-color css
<style>
a { background-color: #AD4092; }
a { background-color: rgb(173,64,146); }
div.DivClassName
{
background-color: #AD4092;
}
.BgClassName
{
background-color: #AD4092;
}
</style>
border-color css
<style>
span { border-color: #AD4092; }
span { border-color: rgb(173,64,146); }
td.TdClassName
{
border-color: #AD4092;
}
.TagClassName
{
border-color: #AD4092;
}
</style>