Shades of Medium Red Violet #AD4093
Tints of Medium Red Violet #AD4093
RGB
CMYK
RGB Variations
Color information
#AD4093 (or 0xAD4093) is known color: Medium Red Violet. HEX triplet: AD, 40 and 93. RGB value is (173,64,147). Sum of RGB (Red+Green+Blue) = 173+64+147=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4093 is #52BF6C. Grayscale: #696969. Windows color (decimal): -5422957 or 9650349. OLE color: 9650349.
HSL color Cylindrical-coordinate representation of color #AD4093: hue angle of 314.31º 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 #AD4093 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 147 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.32 |
| HSL | 314.31º | 0.46% | 0.46% | - |
| HSV(B) | 314.31º | 0.63% | 0.68% | - |
| XYZ | 24.33 | 14.66 | 29.15 | - |
| YUV | 106.05 | 151.11 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 147 | 0 | 0.63 | 0.15 | 0.32 | 314.31 | 0.46 | 0.46 |
| Hex | AD | 40 | 93 | 0 | 3F | F | 20 | 13A | 2E | 2E |
| Octal | 255 | 100 | 223 | 0 | 77 | 17 | 40 | 472 | 56 | 56 |
| Binary | 10101101 | 1000000 | 10010011 | 0 | 111111 | 1111 | 100000 | 100111010 | 101110 | 101110 |
Color Harmonies of #AD4093
Complementary color
Monochromatic Colors of #AD4093
Black with #AD4093
Text Example
Text Example
White with #AD4093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4093; }
p { color: rgb(173,64,147); }
H1.HeaderClassName
{
color: #AD4093;
}
.AnyTagClassName
{
color: #AD4093;
}
</style>
background-color css
<style>
a { background-color: #AD4093; }
a { background-color: rgb(173,64,147); }
div.DivClassName
{
background-color: #AD4093;
}
.BgClassName
{
background-color: #AD4093;
}
</style>
border-color css
<style>
span { border-color: #AD4093; }
span { border-color: rgb(173,64,147); }
td.TdClassName
{
border-color: #AD4093;
}
.TagClassName
{
border-color: #AD4093;
}
</style>