Shades of Medium Red Violet #A43681
Tints of Medium Red Violet #A43681
RGB
CMYK
RGB Variations
Color information
#A43681 (or 0xA43681) is known color: Medium Red Violet. HEX triplet: A4, 36 and 81. RGB value is (164,54,129). Sum of RGB (Red+Green+Blue) = 164+54+129=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A43681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43681 is #5BC97E. Grayscale: #5F5F5F. Windows color (decimal): -6015359 or 8468132. OLE color: 8468132.
HSL color Cylindrical-coordinate representation of color #A43681: hue angle of 319.09º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A43681 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 54 | 129 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.36 |
| HSL | 319.09º | 0.5% | 0.43% | - |
| HSV(B) | 319.09º | 0.67% | 0.64% | - |
| XYZ | 20.59 | 12.12 | 22.02 | - |
| YUV | 95.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 54 | 129 | 0 | 0.67 | 0.21 | 0.36 | 319.09 | 0.5 | 0.43 |
| Hex | A4 | 36 | 81 | 0 | 43 | 15 | 24 | 13F | 32 | 2B |
| Octal | 244 | 66 | 201 | 0 | 103 | 25 | 44 | 477 | 62 | 53 |
| Binary | 10100100 | 110110 | 10000001 | 0 | 1000011 | 10101 | 100100 | 100111111 | 110010 | 101011 |
Color Harmonies of #A43681
Complementary color
Monochromatic Colors of #A43681
Black with #A43681
Text Example
Text Example
White with #A43681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43681; }
p { color: rgb(164,54,129); }
H1.HeaderClassName
{
color: #A43681;
}
.AnyTagClassName
{
color: #A43681;
}
</style>
background-color css
<style>
a { background-color: #A43681; }
a { background-color: rgb(164,54,129); }
div.DivClassName
{
background-color: #A43681;
}
.BgClassName
{
background-color: #A43681;
}
</style>
border-color css
<style>
span { border-color: #A43681; }
span { border-color: rgb(164,54,129); }
td.TdClassName
{
border-color: #A43681;
}
.TagClassName
{
border-color: #A43681;
}
</style>