Shades of Medium Red Violet #A4328C
Tints of Medium Red Violet #A4328C
RGB
CMYK
RGB Variations
Color information
#A4328C (or 0xA4328C) is known color: Medium Red Violet. HEX triplet: A4, 32 and 8C. RGB value is (164,50,140). Sum of RGB (Red+Green+Blue) = 164+50+140=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A4328C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4328C is #5BCD73. Grayscale: #5E5E5E. Windows color (decimal): -6016372 or 9188004. OLE color: 9188004.
HSL color Cylindrical-coordinate representation of color #A4328C: hue angle of 312.63º 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 #A4328C is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 50 | 140 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.36 |
| HSL | 312.63º | 0.53% | 0.42% | - |
| HSV(B) | 312.63º | 0.7% | 0.64% | - |
| XYZ | 21.18 | 12.07 | 26.02 | - |
| YUV | 94.35 | 153.77 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 50 | 140 | 0 | 0.70 | 0.15 | 0.36 | 312.63 | 0.53 | 0.42 |
| Hex | A4 | 32 | 8C | 0 | 46 | F | 24 | 139 | 35 | 2A |
| Octal | 244 | 62 | 214 | 0 | 106 | 17 | 44 | 471 | 65 | 52 |
| Binary | 10100100 | 110010 | 10001100 | 0 | 1000110 | 1111 | 100100 | 100111001 | 110101 | 101010 |
Color Harmonies of #A4328C
Complementary color
Monochromatic Colors of #A4328C
Black with #A4328C
Text Example
Text Example
White with #A4328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4328C; }
p { color: rgb(164,50,140); }
H1.HeaderClassName
{
color: #A4328C;
}
.AnyTagClassName
{
color: #A4328C;
}
</style>
background-color css
<style>
a { background-color: #A4328C; }
a { background-color: rgb(164,50,140); }
div.DivClassName
{
background-color: #A4328C;
}
.BgClassName
{
background-color: #A4328C;
}
</style>
border-color css
<style>
span { border-color: #A4328C; }
span { border-color: rgb(164,50,140); }
td.TdClassName
{
border-color: #A4328C;
}
.TagClassName
{
border-color: #A4328C;
}
</style>