Shades of Medium Red Violet #A43478
Tints of Medium Red Violet #A43478
RGB
CMYK
RGB Variations
Color information
#A43478 (or 0xA43478) is known color: Medium Red Violet. HEX triplet: A4, 34 and 78. RGB value is (164,52,120). Sum of RGB (Red+Green+Blue) = 164+52+120=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A43478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43478 is #5BCB87. Grayscale: #5D5D5D. Windows color (decimal): -6015880 or 7877796. OLE color: 7877796.
HSL color Cylindrical-coordinate representation of color #A43478: hue angle of 323.57º 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 #A43478 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 52 | 120 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.36 |
| HSL | 323.57º | 0.52% | 0.42% | - |
| HSV(B) | 323.57º | 0.68% | 0.64% | - |
| XYZ | 19.93 | 11.7 | 18.98 | - |
| YUV | 93.24 | 143.11 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 120 | 0 | 0.68 | 0.27 | 0.36 | 323.57 | 0.52 | 0.42 |
| Hex | A4 | 34 | 78 | 0 | 44 | 1B | 24 | 144 | 34 | 2A |
| Octal | 244 | 64 | 170 | 0 | 104 | 33 | 44 | 504 | 64 | 52 |
| Binary | 10100100 | 110100 | 1111000 | 0 | 1000100 | 11011 | 100100 | 101000100 | 110100 | 101010 |
Color Harmonies of #A43478
Complementary color
Monochromatic Colors of #A43478
Black with #A43478
Text Example
Text Example
White with #A43478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43478; }
p { color: rgb(164,52,120); }
H1.HeaderClassName
{
color: #A43478;
}
.AnyTagClassName
{
color: #A43478;
}
</style>
background-color css
<style>
a { background-color: #A43478; }
a { background-color: rgb(164,52,120); }
div.DivClassName
{
background-color: #A43478;
}
.BgClassName
{
background-color: #A43478;
}
</style>
border-color css
<style>
span { border-color: #A43478; }
span { border-color: rgb(164,52,120); }
td.TdClassName
{
border-color: #A43478;
}
.TagClassName
{
border-color: #A43478;
}
</style>