Shades of Blue Violet #A026E4
Tints of Blue Violet #A026E4
RGB
CMYK
RGB Variations
Color information
#A026E4 (or 0xA026E4) is known color: Blue Violet. HEX triplet: A0, 26 and E4. RGB value is (160,38,228). Sum of RGB (Red+Green+Blue) = 160+38+228=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 228 (89.45% from 255 or 53.52% from 426); Max value from RGB is 228 - color contains mainly: blue. Hex color #A026E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A026E4 is #5FD91B. Grayscale: #5F5F5F. Windows color (decimal): -6281500 or 14952096. OLE color: 14952096.
HSL color Cylindrical-coordinate representation of color #A026E4: hue angle of 278.53º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A026E4 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 38 | 228 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.11 |
| HSL | 278.53º | 0.78% | 0.52% | - |
| HSV(B) | 278.53º | 0.83% | 0.89% | - |
| XYZ | 29.19 | 14.46 | 74.65 | - |
| YUV | 96.14 | 202.42 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 228 | 0.30 | 0.83 | 0 | 0.11 | 278.53 | 0.78 | 0.52 |
| Hex | A0 | 26 | E4 | 1E | 53 | 0 | B | 117 | 4E | 34 |
| Octal | 240 | 46 | 344 | 36 | 123 | 0 | 13 | 427 | 116 | 64 |
| Binary | 10100000 | 100110 | 11100100 | 11110 | 1010011 | 0 | 1011 | 100010111 | 1001110 | 110100 |
Color Harmonies of #A026E4
Complementary color
Monochromatic Colors of #A026E4
Black with #A026E4
Text Example
Text Example
White with #A026E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A026E4; }
p { color: rgb(160,38,228); }
H1.HeaderClassName
{
color: #A026E4;
}
.AnyTagClassName
{
color: #A026E4;
}
</style>
background-color css
<style>
a { background-color: #A026E4; }
a { background-color: rgb(160,38,228); }
div.DivClassName
{
background-color: #A026E4;
}
.BgClassName
{
background-color: #A026E4;
}
</style>
border-color css
<style>
span { border-color: #A026E4; }
span { border-color: rgb(160,38,228); }
td.TdClassName
{
border-color: #A026E4;
}
.TagClassName
{
border-color: #A026E4;
}
</style>