Shades of Violet Blue #A03CA3
Tints of Violet Blue #A03CA3
RGB
CMYK
RGB Variations
Color information
#A03CA3 (or 0xA03CA3) is known color: Violet Blue. HEX triplet: A0, 3C and A3. RGB value is (160,60,163). Sum of RGB (Red+Green+Blue) = 160+60+163=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 163 (64.06% from 255 or 42.56% from 383); Max value from RGB is 163 - color contains mainly: blue. Hex color #A03CA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03CA3 is #5FC35C. Grayscale: #656565. Windows color (decimal): -6275933 or 10697888. OLE color: 10697888.
HSL color Cylindrical-coordinate representation of color #A03CA3: hue angle of 298.25º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A03CA3 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 60 | 163 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.36 |
| HSL | 298.25º | 0.46% | 0.44% | - |
| HSV(B) | 298.25º | 0.63% | 0.64% | - |
| XYZ | 22.72 | 13.35 | 36.03 | - |
| YUV | 101.64 | 162.63 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 163 | 0.02 | 0.63 | 0 | 0.36 | 298.25 | 0.46 | 0.44 |
| Hex | A0 | 3C | A3 | 2 | 3F | 0 | 24 | 12A | 2E | 2C |
| Octal | 240 | 74 | 243 | 2 | 77 | 0 | 44 | 452 | 56 | 54 |
| Binary | 10100000 | 111100 | 10100011 | 10 | 111111 | 0 | 100100 | 100101010 | 101110 | 101100 |
Color Harmonies of #A03CA3
Complementary color
Monochromatic Colors of #A03CA3
Black with #A03CA3
Text Example
Text Example
White with #A03CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03CA3; }
p { color: rgb(160,60,163); }
H1.HeaderClassName
{
color: #A03CA3;
}
.AnyTagClassName
{
color: #A03CA3;
}
</style>
background-color css
<style>
a { background-color: #A03CA3; }
a { background-color: rgb(160,60,163); }
div.DivClassName
{
background-color: #A03CA3;
}
.BgClassName
{
background-color: #A03CA3;
}
</style>
border-color css
<style>
span { border-color: #A03CA3; }
span { border-color: rgb(160,60,163); }
td.TdClassName
{
border-color: #A03CA3;
}
.TagClassName
{
border-color: #A03CA3;
}
</style>