Shades of Blue Violet #A926F6
Tints of Blue Violet #A926F6
RGB
CMYK
RGB Variations
Color information
#A926F6 (or 0xA926F6) is known color: Blue Violet. HEX triplet: A9, 26 and F6. RGB value is (169,38,246). Sum of RGB (Red+Green+Blue) = 169+38+246=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 38 (15.23% from 255 or 8.39% from 453); Blue value is 246 (96.48% from 255 or 54.30% from 453); Max value from RGB is 246 - color contains mainly: blue. Hex color #A926F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A926F6 is #56D909. Grayscale: #646464. Windows color (decimal): -5691658 or 16131753. OLE color: 16131753.
HSL color Cylindrical-coordinate representation of color #A926F6: hue angle of 277.79º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A926F6 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 38 | 246 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.04 |
| HSL | 277.79º | 0.92% | 0.56% | - |
| HSV(B) | 277.79º | 0.85% | 0.96% | - |
| XYZ | 33.69 | 16.48 | 88.59 | - |
| YUV | 100.88 | 209.9 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 38 | 246 | 0.31 | 0.85 | 0 | 0.04 | 277.79 | 0.92 | 0.56 |
| Hex | A9 | 26 | F6 | 1F | 55 | 0 | 4 | 116 | 5C | 38 |
| Octal | 251 | 46 | 366 | 37 | 125 | 0 | 4 | 426 | 134 | 70 |
| Binary | 10101001 | 100110 | 11110110 | 11111 | 1010101 | 0 | 100 | 100010110 | 1011100 | 111000 |
Color Harmonies of #A926F6
Complementary color
Monochromatic Colors of #A926F6
Black with #A926F6
Text Example
Text Example
White with #A926F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A926F6; }
p { color: rgb(169,38,246); }
H1.HeaderClassName
{
color: #A926F6;
}
.AnyTagClassName
{
color: #A926F6;
}
</style>
background-color css
<style>
a { background-color: #A926F6; }
a { background-color: rgb(169,38,246); }
div.DivClassName
{
background-color: #A926F6;
}
.BgClassName
{
background-color: #A926F6;
}
</style>
border-color css
<style>
span { border-color: #A926F6; }
span { border-color: rgb(169,38,246); }
td.TdClassName
{
border-color: #A926F6;
}
.TagClassName
{
border-color: #A926F6;
}
</style>