Shades of Medium Red Violet #A43A86
Tints of Medium Red Violet #A43A86
RGB
CMYK
RGB Variations
Color information
#A43A86 (or 0xA43A86) is known color: Medium Red Violet. HEX triplet: A4, 3A and 86. RGB value is (164,58,134). Sum of RGB (Red+Green+Blue) = 164+58+134=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43A86 is #5BC579. Grayscale: #626262. Windows color (decimal): -6014330 or 8796836. OLE color: 8796836.
HSL color Cylindrical-coordinate representation of color #A43A86: hue angle of 316.98º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A43A86 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 58 | 134 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.36 |
| HSL | 316.98º | 0.48% | 0.44% | - |
| HSV(B) | 316.98º | 0.65% | 0.64% | - |
| XYZ | 21.13 | 12.64 | 23.88 | - |
| YUV | 98.36 | 148.12 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 58 | 134 | 0 | 0.65 | 0.18 | 0.36 | 316.98 | 0.48 | 0.44 |
| Hex | A4 | 3A | 86 | 0 | 41 | 12 | 24 | 13D | 30 | 2C |
| Octal | 244 | 72 | 206 | 0 | 101 | 22 | 44 | 475 | 60 | 54 |
| Binary | 10100100 | 111010 | 10000110 | 0 | 1000001 | 10010 | 100100 | 100111101 | 110000 | 101100 |
Color Harmonies of #A43A86
Complementary color
Monochromatic Colors of #A43A86
Black with #A43A86
Text Example
Text Example
White with #A43A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43A86; }
p { color: rgb(164,58,134); }
H1.HeaderClassName
{
color: #A43A86;
}
.AnyTagClassName
{
color: #A43A86;
}
</style>
background-color css
<style>
a { background-color: #A43A86; }
a { background-color: rgb(164,58,134); }
div.DivClassName
{
background-color: #A43A86;
}
.BgClassName
{
background-color: #A43A86;
}
</style>
border-color css
<style>
span { border-color: #A43A86; }
span { border-color: rgb(164,58,134); }
td.TdClassName
{
border-color: #A43A86;
}
.TagClassName
{
border-color: #A43A86;
}
</style>