Shades of Violet Blue #A43CA7
Tints of Violet Blue #A43CA7
RGB
CMYK
RGB Variations
Color information
#A43CA7 (or 0xA43CA7) is known color: Violet Blue. HEX triplet: A4, 3C and A7. RGB value is (164,60,167). Sum of RGB (Red+Green+Blue) = 164+60+167=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 167 (65.62% from 255 or 42.71% from 391); Max value from RGB is 167 - color contains mainly: blue. Hex color #A43CA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43CA7 is #5BC358. Grayscale: #666666. Windows color (decimal): -6013785 or 10960036. OLE color: 10960036.
HSL color Cylindrical-coordinate representation of color #A43CA7: hue angle of 298.32º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A43CA7 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 60 | 167 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.35 |
| HSL | 298.32º | 0.47% | 0.45% | - |
| HSV(B) | 298.32º | 0.64% | 0.65% | - |
| XYZ | 23.9 | 13.91 | 37.99 | - |
| YUV | 103.29 | 163.96 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 167 | 0.02 | 0.64 | 0 | 0.35 | 298.32 | 0.47 | 0.45 |
| Hex | A4 | 3C | A7 | 2 | 40 | 0 | 23 | 12A | 2F | 2D |
| Octal | 244 | 74 | 247 | 2 | 100 | 0 | 43 | 452 | 57 | 55 |
| Binary | 10100100 | 111100 | 10100111 | 10 | 1000000 | 0 | 100011 | 100101010 | 101111 | 101101 |
Color Harmonies of #A43CA7
Complementary color
Monochromatic Colors of #A43CA7
Black with #A43CA7
Text Example
Text Example
White with #A43CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43CA7; }
p { color: rgb(164,60,167); }
H1.HeaderClassName
{
color: #A43CA7;
}
.AnyTagClassName
{
color: #A43CA7;
}
</style>
background-color css
<style>
a { background-color: #A43CA7; }
a { background-color: rgb(164,60,167); }
div.DivClassName
{
background-color: #A43CA7;
}
.BgClassName
{
background-color: #A43CA7;
}
</style>
border-color css
<style>
span { border-color: #A43CA7; }
span { border-color: rgb(164,60,167); }
td.TdClassName
{
border-color: #A43CA7;
}
.TagClassName
{
border-color: #A43CA7;
}
</style>