Shades of Medium Red Violet #A4328A
Tints of Medium Red Violet #A4328A
RGB
CMYK
RGB Variations
Color information
#A4328A (or 0xA4328A) is known color: Medium Red Violet. HEX triplet: A4, 32 and 8A. RGB value is (164,50,138). Sum of RGB (Red+Green+Blue) = 164+50+138=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A4328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4328A is #5BCD75. Grayscale: #5D5D5D. Windows color (decimal): -6016374 or 9056932. OLE color: 9056932.
HSL color Cylindrical-coordinate representation of color #A4328A: hue angle of 313.68º 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 #A4328A is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 50 | 138 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.36 |
| HSL | 313.68º | 0.53% | 0.42% | - |
| HSV(B) | 313.68º | 0.7% | 0.64% | - |
| XYZ | 21.04 | 12.01 | 25.25 | - |
| YUV | 94.12 | 152.77 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 50 | 138 | 0 | 0.70 | 0.16 | 0.36 | 313.68 | 0.53 | 0.42 |
| Hex | A4 | 32 | 8A | 0 | 46 | 10 | 24 | 13A | 35 | 2A |
| Octal | 244 | 62 | 212 | 0 | 106 | 20 | 44 | 472 | 65 | 52 |
| Binary | 10100100 | 110010 | 10001010 | 0 | 1000110 | 10000 | 100100 | 100111010 | 110101 | 101010 |
Color Harmonies of #A4328A
Complementary color
Monochromatic Colors of #A4328A
Black with #A4328A
Text Example
Text Example
White with #A4328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4328A; }
p { color: rgb(164,50,138); }
H1.HeaderClassName
{
color: #A4328A;
}
.AnyTagClassName
{
color: #A4328A;
}
</style>
background-color css
<style>
a { background-color: #A4328A; }
a { background-color: rgb(164,50,138); }
div.DivClassName
{
background-color: #A4328A;
}
.BgClassName
{
background-color: #A4328A;
}
</style>
border-color css
<style>
span { border-color: #A4328A; }
span { border-color: rgb(164,50,138); }
td.TdClassName
{
border-color: #A4328A;
}
.TagClassName
{
border-color: #A4328A;
}
</style>