Shades of Medium Red Violet #A43E8B
Tints of Medium Red Violet #A43E8B
RGB
CMYK
RGB Variations
Color information
#A43E8B (or 0xA43E8B) is known color: Medium Red Violet. HEX triplet: A4, 3E and 8B. RGB value is (164,62,139). Sum of RGB (Red+Green+Blue) = 164+62+139=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A43E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43E8B is #5BC174. Grayscale: #656565. Windows color (decimal): -6013301 or 9125540. OLE color: 9125540.
HSL color Cylindrical-coordinate representation of color #A43E8B: hue angle of 314.71º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A43E8B is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 62 | 139 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.36 |
| HSL | 314.71º | 0.45% | 0.44% | - |
| HSV(B) | 314.71º | 0.62% | 0.64% | - |
| XYZ | 21.69 | 13.2 | 25.83 | - |
| YUV | 101.28 | 149.29 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 62 | 139 | 0 | 0.62 | 0.15 | 0.36 | 314.71 | 0.45 | 0.44 |
| Hex | A4 | 3E | 8B | 0 | 3E | F | 24 | 13B | 2D | 2C |
| Octal | 244 | 76 | 213 | 0 | 76 | 17 | 44 | 473 | 55 | 54 |
| Binary | 10100100 | 111110 | 10001011 | 0 | 111110 | 1111 | 100100 | 100111011 | 101101 | 101100 |
Color Harmonies of #A43E8B
Complementary color
Monochromatic Colors of #A43E8B
Black with #A43E8B
Text Example
Text Example
White with #A43E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43E8B; }
p { color: rgb(164,62,139); }
H1.HeaderClassName
{
color: #A43E8B;
}
.AnyTagClassName
{
color: #A43E8B;
}
</style>
background-color css
<style>
a { background-color: #A43E8B; }
a { background-color: rgb(164,62,139); }
div.DivClassName
{
background-color: #A43E8B;
}
.BgClassName
{
background-color: #A43E8B;
}
</style>
border-color css
<style>
span { border-color: #A43E8B; }
span { border-color: rgb(164,62,139); }
td.TdClassName
{
border-color: #A43E8B;
}
.TagClassName
{
border-color: #A43E8B;
}
</style>