Shades of Medium Red Violet #A4357A
Tints of Medium Red Violet #A4357A
RGB
CMYK
RGB Variations
Color information
#A4357A (or 0xA4357A) is known color: Medium Red Violet. HEX triplet: A4, 35 and 7A. RGB value is (164,53,122). Sum of RGB (Red+Green+Blue) = 164+53+122=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A4357A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4357A is #5BCA85. Grayscale: #5D5D5D. Windows color (decimal): -6015622 or 8009124. OLE color: 8009124.
HSL color Cylindrical-coordinate representation of color #A4357A: hue angle of 322.7º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4357A is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 53 | 122 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.36 |
| HSL | 322.7º | 0.51% | 0.43% | - |
| HSV(B) | 322.7º | 0.68% | 0.64% | - |
| XYZ | 20.1 | 11.84 | 19.64 | - |
| YUV | 94.06 | 143.77 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 53 | 122 | 0 | 0.68 | 0.26 | 0.36 | 322.7 | 0.51 | 0.43 |
| Hex | A4 | 35 | 7A | 0 | 44 | 1A | 24 | 143 | 33 | 2B |
| Octal | 244 | 65 | 172 | 0 | 104 | 32 | 44 | 503 | 63 | 53 |
| Binary | 10100100 | 110101 | 1111010 | 0 | 1000100 | 11010 | 100100 | 101000011 | 110011 | 101011 |
Color Harmonies of #A4357A
Complementary color
Monochromatic Colors of #A4357A
Black with #A4357A
Text Example
Text Example
White with #A4357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4357A; }
p { color: rgb(164,53,122); }
H1.HeaderClassName
{
color: #A4357A;
}
.AnyTagClassName
{
color: #A4357A;
}
</style>
background-color css
<style>
a { background-color: #A4357A; }
a { background-color: rgb(164,53,122); }
div.DivClassName
{
background-color: #A4357A;
}
.BgClassName
{
background-color: #A4357A;
}
</style>
border-color css
<style>
span { border-color: #A4357A; }
span { border-color: rgb(164,53,122); }
td.TdClassName
{
border-color: #A4357A;
}
.TagClassName
{
border-color: #A4357A;
}
</style>