Shades of Violet Blue #A43BA1
Tints of Violet Blue #A43BA1
RGB
CMYK
RGB Variations
Color information
#A43BA1 (or 0xA43BA1) is known color: Violet Blue. HEX triplet: A4, 3B and A1. RGB value is (164,59,161). Sum of RGB (Red+Green+Blue) = 164+59+161=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A43BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43BA1 is #5BC45E. Grayscale: #656565. Windows color (decimal): -6014047 or 10566564. OLE color: 10566564.
HSL color Cylindrical-coordinate representation of color #A43BA1: hue angle of 301.71º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A43BA1 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 59 | 161 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.36 |
| HSL | 301.71º | 0.47% | 0.44% | - |
| HSV(B) | 301.71º | 0.64% | 0.64% | - |
| XYZ | 23.31 | 13.59 | 35.11 | - |
| YUV | 102.02 | 161.29 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 59 | 161 | 0 | 0.64 | 0.02 | 0.36 | 301.71 | 0.47 | 0.44 |
| Hex | A4 | 3B | A1 | 0 | 40 | 2 | 24 | 12E | 2F | 2C |
| Octal | 244 | 73 | 241 | 0 | 100 | 2 | 44 | 456 | 57 | 54 |
| Binary | 10100100 | 111011 | 10100001 | 0 | 1000000 | 10 | 100100 | 100101110 | 101111 | 101100 |
Color Harmonies of #A43BA1
Complementary color
Monochromatic Colors of #A43BA1
Black with #A43BA1
Text Example
Text Example
White with #A43BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43BA1; }
p { color: rgb(164,59,161); }
H1.HeaderClassName
{
color: #A43BA1;
}
.AnyTagClassName
{
color: #A43BA1;
}
</style>
background-color css
<style>
a { background-color: #A43BA1; }
a { background-color: rgb(164,59,161); }
div.DivClassName
{
background-color: #A43BA1;
}
.BgClassName
{
background-color: #A43BA1;
}
</style>
border-color css
<style>
span { border-color: #A43BA1; }
span { border-color: rgb(164,59,161); }
td.TdClassName
{
border-color: #A43BA1;
}
.TagClassName
{
border-color: #A43BA1;
}
</style>