Shades of Blue Violet #A926EF
Tints of Blue Violet #A926EF
RGB
CMYK
RGB Variations
Color information
#A926EF (or 0xA926EF) is known color: Blue Violet. HEX triplet: A9, 26 and EF. RGB value is (169,38,239). Sum of RGB (Red+Green+Blue) = 169+38+239=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 38 (15.23% from 255 or 8.52% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #A926EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A926EF is #56D910. Grayscale: #636363. Windows color (decimal): -5691665 or 15673001. OLE color: 15673001.
HSL color Cylindrical-coordinate representation of color #A926EF: hue angle of 279.1º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A926EF is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 38 | 239 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.06 |
| HSL | 279.1º | 0.86% | 0.54% | - |
| HSV(B) | 279.1º | 0.84% | 0.94% | - |
| XYZ | 32.64 | 16.05 | 83.04 | - |
| YUV | 100.08 | 206.4 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 38 | 239 | 0.29 | 0.84 | 0 | 0.06 | 279.1 | 0.86 | 0.54 |
| Hex | A9 | 26 | EF | 1D | 54 | 0 | 6 | 117 | 56 | 36 |
| Octal | 251 | 46 | 357 | 35 | 124 | 0 | 6 | 427 | 126 | 66 |
| Binary | 10101001 | 100110 | 11101111 | 11101 | 1010100 | 0 | 110 | 100010111 | 1010110 | 110110 |
Color Harmonies of #A926EF
Complementary color
Monochromatic Colors of #A926EF
Black with #A926EF
Text Example
Text Example
White with #A926EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A926EF; }
p { color: rgb(169,38,239); }
H1.HeaderClassName
{
color: #A926EF;
}
.AnyTagClassName
{
color: #A926EF;
}
</style>
background-color css
<style>
a { background-color: #A926EF; }
a { background-color: rgb(169,38,239); }
div.DivClassName
{
background-color: #A926EF;
}
.BgClassName
{
background-color: #A926EF;
}
</style>
border-color css
<style>
span { border-color: #A926EF; }
span { border-color: rgb(169,38,239); }
td.TdClassName
{
border-color: #A926EF;
}
.TagClassName
{
border-color: #A926EF;
}
</style>