Shades of Medium Red Violet #AD329B
Tints of Medium Red Violet #AD329B
RGB
CMYK
RGB Variations
Color information
#AD329B (or 0xAD329B) is known color: Medium Red Violet. HEX triplet: AD, 32 and 9B. RGB value is (173,50,155). Sum of RGB (Red+Green+Blue) = 173+50+155=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD329B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD329B is #52CD64. Grayscale: #626262. Windows color (decimal): -5426533 or 10171053. OLE color: 10171053.
HSL color Cylindrical-coordinate representation of color #AD329B: hue angle of 308.78º 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 #AD329B is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 155 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.32 |
| HSL | 308.78º | 0.55% | 0.44% | - |
| HSV(B) | 308.78º | 0.71% | 0.68% | - |
| XYZ | 24.29 | 13.53 | 32.34 | - |
| YUV | 98.75 | 159.75 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 155 | 0 | 0.71 | 0.10 | 0.32 | 308.78 | 0.55 | 0.44 |
| Hex | AD | 32 | 9B | 0 | 47 | A | 20 | 135 | 37 | 2C |
| Octal | 255 | 62 | 233 | 0 | 107 | 12 | 40 | 465 | 67 | 54 |
| Binary | 10101101 | 110010 | 10011011 | 0 | 1000111 | 1010 | 100000 | 100110101 | 110111 | 101100 |
Color Harmonies of #AD329B
Complementary color
Monochromatic Colors of #AD329B
Black with #AD329B
Text Example
Text Example
White with #AD329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD329B; }
p { color: rgb(173,50,155); }
H1.HeaderClassName
{
color: #AD329B;
}
.AnyTagClassName
{
color: #AD329B;
}
</style>
background-color css
<style>
a { background-color: #AD329B; }
a { background-color: rgb(173,50,155); }
div.DivClassName
{
background-color: #AD329B;
}
.BgClassName
{
background-color: #AD329B;
}
</style>
border-color css
<style>
span { border-color: #AD329B; }
span { border-color: rgb(173,50,155); }
td.TdClassName
{
border-color: #AD329B;
}
.TagClassName
{
border-color: #AD329B;
}
</style>