Shades of Blue Violet #A03CEA
Tints of Blue Violet #A03CEA
RGB
CMYK
RGB Variations
Color information
#A03CEA (or 0xA03CEA) is known color: Blue Violet. HEX triplet: A0, 3C and EA. RGB value is (160,60,234). Sum of RGB (Red+Green+Blue) = 160+60+234=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 60 (23.83% from 255 or 13.22% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #A03CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03CEA is #5FC315. Grayscale: #6D6D6D. Windows color (decimal): -6275862 or 15350944. OLE color: 15350944.
HSL color Cylindrical-coordinate representation of color #A03CEA: hue angle of 274.48º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A03CEA is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 60 | 234 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.08 |
| HSL | 274.48º | 0.81% | 0.58% | - |
| HSV(B) | 274.48º | 0.74% | 0.92% | - |
| XYZ | 30.96 | 16.65 | 79.42 | - |
| YUV | 109.74 | 198.13 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 234 | 0.32 | 0.74 | 0 | 0.08 | 274.48 | 0.81 | 0.58 |
| Hex | A0 | 3C | EA | 20 | 4A | 0 | 8 | 112 | 51 | 3A |
| Octal | 240 | 74 | 352 | 40 | 112 | 0 | 10 | 422 | 121 | 72 |
| Binary | 10100000 | 111100 | 11101010 | 100000 | 1001010 | 0 | 1000 | 100010010 | 1010001 | 111010 |
Color Harmonies of #A03CEA
Complementary color
Monochromatic Colors of #A03CEA
Black with #A03CEA
Text Example
Text Example
White with #A03CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03CEA; }
p { color: rgb(160,60,234); }
H1.HeaderClassName
{
color: #A03CEA;
}
.AnyTagClassName
{
color: #A03CEA;
}
</style>
background-color css
<style>
a { background-color: #A03CEA; }
a { background-color: rgb(160,60,234); }
div.DivClassName
{
background-color: #A03CEA;
}
.BgClassName
{
background-color: #A03CEA;
}
</style>
border-color css
<style>
span { border-color: #A03CEA; }
span { border-color: rgb(160,60,234); }
td.TdClassName
{
border-color: #A03CEA;
}
.TagClassName
{
border-color: #A03CEA;
}
</style>