Shades of Medium Red Violet #AD349C
Tints of Medium Red Violet #AD349C
RGB
CMYK
RGB Variations
Color information
#AD349C (or 0xAD349C) is known color: Medium Red Violet. HEX triplet: AD, 34 and 9C. RGB value is (173,52,156). Sum of RGB (Red+Green+Blue) = 173+52+156=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD349C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD349C is #52CB63. Grayscale: #636363. Windows color (decimal): -5426020 or 10237101. OLE color: 10237101.
HSL color Cylindrical-coordinate representation of color #AD349C: hue angle of 308.43º 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 #AD349C is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 156 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.32 |
| HSL | 308.43º | 0.54% | 0.44% | - |
| HSV(B) | 308.43º | 0.7% | 0.68% | - |
| XYZ | 24.46 | 13.74 | 32.82 | - |
| YUV | 100.04 | 159.59 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 156 | 0 | 0.70 | 0.10 | 0.32 | 308.43 | 0.54 | 0.44 |
| Hex | AD | 34 | 9C | 0 | 46 | A | 20 | 134 | 36 | 2C |
| Octal | 255 | 64 | 234 | 0 | 106 | 12 | 40 | 464 | 66 | 54 |
| Binary | 10101101 | 110100 | 10011100 | 0 | 1000110 | 1010 | 100000 | 100110100 | 110110 | 101100 |
Color Harmonies of #AD349C
Complementary color
Monochromatic Colors of #AD349C
Black with #AD349C
Text Example
Text Example
White with #AD349C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD349C; }
p { color: rgb(173,52,156); }
H1.HeaderClassName
{
color: #AD349C;
}
.AnyTagClassName
{
color: #AD349C;
}
</style>
background-color css
<style>
a { background-color: #AD349C; }
a { background-color: rgb(173,52,156); }
div.DivClassName
{
background-color: #AD349C;
}
.BgClassName
{
background-color: #AD349C;
}
</style>
border-color css
<style>
span { border-color: #AD349C; }
span { border-color: rgb(173,52,156); }
td.TdClassName
{
border-color: #AD349C;
}
.TagClassName
{
border-color: #AD349C;
}
</style>