Shades of Medium Red Violet #A43479
Tints of Medium Red Violet #A43479
RGB
CMYK
RGB Variations
Color information
#A43479 (or 0xA43479) is known color: Medium Red Violet. HEX triplet: A4, 34 and 79. RGB value is (164,52,121). Sum of RGB (Red+Green+Blue) = 164+52+121=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A43479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43479 is #5BCB86. Grayscale: #5D5D5D. Windows color (decimal): -6015879 or 7943332. OLE color: 7943332.
HSL color Cylindrical-coordinate representation of color #A43479: hue angle of 323.04º 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 #A43479 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 52 | 121 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.36 |
| HSL | 323.04º | 0.52% | 0.42% | - |
| HSV(B) | 323.04º | 0.68% | 0.64% | - |
| XYZ | 19.99 | 11.73 | 19.3 | - |
| YUV | 93.35 | 143.61 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 121 | 0 | 0.68 | 0.26 | 0.36 | 323.04 | 0.52 | 0.42 |
| Hex | A4 | 34 | 79 | 0 | 44 | 1A | 24 | 143 | 34 | 2A |
| Octal | 244 | 64 | 171 | 0 | 104 | 32 | 44 | 503 | 64 | 52 |
| Binary | 10100100 | 110100 | 1111001 | 0 | 1000100 | 11010 | 100100 | 101000011 | 110100 | 101010 |
Color Harmonies of #A43479
Complementary color
Monochromatic Colors of #A43479
Black with #A43479
Text Example
Text Example
White with #A43479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43479; }
p { color: rgb(164,52,121); }
H1.HeaderClassName
{
color: #A43479;
}
.AnyTagClassName
{
color: #A43479;
}
</style>
background-color css
<style>
a { background-color: #A43479; }
a { background-color: rgb(164,52,121); }
div.DivClassName
{
background-color: #A43479;
}
.BgClassName
{
background-color: #A43479;
}
</style>
border-color css
<style>
span { border-color: #A43479; }
span { border-color: rgb(164,52,121); }
td.TdClassName
{
border-color: #A43479;
}
.TagClassName
{
border-color: #A43479;
}
</style>