Shades of Medium Red Violet #AD4493
Tints of Medium Red Violet #AD4493
RGB
CMYK
RGB Variations
Color information
#AD4493 (or 0xAD4493) is known color: Medium Red Violet. HEX triplet: AD, 44 and 93. RGB value is (173,68,147). Sum of RGB (Red+Green+Blue) = 173+68+147=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4493 is #52BB6C. Grayscale: #6C6C6C. Windows color (decimal): -5421933 or 9651373. OLE color: 9651373.
HSL color Cylindrical-coordinate representation of color #AD4493: hue angle of 314.86º 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 #AD4493 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 147 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.32 |
| HSL | 314.86º | 0.44% | 0.47% | - |
| HSV(B) | 314.86º | 0.61% | 0.68% | - |
| XYZ | 24.57 | 15.13 | 29.23 | - |
| YUV | 108.4 | 149.79 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 147 | 0 | 0.61 | 0.15 | 0.32 | 314.86 | 0.44 | 0.47 |
| Hex | AD | 44 | 93 | 0 | 3D | F | 20 | 13B | 2C | 2F |
| Octal | 255 | 104 | 223 | 0 | 75 | 17 | 40 | 473 | 54 | 57 |
| Binary | 10101101 | 1000100 | 10010011 | 0 | 111101 | 1111 | 100000 | 100111011 | 101100 | 101111 |
Color Harmonies of #AD4493
Complementary color
Monochromatic Colors of #AD4493
Black with #AD4493
Text Example
Text Example
White with #AD4493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4493; }
p { color: rgb(173,68,147); }
H1.HeaderClassName
{
color: #AD4493;
}
.AnyTagClassName
{
color: #AD4493;
}
</style>
background-color css
<style>
a { background-color: #AD4493; }
a { background-color: rgb(173,68,147); }
div.DivClassName
{
background-color: #AD4493;
}
.BgClassName
{
background-color: #AD4493;
}
</style>
border-color css
<style>
span { border-color: #AD4493; }
span { border-color: rgb(173,68,147); }
td.TdClassName
{
border-color: #AD4493;
}
.TagClassName
{
border-color: #AD4493;
}
</style>