Shades of Blue Violet #A849F9
Tints of Blue Violet #A849F9
RGB
CMYK
RGB Variations
Color information
#A849F9 (or 0xA849F9) is known color: Blue Violet. HEX triplet: A8, 49 and F9. RGB value is (168,73,249). Sum of RGB (Red+Green+Blue) = 168+73+249=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #A849F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A849F9 is #57B606. Grayscale: #787878. Windows color (decimal): -5748231 or 16337320. OLE color: 16337320.
HSL color Cylindrical-coordinate representation of color #A849F9: hue angle of 272.39º 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 #A849F9 is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 73 | 249 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.02 |
| HSL | 272.39º | 0.94% | 0.63% | - |
| HSV(B) | 272.39º | 0.71% | 0.98% | - |
| XYZ | 35.63 | 19.93 | 91.59 | - |
| YUV | 121.47 | 199.97 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 249 | 0.33 | 0.71 | 0 | 0.02 | 272.39 | 0.94 | 0.63 |
| Hex | A8 | 49 | F9 | 21 | 47 | 0 | 2 | 110 | 5E | 3F |
| Octal | 250 | 111 | 371 | 41 | 107 | 0 | 2 | 420 | 136 | 77 |
| Binary | 10101000 | 1001001 | 11111001 | 100001 | 1000111 | 0 | 10 | 100010000 | 1011110 | 111111 |
Color Harmonies of #A849F9
Complementary color
Monochromatic Colors of #A849F9
Black with #A849F9
Text Example
Text Example
White with #A849F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A849F9; }
p { color: rgb(168,73,249); }
H1.HeaderClassName
{
color: #A849F9;
}
.AnyTagClassName
{
color: #A849F9;
}
</style>
background-color css
<style>
a { background-color: #A849F9; }
a { background-color: rgb(168,73,249); }
div.DivClassName
{
background-color: #A849F9;
}
.BgClassName
{
background-color: #A849F9;
}
</style>
border-color css
<style>
span { border-color: #A849F9; }
span { border-color: rgb(168,73,249); }
td.TdClassName
{
border-color: #A849F9;
}
.TagClassName
{
border-color: #A849F9;
}
</style>