Shades of Medium Red Violet #A43686
Tints of Medium Red Violet #A43686
RGB
CMYK
RGB Variations
Color information
#A43686 (or 0xA43686) is known color: Medium Red Violet. HEX triplet: A4, 36 and 86. RGB value is (164,54,134). Sum of RGB (Red+Green+Blue) = 164+54+134=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A43686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43686 is #5BC979. Grayscale: #5F5F5F. Windows color (decimal): -6015354 or 8795812. OLE color: 8795812.
HSL color Cylindrical-coordinate representation of color #A43686: hue angle of 316.36º 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 #A43686 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 54 | 134 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.36 |
| HSL | 316.36º | 0.5% | 0.43% | - |
| HSV(B) | 316.36º | 0.67% | 0.64% | - |
| XYZ | 20.93 | 12.25 | 23.82 | - |
| YUV | 96.01 | 149.44 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 54 | 134 | 0 | 0.67 | 0.18 | 0.36 | 316.36 | 0.5 | 0.43 |
| Hex | A4 | 36 | 86 | 0 | 43 | 12 | 24 | 13C | 32 | 2B |
| Octal | 244 | 66 | 206 | 0 | 103 | 22 | 44 | 474 | 62 | 53 |
| Binary | 10100100 | 110110 | 10000110 | 0 | 1000011 | 10010 | 100100 | 100111100 | 110010 | 101011 |
Color Harmonies of #A43686
Complementary color
Monochromatic Colors of #A43686
Black with #A43686
Text Example
Text Example
White with #A43686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43686; }
p { color: rgb(164,54,134); }
H1.HeaderClassName
{
color: #A43686;
}
.AnyTagClassName
{
color: #A43686;
}
</style>
background-color css
<style>
a { background-color: #A43686; }
a { background-color: rgb(164,54,134); }
div.DivClassName
{
background-color: #A43686;
}
.BgClassName
{
background-color: #A43686;
}
</style>
border-color css
<style>
span { border-color: #A43686; }
span { border-color: rgb(164,54,134); }
td.TdClassName
{
border-color: #A43686;
}
.TagClassName
{
border-color: #A43686;
}
</style>