Shades of Blue Violet #A01CEE
Tints of Blue Violet #A01CEE
RGB
CMYK
RGB Variations
Color information
#A01CEE (or 0xA01CEE) is known color: Blue Violet. HEX triplet: A0, 1C and EE. RGB value is (160,28,238). Sum of RGB (Red+Green+Blue) = 160+28+238=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #A01CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01CEE is #5FE311. Grayscale: #5A5A5A. Windows color (decimal): -6284050 or 15604896. OLE color: 15604896.
HSL color Cylindrical-coordinate representation of color #A01CEE: hue angle of 277.71º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01CEE is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 28 | 238 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.07 |
| HSL | 277.71º | 0.86% | 0.52% | - |
| HSV(B) | 277.71º | 0.88% | 0.93% | - |
| XYZ | 30.35 | 14.48 | 82.08 | - |
| YUV | 91.41 | 210.73 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 28 | 238 | 0.33 | 0.88 | 0 | 0.07 | 277.71 | 0.86 | 0.52 |
| Hex | A0 | 1C | EE | 21 | 58 | 0 | 7 | 116 | 56 | 34 |
| Octal | 240 | 34 | 356 | 41 | 130 | 0 | 7 | 426 | 126 | 64 |
| Binary | 10100000 | 11100 | 11101110 | 100001 | 1011000 | 0 | 111 | 100010110 | 1010110 | 110100 |
Color Harmonies of #A01CEE
Complementary color
Monochromatic Colors of #A01CEE
Black with #A01CEE
Text Example
Text Example
White with #A01CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01CEE; }
p { color: rgb(160,28,238); }
H1.HeaderClassName
{
color: #A01CEE;
}
.AnyTagClassName
{
color: #A01CEE;
}
</style>
background-color css
<style>
a { background-color: #A01CEE; }
a { background-color: rgb(160,28,238); }
div.DivClassName
{
background-color: #A01CEE;
}
.BgClassName
{
background-color: #A01CEE;
}
</style>
border-color css
<style>
span { border-color: #A01CEE; }
span { border-color: rgb(160,28,238); }
td.TdClassName
{
border-color: #A01CEE;
}
.TagClassName
{
border-color: #A01CEE;
}
</style>