Shades of Blue Violet #A926E9
Tints of Blue Violet #A926E9
RGB
CMYK
RGB Variations
Color information
#A926E9 (or 0xA926E9) is known color: Blue Violet. HEX triplet: A9, 26 and E9. RGB value is (169,38,233). Sum of RGB (Red+Green+Blue) = 169+38+233=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 38 (15.23% from 255 or 8.64% from 440); Blue value is 233 (91.41% from 255 or 52.95% from 440); Max value from RGB is 233 - color contains mainly: blue. Hex color #A926E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A926E9 is #56D916. Grayscale: #626262. Windows color (decimal): -5691671 or 15279785. OLE color: 15279785.
HSL color Cylindrical-coordinate representation of color #A926E9: hue angle of 280.31º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A926E9 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 38 | 233 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.09 |
| HSL | 280.31º | 0.82% | 0.53% | - |
| HSV(B) | 280.31º | 0.84% | 0.91% | - |
| XYZ | 31.76 | 15.7 | 78.45 | - |
| YUV | 99.4 | 203.4 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 38 | 233 | 0.27 | 0.84 | 0 | 0.09 | 280.31 | 0.82 | 0.53 |
| Hex | A9 | 26 | E9 | 1B | 54 | 0 | 9 | 118 | 52 | 35 |
| Octal | 251 | 46 | 351 | 33 | 124 | 0 | 11 | 430 | 122 | 65 |
| Binary | 10101001 | 100110 | 11101001 | 11011 | 1010100 | 0 | 1001 | 100011000 | 1010010 | 110101 |
Color Harmonies of #A926E9
Complementary color
Monochromatic Colors of #A926E9
Black with #A926E9
Text Example
Text Example
White with #A926E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A926E9; }
p { color: rgb(169,38,233); }
H1.HeaderClassName
{
color: #A926E9;
}
.AnyTagClassName
{
color: #A926E9;
}
</style>
background-color css
<style>
a { background-color: #A926E9; }
a { background-color: rgb(169,38,233); }
div.DivClassName
{
background-color: #A926E9;
}
.BgClassName
{
background-color: #A926E9;
}
</style>
border-color css
<style>
span { border-color: #A926E9; }
span { border-color: rgb(169,38,233); }
td.TdClassName
{
border-color: #A926E9;
}
.TagClassName
{
border-color: #A926E9;
}
</style>