Shades of Blue Violet #A049F9
Tints of Blue Violet #A049F9
RGB
CMYK
RGB Variations
Color information
#A049F9 (or 0xA049F9) is known color: Blue Violet. HEX triplet: A0, 49 and F9. RGB value is (160,73,249). Sum of RGB (Red+Green+Blue) = 160+73+249=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 249 (97.66% from 255 or 51.66% from 482); Max value from RGB is 249 - color contains mainly: blue. Hex color #A049F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A049F9 is #5FB606. Grayscale: #767676. Windows color (decimal): -6272519 or 16337312. OLE color: 16337312.
HSL color Cylindrical-coordinate representation of color #A049F9: hue angle of 269.66º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A049F9 is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 73 | 249 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.02 |
| HSL | 269.66º | 0.94% | 0.63% | - |
| HSV(B) | 269.66º | 0.71% | 0.98% | - |
| XYZ | 33.98 | 19.08 | 91.51 | - |
| YUV | 119.08 | 201.32 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 249 | 0.36 | 0.71 | 0 | 0.02 | 269.66 | 0.94 | 0.63 |
| Hex | A0 | 49 | F9 | 24 | 47 | 0 | 2 | 10E | 5E | 3F |
| Octal | 240 | 111 | 371 | 44 | 107 | 0 | 2 | 416 | 136 | 77 |
| Binary | 10100000 | 1001001 | 11111001 | 100100 | 1000111 | 0 | 10 | 100001110 | 1011110 | 111111 |
Color Harmonies of #A049F9
Complementary color
Monochromatic Colors of #A049F9
Black with #A049F9
Text Example
Text Example
White with #A049F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A049F9; }
p { color: rgb(160,73,249); }
H1.HeaderClassName
{
color: #A049F9;
}
.AnyTagClassName
{
color: #A049F9;
}
</style>
background-color css
<style>
a { background-color: #A049F9; }
a { background-color: rgb(160,73,249); }
div.DivClassName
{
background-color: #A049F9;
}
.BgClassName
{
background-color: #A049F9;
}
</style>
border-color css
<style>
span { border-color: #A049F9; }
span { border-color: rgb(160,73,249); }
td.TdClassName
{
border-color: #A049F9;
}
.TagClassName
{
border-color: #A049F9;
}
</style>