Shades of Medium Red Violet #A4328B
Tints of Medium Red Violet #A4328B
RGB
CMYK
RGB Variations
Color information
#A4328B (or 0xA4328B) is known color: Medium Red Violet. HEX triplet: A4, 32 and 8B. RGB value is (164,50,139). Sum of RGB (Red+Green+Blue) = 164+50+139=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A4328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4328B is #5BCD74. Grayscale: #5D5D5D. Windows color (decimal): -6016373 or 9122468. OLE color: 9122468.
HSL color Cylindrical-coordinate representation of color #A4328B: hue angle of 313.16º 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 #A4328B is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 50 | 139 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.36 |
| HSL | 313.16º | 0.53% | 0.42% | - |
| HSV(B) | 313.16º | 0.7% | 0.64% | - |
| XYZ | 21.11 | 12.04 | 25.64 | - |
| YUV | 94.23 | 153.27 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 50 | 139 | 0 | 0.70 | 0.15 | 0.36 | 313.16 | 0.53 | 0.42 |
| Hex | A4 | 32 | 8B | 0 | 46 | F | 24 | 139 | 35 | 2A |
| Octal | 244 | 62 | 213 | 0 | 106 | 17 | 44 | 471 | 65 | 52 |
| Binary | 10100100 | 110010 | 10001011 | 0 | 1000110 | 1111 | 100100 | 100111001 | 110101 | 101010 |
Color Harmonies of #A4328B
Complementary color
Monochromatic Colors of #A4328B
Black with #A4328B
Text Example
Text Example
White with #A4328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4328B; }
p { color: rgb(164,50,139); }
H1.HeaderClassName
{
color: #A4328B;
}
.AnyTagClassName
{
color: #A4328B;
}
</style>
background-color css
<style>
a { background-color: #A4328B; }
a { background-color: rgb(164,50,139); }
div.DivClassName
{
background-color: #A4328B;
}
.BgClassName
{
background-color: #A4328B;
}
</style>
border-color css
<style>
span { border-color: #A4328B; }
span { border-color: rgb(164,50,139); }
td.TdClassName
{
border-color: #A4328B;
}
.TagClassName
{
border-color: #A4328B;
}
</style>