Shades of Medium Red Violet #AD329C
Tints of Medium Red Violet #AD329C
RGB
CMYK
RGB Variations
Color information
#AD329C (or 0xAD329C) is known color: Medium Red Violet. HEX triplet: AD, 32 and 9C. RGB value is (173,50,156). Sum of RGB (Red+Green+Blue) = 173+50+156=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD329C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD329C is #52CD63. Grayscale: #626262. Windows color (decimal): -5426532 or 10236589. OLE color: 10236589.
HSL color Cylindrical-coordinate representation of color #AD329C: hue angle of 308.29º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD329C is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 156 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.32 |
| HSL | 308.29º | 0.55% | 0.44% | - |
| HSV(B) | 308.29º | 0.71% | 0.68% | - |
| XYZ | 24.37 | 13.57 | 32.79 | - |
| YUV | 98.86 | 160.25 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 156 | 0 | 0.71 | 0.10 | 0.32 | 308.29 | 0.55 | 0.44 |
| Hex | AD | 32 | 9C | 0 | 47 | A | 20 | 134 | 37 | 2C |
| Octal | 255 | 62 | 234 | 0 | 107 | 12 | 40 | 464 | 67 | 54 |
| Binary | 10101101 | 110010 | 10011100 | 0 | 1000111 | 1010 | 100000 | 100110100 | 110111 | 101100 |
Color Harmonies of #AD329C
Complementary color
Monochromatic Colors of #AD329C
Black with #AD329C
Text Example
Text Example
White with #AD329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD329C; }
p { color: rgb(173,50,156); }
H1.HeaderClassName
{
color: #AD329C;
}
.AnyTagClassName
{
color: #AD329C;
}
</style>
background-color css
<style>
a { background-color: #AD329C; }
a { background-color: rgb(173,50,156); }
div.DivClassName
{
background-color: #AD329C;
}
.BgClassName
{
background-color: #AD329C;
}
</style>
border-color css
<style>
span { border-color: #AD329C; }
span { border-color: rgb(173,50,156); }
td.TdClassName
{
border-color: #AD329C;
}
.TagClassName
{
border-color: #AD329C;
}
</style>