Shades of Medium Red Violet #A43781
Tints of Medium Red Violet #A43781
RGB
CMYK
RGB Variations
Color information
#A43781 (or 0xA43781) is known color: Medium Red Violet. HEX triplet: A4, 37 and 81. RGB value is (164,55,129). Sum of RGB (Red+Green+Blue) = 164+55+129=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A43781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43781 is #5BC87E. Grayscale: #5F5F5F. Windows color (decimal): -6015103 or 8468388. OLE color: 8468388.
HSL color Cylindrical-coordinate representation of color #A43781: hue angle of 319.27º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A43781 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 55 | 129 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.36 |
| HSL | 319.27º | 0.5% | 0.43% | - |
| HSV(B) | 319.27º | 0.66% | 0.64% | - |
| XYZ | 20.64 | 12.21 | 22.04 | - |
| YUV | 96.03 | 146.61 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 55 | 129 | 0 | 0.66 | 0.21 | 0.36 | 319.27 | 0.5 | 0.43 |
| Hex | A4 | 37 | 81 | 0 | 42 | 15 | 24 | 13F | 32 | 2B |
| Octal | 244 | 67 | 201 | 0 | 102 | 25 | 44 | 477 | 62 | 53 |
| Binary | 10100100 | 110111 | 10000001 | 0 | 1000010 | 10101 | 100100 | 100111111 | 110010 | 101011 |
Color Harmonies of #A43781
Complementary color
Monochromatic Colors of #A43781
Black with #A43781
Text Example
Text Example
White with #A43781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43781; }
p { color: rgb(164,55,129); }
H1.HeaderClassName
{
color: #A43781;
}
.AnyTagClassName
{
color: #A43781;
}
</style>
background-color css
<style>
a { background-color: #A43781; }
a { background-color: rgb(164,55,129); }
div.DivClassName
{
background-color: #A43781;
}
.BgClassName
{
background-color: #A43781;
}
</style>
border-color css
<style>
span { border-color: #A43781; }
span { border-color: rgb(164,55,129); }
td.TdClassName
{
border-color: #A43781;
}
.TagClassName
{
border-color: #A43781;
}
</style>