Shades of Violet Blue #A03CA6
Tints of Violet Blue #A03CA6
RGB
CMYK
RGB Variations
Color information
#A03CA6 (or 0xA03CA6) is known color: Violet Blue. HEX triplet: A0, 3C and A6. RGB value is (160,60,166). Sum of RGB (Red+Green+Blue) = 160+60+166=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 166 (65.23% from 255 or 43.01% from 386); Max value from RGB is 166 - color contains mainly: blue. Hex color #A03CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03CA6 is #5FC359. Grayscale: #656565. Windows color (decimal): -6275930 or 10894496. OLE color: 10894496.
HSL color Cylindrical-coordinate representation of color #A03CA6: hue angle of 296.6º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A03CA6 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 60 | 166 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.35 |
| HSL | 296.6º | 0.47% | 0.44% | - |
| HSV(B) | 296.6º | 0.64% | 0.65% | - |
| XYZ | 23 | 13.46 | 37.46 | - |
| YUV | 101.98 | 164.13 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 166 | 0.04 | 0.64 | 0 | 0.35 | 296.6 | 0.47 | 0.44 |
| Hex | A0 | 3C | A6 | 4 | 40 | 0 | 23 | 129 | 2F | 2C |
| Octal | 240 | 74 | 246 | 4 | 100 | 0 | 43 | 451 | 57 | 54 |
| Binary | 10100000 | 111100 | 10100110 | 100 | 1000000 | 0 | 100011 | 100101001 | 101111 | 101100 |
Color Harmonies of #A03CA6
Complementary color
Monochromatic Colors of #A03CA6
Black with #A03CA6
Text Example
Text Example
White with #A03CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03CA6; }
p { color: rgb(160,60,166); }
H1.HeaderClassName
{
color: #A03CA6;
}
.AnyTagClassName
{
color: #A03CA6;
}
</style>
background-color css
<style>
a { background-color: #A03CA6; }
a { background-color: rgb(160,60,166); }
div.DivClassName
{
background-color: #A03CA6;
}
.BgClassName
{
background-color: #A03CA6;
}
</style>
border-color css
<style>
span { border-color: #A03CA6; }
span { border-color: rgb(160,60,166); }
td.TdClassName
{
border-color: #A03CA6;
}
.TagClassName
{
border-color: #A03CA6;
}
</style>