Shades of Blue Violet #A026EE
Tints of Blue Violet #A026EE
RGB
CMYK
RGB Variations
Color information
#A026EE (or 0xA026EE) is known color: Blue Violet. HEX triplet: A0, 26 and EE. RGB value is (160,38,238). Sum of RGB (Red+Green+Blue) = 160+38+238=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 38 (15.23% from 255 or 8.72% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #A026EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A026EE is #5FD911. Grayscale: #606060. Windows color (decimal): -6281490 or 15607456. OLE color: 15607456.
HSL color Cylindrical-coordinate representation of color #A026EE: hue angle of 276.6º degrees, saturation: 0.85, 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 #A026EE is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 38 | 238 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.07 |
| HSL | 276.6º | 0.85% | 0.54% | - |
| HSV(B) | 276.6º | 0.84% | 0.93% | - |
| XYZ | 30.62 | 15.03 | 82.18 | - |
| YUV | 97.28 | 207.42 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 238 | 0.33 | 0.84 | 0 | 0.07 | 276.6 | 0.85 | 0.54 |
| Hex | A0 | 26 | EE | 21 | 54 | 0 | 7 | 115 | 55 | 36 |
| Octal | 240 | 46 | 356 | 41 | 124 | 0 | 7 | 425 | 125 | 66 |
| Binary | 10100000 | 100110 | 11101110 | 100001 | 1010100 | 0 | 111 | 100010101 | 1010101 | 110110 |
Color Harmonies of #A026EE
Complementary color
Monochromatic Colors of #A026EE
Black with #A026EE
Text Example
Text Example
White with #A026EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A026EE; }
p { color: rgb(160,38,238); }
H1.HeaderClassName
{
color: #A026EE;
}
.AnyTagClassName
{
color: #A026EE;
}
</style>
background-color css
<style>
a { background-color: #A026EE; }
a { background-color: rgb(160,38,238); }
div.DivClassName
{
background-color: #A026EE;
}
.BgClassName
{
background-color: #A026EE;
}
</style>
border-color css
<style>
span { border-color: #A026EE; }
span { border-color: rgb(160,38,238); }
td.TdClassName
{
border-color: #A026EE;
}
.TagClassName
{
border-color: #A026EE;
}
</style>