Shades of Medium Red Violet #A4327D
Tints of Medium Red Violet #A4327D
RGB
CMYK
RGB Variations
Color information
#A4327D (or 0xA4327D) is known color: Medium Red Violet. HEX triplet: A4, 32 and 7D. RGB value is (164,50,125). Sum of RGB (Red+Green+Blue) = 164+50+125=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A4327D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4327D is #5BCD82. Grayscale: #5C5C5C. Windows color (decimal): -6016387 or 8204964. OLE color: 8204964.
HSL color Cylindrical-coordinate representation of color #A4327D: hue angle of 320.53º 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 #A4327D is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 50 | 125 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.36 |
| HSL | 320.53º | 0.53% | 0.42% | - |
| HSV(B) | 320.53º | 0.7% | 0.64% | - |
| XYZ | 20.15 | 11.65 | 20.59 | - |
| YUV | 92.64 | 146.27 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 50 | 125 | 0 | 0.70 | 0.24 | 0.36 | 320.53 | 0.53 | 0.42 |
| Hex | A4 | 32 | 7D | 0 | 46 | 18 | 24 | 141 | 35 | 2A |
| Octal | 244 | 62 | 175 | 0 | 106 | 30 | 44 | 501 | 65 | 52 |
| Binary | 10100100 | 110010 | 1111101 | 0 | 1000110 | 11000 | 100100 | 101000001 | 110101 | 101010 |
Color Harmonies of #A4327D
Complementary color
Monochromatic Colors of #A4327D
Black with #A4327D
Text Example
Text Example
White with #A4327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4327D; }
p { color: rgb(164,50,125); }
H1.HeaderClassName
{
color: #A4327D;
}
.AnyTagClassName
{
color: #A4327D;
}
</style>
background-color css
<style>
a { background-color: #A4327D; }
a { background-color: rgb(164,50,125); }
div.DivClassName
{
background-color: #A4327D;
}
.BgClassName
{
background-color: #A4327D;
}
</style>
border-color css
<style>
span { border-color: #A4327D; }
span { border-color: rgb(164,50,125); }
td.TdClassName
{
border-color: #A4327D;
}
.TagClassName
{
border-color: #A4327D;
}
</style>