Shades of Medium Red Violet #AD349D
Tints of Medium Red Violet #AD349D
RGB
CMYK
RGB Variations
Color information
#AD349D (or 0xAD349D) is known color: Medium Red Violet. HEX triplet: AD, 34 and 9D. RGB value is (173,52,157). Sum of RGB (Red+Green+Blue) = 173+52+157=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD349D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD349D is #52CB62. Grayscale: #636363. Windows color (decimal): -5426019 or 10302637. OLE color: 10302637.
HSL color Cylindrical-coordinate representation of color #AD349D: hue angle of 307.93º 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 #AD349D is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 157 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.32 |
| HSL | 307.93º | 0.54% | 0.44% | - |
| HSV(B) | 307.93º | 0.7% | 0.68% | - |
| XYZ | 24.55 | 13.77 | 33.26 | - |
| YUV | 100.15 | 160.09 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 157 | 0 | 0.70 | 0.09 | 0.32 | 307.93 | 0.54 | 0.44 |
| Hex | AD | 34 | 9D | 0 | 46 | 9 | 20 | 134 | 36 | 2C |
| Octal | 255 | 64 | 235 | 0 | 106 | 11 | 40 | 464 | 66 | 54 |
| Binary | 10101101 | 110100 | 10011101 | 0 | 1000110 | 1001 | 100000 | 100110100 | 110110 | 101100 |
Color Harmonies of #AD349D
Complementary color
Monochromatic Colors of #AD349D
Black with #AD349D
Text Example
Text Example
White with #AD349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD349D; }
p { color: rgb(173,52,157); }
H1.HeaderClassName
{
color: #AD349D;
}
.AnyTagClassName
{
color: #AD349D;
}
</style>
background-color css
<style>
a { background-color: #AD349D; }
a { background-color: rgb(173,52,157); }
div.DivClassName
{
background-color: #AD349D;
}
.BgClassName
{
background-color: #AD349D;
}
</style>
border-color css
<style>
span { border-color: #AD349D; }
span { border-color: rgb(173,52,157); }
td.TdClassName
{
border-color: #AD349D;
}
.TagClassName
{
border-color: #AD349D;
}
</style>