Shades of Blue Violet #A926F1
Tints of Blue Violet #A926F1
RGB
CMYK
RGB Variations
Color information
#A926F1 (or 0xA926F1) is known color: Blue Violet. HEX triplet: A9, 26 and F1. RGB value is (169,38,241). Sum of RGB (Red+Green+Blue) = 169+38+241=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 38 (15.23% from 255 or 8.48% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #A926F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A926F1 is #56D90E. Grayscale: #636363. Windows color (decimal): -5691663 or 15804073. OLE color: 15804073.
HSL color Cylindrical-coordinate representation of color #A926F1: hue angle of 278.72º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A926F1 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 38 | 241 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.05 |
| HSL | 278.72º | 0.88% | 0.55% | - |
| HSV(B) | 278.72º | 0.84% | 0.95% | - |
| XYZ | 32.93 | 16.17 | 84.6 | - |
| YUV | 100.31 | 207.4 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 38 | 241 | 0.30 | 0.84 | 0 | 0.05 | 278.72 | 0.88 | 0.55 |
| Hex | A9 | 26 | F1 | 1E | 54 | 0 | 5 | 117 | 58 | 37 |
| Octal | 251 | 46 | 361 | 36 | 124 | 0 | 5 | 427 | 130 | 67 |
| Binary | 10101001 | 100110 | 11110001 | 11110 | 1010100 | 0 | 101 | 100010111 | 1011000 | 110111 |
Color Harmonies of #A926F1
Complementary color
Monochromatic Colors of #A926F1
Black with #A926F1
Text Example
Text Example
White with #A926F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A926F1; }
p { color: rgb(169,38,241); }
H1.HeaderClassName
{
color: #A926F1;
}
.AnyTagClassName
{
color: #A926F1;
}
</style>
background-color css
<style>
a { background-color: #A926F1; }
a { background-color: rgb(169,38,241); }
div.DivClassName
{
background-color: #A926F1;
}
.BgClassName
{
background-color: #A926F1;
}
</style>
border-color css
<style>
span { border-color: #A926F1; }
span { border-color: rgb(169,38,241); }
td.TdClassName
{
border-color: #A926F1;
}
.TagClassName
{
border-color: #A926F1;
}
</style>