Shades of Medium Red Violet #A4328D
Tints of Medium Red Violet #A4328D
RGB
CMYK
RGB Variations
Color information
#A4328D (or 0xA4328D) is known color: Medium Red Violet. HEX triplet: A4, 32 and 8D. RGB value is (164,50,141). Sum of RGB (Red+Green+Blue) = 164+50+141=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A4328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4328D is #5BCD72. Grayscale: #5E5E5E. Windows color (decimal): -6016371 or 9253540. OLE color: 9253540.
HSL color Cylindrical-coordinate representation of color #A4328D: hue angle of 312.11º 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 #A4328D is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 50 | 141 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.36 |
| HSL | 312.11º | 0.53% | 0.42% | - |
| HSV(B) | 312.11º | 0.7% | 0.64% | - |
| XYZ | 21.26 | 12.1 | 26.41 | - |
| YUV | 94.46 | 154.27 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 50 | 141 | 0 | 0.70 | 0.14 | 0.36 | 312.11 | 0.53 | 0.42 |
| Hex | A4 | 32 | 8D | 0 | 46 | E | 24 | 138 | 35 | 2A |
| Octal | 244 | 62 | 215 | 0 | 106 | 16 | 44 | 470 | 65 | 52 |
| Binary | 10100100 | 110010 | 10001101 | 0 | 1000110 | 1110 | 100100 | 100111000 | 110101 | 101010 |
Color Harmonies of #A4328D
Complementary color
Monochromatic Colors of #A4328D
Black with #A4328D
Text Example
Text Example
White with #A4328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4328D; }
p { color: rgb(164,50,141); }
H1.HeaderClassName
{
color: #A4328D;
}
.AnyTagClassName
{
color: #A4328D;
}
</style>
background-color css
<style>
a { background-color: #A4328D; }
a { background-color: rgb(164,50,141); }
div.DivClassName
{
background-color: #A4328D;
}
.BgClassName
{
background-color: #A4328D;
}
</style>
border-color css
<style>
span { border-color: #A4328D; }
span { border-color: rgb(164,50,141); }
td.TdClassName
{
border-color: #A4328D;
}
.TagClassName
{
border-color: #A4328D;
}
</style>