Shades of Violet Blue #A43BA7
Tints of Violet Blue #A43BA7
RGB
CMYK
RGB Variations
Color information
#A43BA7 (or 0xA43BA7) is known color: Violet Blue. HEX triplet: A4, 3B and A7. RGB value is (164,59,167). Sum of RGB (Red+Green+Blue) = 164+59+167=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 167 - color contains mainly: blue. Hex color #A43BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43BA7 is #5BC458. Grayscale: #666666. Windows color (decimal): -6014041 or 10959780. OLE color: 10959780.
HSL color Cylindrical-coordinate representation of color #A43BA7: hue angle of 298.33º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A43BA7 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 59 | 167 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.35 |
| HSL | 298.33º | 0.48% | 0.44% | - |
| HSV(B) | 298.33º | 0.65% | 0.65% | - |
| XYZ | 23.85 | 13.81 | 37.97 | - |
| YUV | 102.71 | 164.29 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 59 | 167 | 0.02 | 0.65 | 0 | 0.35 | 298.33 | 0.48 | 0.44 |
| Hex | A4 | 3B | A7 | 2 | 41 | 0 | 23 | 12A | 30 | 2C |
| Octal | 244 | 73 | 247 | 2 | 101 | 0 | 43 | 452 | 60 | 54 |
| Binary | 10100100 | 111011 | 10100111 | 10 | 1000001 | 0 | 100011 | 100101010 | 110000 | 101100 |
Color Harmonies of #A43BA7
Complementary color
Monochromatic Colors of #A43BA7
Black with #A43BA7
Text Example
Text Example
White with #A43BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43BA7; }
p { color: rgb(164,59,167); }
H1.HeaderClassName
{
color: #A43BA7;
}
.AnyTagClassName
{
color: #A43BA7;
}
</style>
background-color css
<style>
a { background-color: #A43BA7; }
a { background-color: rgb(164,59,167); }
div.DivClassName
{
background-color: #A43BA7;
}
.BgClassName
{
background-color: #A43BA7;
}
</style>
border-color css
<style>
span { border-color: #A43BA7; }
span { border-color: rgb(164,59,167); }
td.TdClassName
{
border-color: #A43BA7;
}
.TagClassName
{
border-color: #A43BA7;
}
</style>