Shades of Medium Red Violet #AD34A6
Tints of Medium Red Violet #AD34A6
RGB
CMYK
RGB Variations
Color information
#AD34A6 (or 0xAD34A6) is known color: Medium Red Violet. HEX triplet: AD, 34 and A6. RGB value is (173,52,166). Sum of RGB (Red+Green+Blue) = 173+52+166=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD34A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD34A6 is #52CB59. Grayscale: #646464. Windows color (decimal): -5426010 or 10892461. OLE color: 10892461.
HSL color Cylindrical-coordinate representation of color #AD34A6: hue angle of 303.47º 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 #AD34A6 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 166 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.32 |
| HSL | 303.47º | 0.54% | 0.44% | - |
| HSV(B) | 303.47º | 0.7% | 0.68% | - |
| XYZ | 25.34 | 14.09 | 37.46 | - |
| YUV | 101.18 | 164.59 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 166 | 0 | 0.70 | 0.04 | 0.32 | 303.47 | 0.54 | 0.44 |
| Hex | AD | 34 | A6 | 0 | 46 | 4 | 20 | 12F | 36 | 2C |
| Octal | 255 | 64 | 246 | 0 | 106 | 4 | 40 | 457 | 66 | 54 |
| Binary | 10101101 | 110100 | 10100110 | 0 | 1000110 | 100 | 100000 | 100101111 | 110110 | 101100 |
Color Harmonies of #AD34A6
Complementary color
Monochromatic Colors of #AD34A6
Black with #AD34A6
Text Example
Text Example
White with #AD34A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD34A6; }
p { color: rgb(173,52,166); }
H1.HeaderClassName
{
color: #AD34A6;
}
.AnyTagClassName
{
color: #AD34A6;
}
</style>
background-color css
<style>
a { background-color: #AD34A6; }
a { background-color: rgb(173,52,166); }
div.DivClassName
{
background-color: #AD34A6;
}
.BgClassName
{
background-color: #AD34A6;
}
</style>
border-color css
<style>
span { border-color: #AD34A6; }
span { border-color: rgb(173,52,166); }
td.TdClassName
{
border-color: #AD34A6;
}
.TagClassName
{
border-color: #AD34A6;
}
</style>