Shades of Blue Violet #A01CEB
Tints of Blue Violet #A01CEB
RGB
CMYK
RGB Variations
Color information
#A01CEB (or 0xA01CEB) is known color: Blue Violet. HEX triplet: A0, 1C and EB. RGB value is (160,28,235). Sum of RGB (Red+Green+Blue) = 160+28+235=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #A01CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01CEB is #5FE314. Grayscale: #5A5A5A. Windows color (decimal): -6284053 or 15408288. OLE color: 15408288.
HSL color Cylindrical-coordinate representation of color #A01CEB: hue angle of 278.26º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01CEB is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 28 | 235 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.08 |
| HSL | 278.26º | 0.84% | 0.52% | - |
| HSV(B) | 278.26º | 0.88% | 0.92% | - |
| XYZ | 29.91 | 14.3 | 79.78 | - |
| YUV | 91.07 | 209.23 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 28 | 235 | 0.32 | 0.88 | 0 | 0.08 | 278.26 | 0.84 | 0.52 |
| Hex | A0 | 1C | EB | 20 | 58 | 0 | 8 | 116 | 54 | 34 |
| Octal | 240 | 34 | 353 | 40 | 130 | 0 | 10 | 426 | 124 | 64 |
| Binary | 10100000 | 11100 | 11101011 | 100000 | 1011000 | 0 | 1000 | 100010110 | 1010100 | 110100 |
Color Harmonies of #A01CEB
Complementary color
Monochromatic Colors of #A01CEB
Black with #A01CEB
Text Example
Text Example
White with #A01CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01CEB; }
p { color: rgb(160,28,235); }
H1.HeaderClassName
{
color: #A01CEB;
}
.AnyTagClassName
{
color: #A01CEB;
}
</style>
background-color css
<style>
a { background-color: #A01CEB; }
a { background-color: rgb(160,28,235); }
div.DivClassName
{
background-color: #A01CEB;
}
.BgClassName
{
background-color: #A01CEB;
}
</style>
border-color css
<style>
span { border-color: #A01CEB; }
span { border-color: rgb(160,28,235); }
td.TdClassName
{
border-color: #A01CEB;
}
.TagClassName
{
border-color: #A01CEB;
}
</style>