Shades of Violet Blue #A43BA9
Tints of Violet Blue #A43BA9
RGB
CMYK
RGB Variations
Color information
#A43BA9 (or 0xA43BA9) is known color: Violet Blue. HEX triplet: A4, 3B and A9. RGB value is (164,59,169). Sum of RGB (Red+Green+Blue) = 164+59+169=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 169 (66.41% from 255 or 43.11% from 392); Max value from RGB is 169 - color contains mainly: blue. Hex color #A43BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43BA9 is #5BC456. Grayscale: #666666. Windows color (decimal): -6014039 or 11090852. OLE color: 11090852.
HSL color Cylindrical-coordinate representation of color #A43BA9: hue angle of 297.27º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A43BA9 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 59 | 169 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.34 |
| HSL | 297.27º | 0.48% | 0.45% | - |
| HSV(B) | 297.27º | 0.65% | 0.66% | - |
| XYZ | 24.04 | 13.89 | 38.95 | - |
| YUV | 102.94 | 165.29 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 59 | 169 | 0.03 | 0.65 | 0 | 0.34 | 297.27 | 0.48 | 0.45 |
| Hex | A4 | 3B | A9 | 3 | 41 | 0 | 22 | 129 | 30 | 2D |
| Octal | 244 | 73 | 251 | 3 | 101 | 0 | 42 | 451 | 60 | 55 |
| Binary | 10100100 | 111011 | 10101001 | 11 | 1000001 | 0 | 100010 | 100101001 | 110000 | 101101 |
Color Harmonies of #A43BA9
Complementary color
Monochromatic Colors of #A43BA9
Black with #A43BA9
Text Example
Text Example
White with #A43BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43BA9; }
p { color: rgb(164,59,169); }
H1.HeaderClassName
{
color: #A43BA9;
}
.AnyTagClassName
{
color: #A43BA9;
}
</style>
background-color css
<style>
a { background-color: #A43BA9; }
a { background-color: rgb(164,59,169); }
div.DivClassName
{
background-color: #A43BA9;
}
.BgClassName
{
background-color: #A43BA9;
}
</style>
border-color css
<style>
span { border-color: #A43BA9; }
span { border-color: rgb(164,59,169); }
td.TdClassName
{
border-color: #A43BA9;
}
.TagClassName
{
border-color: #A43BA9;
}
</style>