Shades of Blue Violet #A049E9
Tints of Blue Violet #A049E9
RGB
CMYK
RGB Variations
Color information
#A049E9 (or 0xA049E9) is known color: Blue Violet. HEX triplet: A0, 49 and E9. RGB value is (160,73,233). Sum of RGB (Red+Green+Blue) = 160+73+233=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #A049E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A049E9 is #5FB616. Grayscale: #747474. Windows color (decimal): -6272535 or 15288736. OLE color: 15288736.
HSL color Cylindrical-coordinate representation of color #A049E9: hue angle of 272.62º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A049E9 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 73 | 233 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.09 |
| HSL | 272.63º | 0.78% | 0.6% | - |
| HSV(B) | 272.63º | 0.69% | 0.91% | - |
| XYZ | 31.59 | 18.12 | 78.92 | - |
| YUV | 117.25 | 193.32 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 233 | 0.31 | 0.69 | 0 | 0.09 | 272.63 | 0.78 | 0.6 |
| Hex | A0 | 49 | E9 | 1F | 45 | 0 | 9 | 111 | 4E | 3C |
| Octal | 240 | 111 | 351 | 37 | 105 | 0 | 11 | 421 | 116 | 74 |
| Binary | 10100000 | 1001001 | 11101001 | 11111 | 1000101 | 0 | 1001 | 100010001 | 1001110 | 111100 |
Color Harmonies of #A049E9
Complementary color
Monochromatic Colors of #A049E9
Black with #A049E9
Text Example
Text Example
White with #A049E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A049E9; }
p { color: rgb(160,73,233); }
H1.HeaderClassName
{
color: #A049E9;
}
.AnyTagClassName
{
color: #A049E9;
}
</style>
background-color css
<style>
a { background-color: #A049E9; }
a { background-color: rgb(160,73,233); }
div.DivClassName
{
background-color: #A049E9;
}
.BgClassName
{
background-color: #A049E9;
}
</style>
border-color css
<style>
span { border-color: #A049E9; }
span { border-color: rgb(160,73,233); }
td.TdClassName
{
border-color: #A049E9;
}
.TagClassName
{
border-color: #A049E9;
}
</style>