Shades of Blue Violet #A01CEA
Tints of Blue Violet #A01CEA
RGB
CMYK
RGB Variations
Color information
#A01CEA (or 0xA01CEA) is known color: Blue Violet. HEX triplet: A0, 1C and EA. RGB value is (160,28,234). Sum of RGB (Red+Green+Blue) = 160+28+234=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #A01CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01CEA is #5FE315. Grayscale: #5A5A5A. Windows color (decimal): -6284054 or 15342752. OLE color: 15342752.
HSL color Cylindrical-coordinate representation of color #A01CEA: hue angle of 278.45º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01CEA is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 28 | 234 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.08 |
| HSL | 278.45º | 0.83% | 0.51% | - |
| HSV(B) | 278.45º | 0.88% | 0.92% | - |
| XYZ | 29.76 | 14.24 | 79.02 | - |
| YUV | 90.95 | 208.73 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 28 | 234 | 0.32 | 0.88 | 0 | 0.08 | 278.45 | 0.83 | 0.51 |
| Hex | A0 | 1C | EA | 20 | 58 | 0 | 8 | 116 | 53 | 33 |
| Octal | 240 | 34 | 352 | 40 | 130 | 0 | 10 | 426 | 123 | 63 |
| Binary | 10100000 | 11100 | 11101010 | 100000 | 1011000 | 0 | 1000 | 100010110 | 1010011 | 110011 |
Color Harmonies of #A01CEA
Complementary color
Monochromatic Colors of #A01CEA
Black with #A01CEA
Text Example
Text Example
White with #A01CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01CEA; }
p { color: rgb(160,28,234); }
H1.HeaderClassName
{
color: #A01CEA;
}
.AnyTagClassName
{
color: #A01CEA;
}
</style>
background-color css
<style>
a { background-color: #A01CEA; }
a { background-color: rgb(160,28,234); }
div.DivClassName
{
background-color: #A01CEA;
}
.BgClassName
{
background-color: #A01CEA;
}
</style>
border-color css
<style>
span { border-color: #A01CEA; }
span { border-color: rgb(160,28,234); }
td.TdClassName
{
border-color: #A01CEA;
}
.TagClassName
{
border-color: #A01CEA;
}
</style>