Shades of Medium Red Violet #AD3494
Tints of Medium Red Violet #AD3494
RGB
CMYK
RGB Variations
Color information
#AD3494 (or 0xAD3494) is known color: Medium Red Violet. HEX triplet: AD, 34 and 94. RGB value is (173,52,148). Sum of RGB (Red+Green+Blue) = 173+52+148=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3494 is #52CB6B. Grayscale: #626262. Windows color (decimal): -5426028 or 9712813. OLE color: 9712813.
HSL color Cylindrical-coordinate representation of color #AD3494: hue angle of 312.4º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3494 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 148 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.32 |
| HSL | 312.4º | 0.54% | 0.44% | - |
| HSV(B) | 312.4º | 0.7% | 0.68% | - |
| XYZ | 23.81 | 13.48 | 29.36 | - |
| YUV | 99.12 | 155.59 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 148 | 0 | 0.70 | 0.14 | 0.32 | 312.4 | 0.54 | 0.44 |
| Hex | AD | 34 | 94 | 0 | 46 | E | 20 | 138 | 36 | 2C |
| Octal | 255 | 64 | 224 | 0 | 106 | 16 | 40 | 470 | 66 | 54 |
| Binary | 10101101 | 110100 | 10010100 | 0 | 1000110 | 1110 | 100000 | 100111000 | 110110 | 101100 |
Color Harmonies of #AD3494
Complementary color
Monochromatic Colors of #AD3494
Black with #AD3494
Text Example
Text Example
White with #AD3494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3494; }
p { color: rgb(173,52,148); }
H1.HeaderClassName
{
color: #AD3494;
}
.AnyTagClassName
{
color: #AD3494;
}
</style>
background-color css
<style>
a { background-color: #AD3494; }
a { background-color: rgb(173,52,148); }
div.DivClassName
{
background-color: #AD3494;
}
.BgClassName
{
background-color: #AD3494;
}
</style>
border-color css
<style>
span { border-color: #AD3494; }
span { border-color: rgb(173,52,148); }
td.TdClassName
{
border-color: #AD3494;
}
.TagClassName
{
border-color: #AD3494;
}
</style>