Shades of Medium Red Violet #A4329A
Tints of Medium Red Violet #A4329A
RGB
CMYK
RGB Variations
Color information
#A4329A (or 0xA4329A) is known color: Medium Red Violet. HEX triplet: A4, 32 and 9A. RGB value is (164,50,154). Sum of RGB (Red+Green+Blue) = 164+50+154=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A4329A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4329A is #5BCD65. Grayscale: #5F5F5F. Windows color (decimal): -6016358 or 10105508. OLE color: 10105508.
HSL color Cylindrical-coordinate representation of color #A4329A: hue angle of 305.26º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A4329A is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 50 | 154 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.36 |
| HSL | 305.26º | 0.53% | 0.42% | - |
| HSV(B) | 305.26º | 0.7% | 0.64% | - |
| XYZ | 22.28 | 12.51 | 31.81 | - |
| YUV | 95.94 | 160.77 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 50 | 154 | 0 | 0.70 | 0.06 | 0.36 | 305.26 | 0.53 | 0.42 |
| Hex | A4 | 32 | 9A | 0 | 46 | 6 | 24 | 131 | 35 | 2A |
| Octal | 244 | 62 | 232 | 0 | 106 | 6 | 44 | 461 | 65 | 52 |
| Binary | 10100100 | 110010 | 10011010 | 0 | 1000110 | 110 | 100100 | 100110001 | 110101 | 101010 |
Color Harmonies of #A4329A
Complementary color
Monochromatic Colors of #A4329A
Black with #A4329A
Text Example
Text Example
White with #A4329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4329A; }
p { color: rgb(164,50,154); }
H1.HeaderClassName
{
color: #A4329A;
}
.AnyTagClassName
{
color: #A4329A;
}
</style>
background-color css
<style>
a { background-color: #A4329A; }
a { background-color: rgb(164,50,154); }
div.DivClassName
{
background-color: #A4329A;
}
.BgClassName
{
background-color: #A4329A;
}
</style>
border-color css
<style>
span { border-color: #A4329A; }
span { border-color: rgb(164,50,154); }
td.TdClassName
{
border-color: #A4329A;
}
.TagClassName
{
border-color: #A4329A;
}
</style>