Shades of Violet Blue #A03CA0
Tints of Violet Blue #A03CA0
RGB
CMYK
RGB Variations
Color information
#A03CA0 (or 0xA03CA0) is known color: Violet Blue. HEX triplet: A0, 3C and A0. RGB value is (160,60,160). Sum of RGB (Red+Green+Blue) = 160+60+160=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A03CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03CA0 is #5FC35F. Grayscale: #656565. Windows color (decimal): -6275936 or 10501280. OLE color: 10501280.
HSL color Cylindrical-coordinate representation of color #A03CA0: hue angle of 300º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A03CA0 is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 60 | 160 | - |
| CMYK | 0 | 0.62 | 0 | 0.37 |
| HSL | 300º | 0.45% | 0.43% | - |
| HSV(B) | 300º | 0.63% | 0.63% | - |
| XYZ | 22.46 | 13.24 | 34.63 | - |
| YUV | 101.3 | 161.13 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 160 | 0 | 0.62 | 0 | 0.37 | 300 | 0.45 | 0.43 |
| Hex | A0 | 3C | A0 | 0 | 3E | 0 | 25 | 12C | 2D | 2B |
| Octal | 240 | 74 | 240 | 0 | 76 | 0 | 45 | 454 | 55 | 53 |
| Binary | 10100000 | 111100 | 10100000 | 0 | 111110 | 0 | 100101 | 100101100 | 101101 | 101011 |
Color Harmonies of #A03CA0
Complementary color
Monochromatic Colors of #A03CA0
Black with #A03CA0
Text Example
Text Example
White with #A03CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03CA0; }
p { color: rgb(160,60,160); }
H1.HeaderClassName
{
color: #A03CA0;
}
.AnyTagClassName
{
color: #A03CA0;
}
</style>
background-color css
<style>
a { background-color: #A03CA0; }
a { background-color: rgb(160,60,160); }
div.DivClassName
{
background-color: #A03CA0;
}
.BgClassName
{
background-color: #A03CA0;
}
</style>
border-color css
<style>
span { border-color: #A03CA0; }
span { border-color: rgb(160,60,160); }
td.TdClassName
{
border-color: #A03CA0;
}
.TagClassName
{
border-color: #A03CA0;
}
</style>