Shades of Blue Violet #A026EC
Tints of Blue Violet #A026EC
RGB
CMYK
RGB Variations
Color information
#A026EC (or 0xA026EC) is known color: Blue Violet. HEX triplet: A0, 26 and EC. RGB value is (160,38,236). Sum of RGB (Red+Green+Blue) = 160+38+236=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 38 (15.23% from 255 or 8.76% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #A026EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A026EC is #5FD913. Grayscale: #606060. Windows color (decimal): -6281492 or 15476384. OLE color: 15476384.
HSL color Cylindrical-coordinate representation of color #A026EC: hue angle of 276.97º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A026EC is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 38 | 236 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.07 |
| HSL | 276.97º | 0.84% | 0.54% | - |
| HSV(B) | 276.97º | 0.84% | 0.93% | - |
| XYZ | 30.33 | 14.92 | 80.64 | - |
| YUV | 97.05 | 206.42 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 236 | 0.32 | 0.84 | 0 | 0.07 | 276.97 | 0.84 | 0.54 |
| Hex | A0 | 26 | EC | 20 | 54 | 0 | 7 | 115 | 54 | 36 |
| Octal | 240 | 46 | 354 | 40 | 124 | 0 | 7 | 425 | 124 | 66 |
| Binary | 10100000 | 100110 | 11101100 | 100000 | 1010100 | 0 | 111 | 100010101 | 1010100 | 110110 |
Color Harmonies of #A026EC
Complementary color
Monochromatic Colors of #A026EC
Black with #A026EC
Text Example
Text Example
White with #A026EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A026EC; }
p { color: rgb(160,38,236); }
H1.HeaderClassName
{
color: #A026EC;
}
.AnyTagClassName
{
color: #A026EC;
}
</style>
background-color css
<style>
a { background-color: #A026EC; }
a { background-color: rgb(160,38,236); }
div.DivClassName
{
background-color: #A026EC;
}
.BgClassName
{
background-color: #A026EC;
}
</style>
border-color css
<style>
span { border-color: #A026EC; }
span { border-color: rgb(160,38,236); }
td.TdClassName
{
border-color: #A026EC;
}
.TagClassName
{
border-color: #A026EC;
}
</style>