Shades of Violet Blue #A03CA2
Tints of Violet Blue #A03CA2
RGB
CMYK
RGB Variations
Color information
#A03CA2 (or 0xA03CA2) is known color: Violet Blue. HEX triplet: A0, 3C and A2. RGB value is (160,60,162). Sum of RGB (Red+Green+Blue) = 160+60+162=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 162 (63.67% from 255 or 42.41% from 382); Max value from RGB is 162 - color contains mainly: blue. Hex color #A03CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03CA2 is #5FC35D. Grayscale: #656565. Windows color (decimal): -6275934 or 10632352. OLE color: 10632352.
HSL color Cylindrical-coordinate representation of color #A03CA2: hue angle of 298.82º 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 #A03CA2 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 60 | 162 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.36 |
| HSL | 298.82º | 0.46% | 0.44% | - |
| HSV(B) | 298.82º | 0.63% | 0.64% | - |
| XYZ | 22.63 | 13.31 | 35.56 | - |
| YUV | 101.53 | 162.13 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 162 | 0.01 | 0.63 | 0 | 0.36 | 298.82 | 0.46 | 0.44 |
| Hex | A0 | 3C | A2 | 1 | 3F | 0 | 24 | 12B | 2E | 2C |
| Octal | 240 | 74 | 242 | 1 | 77 | 0 | 44 | 453 | 56 | 54 |
| Binary | 10100000 | 111100 | 10100010 | 1 | 111111 | 0 | 100100 | 100101011 | 101110 | 101100 |
Color Harmonies of #A03CA2
Complementary color
Monochromatic Colors of #A03CA2
Black with #A03CA2
Text Example
Text Example
White with #A03CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03CA2; }
p { color: rgb(160,60,162); }
H1.HeaderClassName
{
color: #A03CA2;
}
.AnyTagClassName
{
color: #A03CA2;
}
</style>
background-color css
<style>
a { background-color: #A03CA2; }
a { background-color: rgb(160,60,162); }
div.DivClassName
{
background-color: #A03CA2;
}
.BgClassName
{
background-color: #A03CA2;
}
</style>
border-color css
<style>
span { border-color: #A03CA2; }
span { border-color: rgb(160,60,162); }
td.TdClassName
{
border-color: #A03CA2;
}
.TagClassName
{
border-color: #A03CA2;
}
</style>