Shades of Medium Red Violet #AD329A
Tints of Medium Red Violet #AD329A
RGB
CMYK
RGB Variations
Color information
#AD329A (or 0xAD329A) is known color: Medium Red Violet. HEX triplet: AD, 32 and 9A. RGB value is (173,50,154). Sum of RGB (Red+Green+Blue) = 173+50+154=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD329A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD329A is #52CD65. Grayscale: #626262. Windows color (decimal): -5426534 or 10105517. OLE color: 10105517.
HSL color Cylindrical-coordinate representation of color #AD329A: hue angle of 309.27º 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 #AD329A is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 154 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.32 |
| HSL | 309.27º | 0.55% | 0.44% | - |
| HSV(B) | 309.27º | 0.71% | 0.68% | - |
| XYZ | 24.21 | 13.5 | 31.9 | - |
| YUV | 98.63 | 159.25 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 154 | 0 | 0.71 | 0.11 | 0.32 | 309.27 | 0.55 | 0.44 |
| Hex | AD | 32 | 9A | 0 | 47 | B | 20 | 135 | 37 | 2C |
| Octal | 255 | 62 | 232 | 0 | 107 | 13 | 40 | 465 | 67 | 54 |
| Binary | 10101101 | 110010 | 10011010 | 0 | 1000111 | 1011 | 100000 | 100110101 | 110111 | 101100 |
Color Harmonies of #AD329A
Complementary color
Monochromatic Colors of #AD329A
Black with #AD329A
Text Example
Text Example
White with #AD329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD329A; }
p { color: rgb(173,50,154); }
H1.HeaderClassName
{
color: #AD329A;
}
.AnyTagClassName
{
color: #AD329A;
}
</style>
background-color css
<style>
a { background-color: #AD329A; }
a { background-color: rgb(173,50,154); }
div.DivClassName
{
background-color: #AD329A;
}
.BgClassName
{
background-color: #AD329A;
}
</style>
border-color css
<style>
span { border-color: #AD329A; }
span { border-color: rgb(173,50,154); }
td.TdClassName
{
border-color: #AD329A;
}
.TagClassName
{
border-color: #AD329A;
}
</style>