Shades of Blue Violet #A049F2
Tints of Blue Violet #A049F2
RGB
CMYK
RGB Variations
Color information
#A049F2 (or 0xA049F2) is known color: Blue Violet. HEX triplet: A0, 49 and F2. RGB value is (160,73,242). Sum of RGB (Red+Green+Blue) = 160+73+242=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #A049F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A049F2 is #5FB60D. Grayscale: #757575. Windows color (decimal): -6272526 or 15878560. OLE color: 15878560.
HSL color Cylindrical-coordinate representation of color #A049F2: hue angle of 270.89º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A049F2 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 73 | 242 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.05 |
| HSL | 270.89º | 0.87% | 0.62% | - |
| HSV(B) | 270.89º | 0.7% | 0.95% | - |
| XYZ | 32.91 | 18.65 | 85.87 | - |
| YUV | 118.28 | 197.82 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 242 | 0.34 | 0.70 | 0 | 0.05 | 270.89 | 0.87 | 0.62 |
| Hex | A0 | 49 | F2 | 22 | 46 | 0 | 5 | 10F | 57 | 3E |
| Octal | 240 | 111 | 362 | 42 | 106 | 0 | 5 | 417 | 127 | 76 |
| Binary | 10100000 | 1001001 | 11110010 | 100010 | 1000110 | 0 | 101 | 100001111 | 1010111 | 111110 |
Color Harmonies of #A049F2
Complementary color
Monochromatic Colors of #A049F2
Black with #A049F2
Text Example
Text Example
White with #A049F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A049F2; }
p { color: rgb(160,73,242); }
H1.HeaderClassName
{
color: #A049F2;
}
.AnyTagClassName
{
color: #A049F2;
}
</style>
background-color css
<style>
a { background-color: #A049F2; }
a { background-color: rgb(160,73,242); }
div.DivClassName
{
background-color: #A049F2;
}
.BgClassName
{
background-color: #A049F2;
}
</style>
border-color css
<style>
span { border-color: #A049F2; }
span { border-color: rgb(160,73,242); }
td.TdClassName
{
border-color: #A049F2;
}
.TagClassName
{
border-color: #A049F2;
}
</style>