Shades of Medium Red Violet #A43480
Tints of Medium Red Violet #A43480
RGB
CMYK
RGB Variations
Color information
#A43480 (or 0xA43480) is known color: Medium Red Violet. HEX triplet: A4, 34 and 80. RGB value is (164,52,128). Sum of RGB (Red+Green+Blue) = 164+52+128=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A43480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43480 is #5BCB7F. Grayscale: #5D5D5D. Windows color (decimal): -6015872 or 8402084. OLE color: 8402084.
HSL color Cylindrical-coordinate representation of color #A43480: hue angle of 319.29º 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 #A43480 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 52 | 128 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.36 |
| HSL | 319.29º | 0.52% | 0.42% | - |
| HSV(B) | 319.29º | 0.68% | 0.64% | - |
| XYZ | 20.43 | 11.91 | 21.64 | - |
| YUV | 94.15 | 147.11 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 128 | 0 | 0.68 | 0.22 | 0.36 | 319.29 | 0.52 | 0.42 |
| Hex | A4 | 34 | 80 | 0 | 44 | 16 | 24 | 13F | 34 | 2A |
| Octal | 244 | 64 | 200 | 0 | 104 | 26 | 44 | 477 | 64 | 52 |
| Binary | 10100100 | 110100 | 10000000 | 0 | 1000100 | 10110 | 100100 | 100111111 | 110100 | 101010 |
Color Harmonies of #A43480
Complementary color
Monochromatic Colors of #A43480
Black with #A43480
Text Example
Text Example
White with #A43480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43480; }
p { color: rgb(164,52,128); }
H1.HeaderClassName
{
color: #A43480;
}
.AnyTagClassName
{
color: #A43480;
}
</style>
background-color css
<style>
a { background-color: #A43480; }
a { background-color: rgb(164,52,128); }
div.DivClassName
{
background-color: #A43480;
}
.BgClassName
{
background-color: #A43480;
}
</style>
border-color css
<style>
span { border-color: #A43480; }
span { border-color: rgb(164,52,128); }
td.TdClassName
{
border-color: #A43480;
}
.TagClassName
{
border-color: #A43480;
}
</style>