Shades of Medium Red Violet #AD4392
Tints of Medium Red Violet #AD4392
RGB
CMYK
RGB Variations
Color information
#AD4392 (or 0xAD4392) is known color: Medium Red Violet. HEX triplet: AD, 43 and 92. RGB value is (173,67,146). Sum of RGB (Red+Green+Blue) = 173+67+146=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4392 is #52BC6D. Grayscale: #6B6B6B. Windows color (decimal): -5422190 or 9585581. OLE color: 9585581.
HSL color Cylindrical-coordinate representation of color #AD4392: hue angle of 315.28º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4392 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 146 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.32 |
| HSL | 315.28º | 0.44% | 0.47% | - |
| HSV(B) | 315.28º | 0.61% | 0.68% | - |
| XYZ | 24.43 | 14.97 | 28.8 | - |
| YUV | 107.7 | 149.62 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 146 | 0 | 0.61 | 0.16 | 0.32 | 315.28 | 0.44 | 0.47 |
| Hex | AD | 43 | 92 | 0 | 3D | 10 | 20 | 13B | 2C | 2F |
| Octal | 255 | 103 | 222 | 0 | 75 | 20 | 40 | 473 | 54 | 57 |
| Binary | 10101101 | 1000011 | 10010010 | 0 | 111101 | 10000 | 100000 | 100111011 | 101100 | 101111 |
Color Harmonies of #AD4392
Complementary color
Monochromatic Colors of #AD4392
Black with #AD4392
Text Example
Text Example
White with #AD4392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4392; }
p { color: rgb(173,67,146); }
H1.HeaderClassName
{
color: #AD4392;
}
.AnyTagClassName
{
color: #AD4392;
}
</style>
background-color css
<style>
a { background-color: #AD4392; }
a { background-color: rgb(173,67,146); }
div.DivClassName
{
background-color: #AD4392;
}
.BgClassName
{
background-color: #AD4392;
}
</style>
border-color css
<style>
span { border-color: #AD4392; }
span { border-color: rgb(173,67,146); }
td.TdClassName
{
border-color: #AD4392;
}
.TagClassName
{
border-color: #AD4392;
}
</style>