Shades of Medium Red Violet #A9329E
Tints of Medium Red Violet #A9329E
RGB
CMYK
RGB Variations
Color information
#A9329E (or 0xA9329E) is known color: Medium Red Violet. HEX triplet: A9, 32 and 9E. RGB value is (169,50,158). Sum of RGB (Red+Green+Blue) = 169+50+158=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A9329E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9329E is #56CD61. Grayscale: #616161. Windows color (decimal): -5688674 or 10367657. OLE color: 10367657.
HSL color Cylindrical-coordinate representation of color #A9329E: hue angle of 305.55º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A9329E is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 50 | 158 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.34 |
| HSL | 305.55º | 0.54% | 0.43% | - |
| HSV(B) | 305.55º | 0.7% | 0.66% | - |
| XYZ | 23.67 | 13.18 | 33.64 | - |
| YUV | 97.89 | 161.92 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 50 | 158 | 0 | 0.70 | 0.07 | 0.34 | 305.55 | 0.54 | 0.43 |
| Hex | A9 | 32 | 9E | 0 | 46 | 7 | 22 | 132 | 36 | 2B |
| Octal | 251 | 62 | 236 | 0 | 106 | 7 | 42 | 462 | 66 | 53 |
| Binary | 10101001 | 110010 | 10011110 | 0 | 1000110 | 111 | 100010 | 100110010 | 110110 | 101011 |
Color Harmonies of #A9329E
Complementary color
Monochromatic Colors of #A9329E
Black with #A9329E
Text Example
Text Example
White with #A9329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9329E; }
p { color: rgb(169,50,158); }
H1.HeaderClassName
{
color: #A9329E;
}
.AnyTagClassName
{
color: #A9329E;
}
</style>
background-color css
<style>
a { background-color: #A9329E; }
a { background-color: rgb(169,50,158); }
div.DivClassName
{
background-color: #A9329E;
}
.BgClassName
{
background-color: #A9329E;
}
</style>
border-color css
<style>
span { border-color: #A9329E; }
span { border-color: rgb(169,50,158); }
td.TdClassName
{
border-color: #A9329E;
}
.TagClassName
{
border-color: #A9329E;
}
</style>