Shades of Blue Violet #A049FF
Tints of Blue Violet #A049FF
RGB
CMYK
RGB Variations
Color information
#A049FF (or 0xA049FF) is known color: Blue Violet. HEX triplet: A0, 49 and FF. RGB value is (160,73,255). Sum of RGB (Red+Green+Blue) = 160+73+255=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #A049FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A049FF is #5FB600. Grayscale: #777777. Windows color (decimal): -6272513 or 16730528. OLE color: 16730528.
HSL color Cylindrical-coordinate representation of color #A049FF: hue angle of 268.68º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A049FF is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 73 | 255 | - |
| CMYK | 0.37 | 0.71 | 0 | 0 |
| HSL | 268.68º | 1% | 0.64% | - |
| HSV(B) | 268.68º | 0.71% | 1% | - |
| XYZ | 34.93 | 19.46 | 96.52 | - |
| YUV | 119.76 | 204.32 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 255 | 0.37 | 0.71 | 0 | 0 | 268.68 | 1 | 0.64 |
| Hex | A0 | 49 | FF | 25 | 47 | 0 | 0 | 10D | 64 | 40 |
| Octal | 240 | 111 | 377 | 45 | 107 | 0 | 0 | 415 | 144 | 100 |
| Binary | 10100000 | 1001001 | 11111111 | 100101 | 1000111 | 0 | 0 | 100001101 | 1100100 | 1000000 |
Color Harmonies of #A049FF
Complementary color
Monochromatic Colors of #A049FF
Black with #A049FF
Text Example
Text Example
White with #A049FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A049FF; }
p { color: rgb(160,73,255); }
H1.HeaderClassName
{
color: #A049FF;
}
.AnyTagClassName
{
color: #A049FF;
}
</style>
background-color css
<style>
a { background-color: #A049FF; }
a { background-color: rgb(160,73,255); }
div.DivClassName
{
background-color: #A049FF;
}
.BgClassName
{
background-color: #A049FF;
}
</style>
border-color css
<style>
span { border-color: #A049FF; }
span { border-color: rgb(160,73,255); }
td.TdClassName
{
border-color: #A049FF;
}
.TagClassName
{
border-color: #A049FF;
}
</style>