Shades of Violet Blue #A43EA1
Tints of Violet Blue #A43EA1
RGB
CMYK
RGB Variations
Color information
#A43EA1 (or 0xA43EA1) is known color: Violet Blue. HEX triplet: A4, 3E and A1. RGB value is (164,62,161). Sum of RGB (Red+Green+Blue) = 164+62+161=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A43EA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43EA1 is #5BC15E. Grayscale: #676767. Windows color (decimal): -6013279 or 10567332. OLE color: 10567332.
HSL color Cylindrical-coordinate representation of color #A43EA1: hue angle of 301.76º 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 #A43EA1 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 62 | 161 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.36 |
| HSL | 301.76º | 0.45% | 0.44% | - |
| HSV(B) | 301.76º | 0.62% | 0.64% | - |
| XYZ | 23.47 | 13.91 | 35.17 | - |
| YUV | 103.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 62 | 161 | 0 | 0.62 | 0.02 | 0.36 | 301.76 | 0.45 | 0.44 |
| Hex | A4 | 3E | A1 | 0 | 3E | 2 | 24 | 12E | 2D | 2C |
| Octal | 244 | 76 | 241 | 0 | 76 | 2 | 44 | 456 | 55 | 54 |
| Binary | 10100100 | 111110 | 10100001 | 0 | 111110 | 10 | 100100 | 100101110 | 101101 | 101100 |
Color Harmonies of #A43EA1
Complementary color
Monochromatic Colors of #A43EA1
Black with #A43EA1
Text Example
Text Example
White with #A43EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43EA1; }
p { color: rgb(164,62,161); }
H1.HeaderClassName
{
color: #A43EA1;
}
.AnyTagClassName
{
color: #A43EA1;
}
</style>
background-color css
<style>
a { background-color: #A43EA1; }
a { background-color: rgb(164,62,161); }
div.DivClassName
{
background-color: #A43EA1;
}
.BgClassName
{
background-color: #A43EA1;
}
</style>
border-color css
<style>
span { border-color: #A43EA1; }
span { border-color: rgb(164,62,161); }
td.TdClassName
{
border-color: #A43EA1;
}
.TagClassName
{
border-color: #A43EA1;
}
</style>