Shades of Medium Red Violet #A4347A
Tints of Medium Red Violet #A4347A
RGB
CMYK
RGB Variations
Color information
#A4347A (or 0xA4347A) is known color: Medium Red Violet. HEX triplet: A4, 34 and 7A. RGB value is (164,52,122). Sum of RGB (Red+Green+Blue) = 164+52+122=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A4347A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4347A is #5BCB85. Grayscale: #5D5D5D. Windows color (decimal): -6015878 or 8008868. OLE color: 8008868.
HSL color Cylindrical-coordinate representation of color #A4347A: hue angle of 322.5º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4347A is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 52 | 122 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.36 |
| HSL | 322.5º | 0.52% | 0.42% | - |
| HSV(B) | 322.5º | 0.68% | 0.64% | - |
| XYZ | 20.05 | 11.75 | 19.62 | - |
| YUV | 93.47 | 144.11 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 122 | 0 | 0.68 | 0.26 | 0.36 | 322.5 | 0.52 | 0.42 |
| Hex | A4 | 34 | 7A | 0 | 44 | 1A | 24 | 142 | 34 | 2A |
| Octal | 244 | 64 | 172 | 0 | 104 | 32 | 44 | 502 | 64 | 52 |
| Binary | 10100100 | 110100 | 1111010 | 0 | 1000100 | 11010 | 100100 | 101000010 | 110100 | 101010 |
Color Harmonies of #A4347A
Complementary color
Monochromatic Colors of #A4347A
Black with #A4347A
Text Example
Text Example
White with #A4347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4347A; }
p { color: rgb(164,52,122); }
H1.HeaderClassName
{
color: #A4347A;
}
.AnyTagClassName
{
color: #A4347A;
}
</style>
background-color css
<style>
a { background-color: #A4347A; }
a { background-color: rgb(164,52,122); }
div.DivClassName
{
background-color: #A4347A;
}
.BgClassName
{
background-color: #A4347A;
}
</style>
border-color css
<style>
span { border-color: #A4347A; }
span { border-color: rgb(164,52,122); }
td.TdClassName
{
border-color: #A4347A;
}
.TagClassName
{
border-color: #A4347A;
}
</style>