Shades of Blue Violet #A01BEC
Tints of Blue Violet #A01BEC
RGB
CMYK
RGB Variations
Color information
#A01BEC (or 0xA01BEC) is known color: Blue Violet. HEX triplet: A0, 1B and EC. RGB value is (160,27,236). Sum of RGB (Red+Green+Blue) = 160+27+236=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 27 (10.94% from 255 or 6.38% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #A01BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01BEC is #5FE413. Grayscale: #595959. Windows color (decimal): -6284308 or 15473568. OLE color: 15473568.
HSL color Cylindrical-coordinate representation of color #A01BEC: hue angle of 278.18º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01BEC is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 27 | 236 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.07 |
| HSL | 278.18º | 0.85% | 0.52% | - |
| HSV(B) | 278.18º | 0.89% | 0.93% | - |
| XYZ | 30.03 | 14.31 | 80.54 | - |
| YUV | 90.59 | 210.06 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 27 | 236 | 0.32 | 0.89 | 0 | 0.07 | 278.18 | 0.85 | 0.52 |
| Hex | A0 | 1B | EC | 20 | 59 | 0 | 7 | 116 | 55 | 34 |
| Octal | 240 | 33 | 354 | 40 | 131 | 0 | 7 | 426 | 125 | 64 |
| Binary | 10100000 | 11011 | 11101100 | 100000 | 1011001 | 0 | 111 | 100010110 | 1010101 | 110100 |
Color Harmonies of #A01BEC
Complementary color
Monochromatic Colors of #A01BEC
Black with #A01BEC
Text Example
Text Example
White with #A01BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01BEC; }
p { color: rgb(160,27,236); }
H1.HeaderClassName
{
color: #A01BEC;
}
.AnyTagClassName
{
color: #A01BEC;
}
</style>
background-color css
<style>
a { background-color: #A01BEC; }
a { background-color: rgb(160,27,236); }
div.DivClassName
{
background-color: #A01BEC;
}
.BgClassName
{
background-color: #A01BEC;
}
</style>
border-color css
<style>
span { border-color: #A01BEC; }
span { border-color: rgb(160,27,236); }
td.TdClassName
{
border-color: #A01BEC;
}
.TagClassName
{
border-color: #A01BEC;
}
</style>