Shades of Medium Red Violet #AD34A0
Tints of Medium Red Violet #AD34A0
RGB
CMYK
RGB Variations
Color information
#AD34A0 (or 0xAD34A0) is known color: Medium Red Violet. HEX triplet: AD, 34 and A0. RGB value is (173,52,160). Sum of RGB (Red+Green+Blue) = 173+52+160=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD34A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD34A0 is #52CB5F. Grayscale: #646464. Windows color (decimal): -5426016 or 10499245. OLE color: 10499245.
HSL color Cylindrical-coordinate representation of color #AD34A0: hue angle of 306.45º 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 #AD34A0 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 160 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.32 |
| HSL | 306.45º | 0.54% | 0.44% | - |
| HSV(B) | 306.45º | 0.7% | 0.68% | - |
| XYZ | 24.81 | 13.88 | 34.63 | - |
| YUV | 100.49 | 161.59 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 160 | 0 | 0.70 | 0.08 | 0.32 | 306.45 | 0.54 | 0.44 |
| Hex | AD | 34 | A0 | 0 | 46 | 8 | 20 | 132 | 36 | 2C |
| Octal | 255 | 64 | 240 | 0 | 106 | 10 | 40 | 462 | 66 | 54 |
| Binary | 10101101 | 110100 | 10100000 | 0 | 1000110 | 1000 | 100000 | 100110010 | 110110 | 101100 |
Color Harmonies of #AD34A0
Complementary color
Monochromatic Colors of #AD34A0
Black with #AD34A0
Text Example
Text Example
White with #AD34A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD34A0; }
p { color: rgb(173,52,160); }
H1.HeaderClassName
{
color: #AD34A0;
}
.AnyTagClassName
{
color: #AD34A0;
}
</style>
background-color css
<style>
a { background-color: #AD34A0; }
a { background-color: rgb(173,52,160); }
div.DivClassName
{
background-color: #AD34A0;
}
.BgClassName
{
background-color: #AD34A0;
}
</style>
border-color css
<style>
span { border-color: #AD34A0; }
span { border-color: rgb(173,52,160); }
td.TdClassName
{
border-color: #AD34A0;
}
.TagClassName
{
border-color: #AD34A0;
}
</style>