Shades of Blue Violet #A044E9
Tints of Blue Violet #A044E9
RGB
CMYK
RGB Variations
Color information
#A044E9 (or 0xA044E9) is known color: Blue Violet. HEX triplet: A0, 44 and E9. RGB value is (160,68,233). Sum of RGB (Red+Green+Blue) = 160+68+233=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 233 (91.41% from 255 or 50.54% from 461); Max value from RGB is 233 - color contains mainly: blue. Hex color #A044E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A044E9 is #5FBB16. Grayscale: #717171. Windows color (decimal): -6273815 or 15287456. OLE color: 15287456.
HSL color Cylindrical-coordinate representation of color #A044E9: hue angle of 273.45º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A044E9 is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 68 | 233 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.09 |
| HSL | 273.45º | 0.79% | 0.59% | - |
| HSV(B) | 273.45º | 0.71% | 0.91% | - |
| XYZ | 31.27 | 17.49 | 78.82 | - |
| YUV | 114.32 | 194.98 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 233 | 0.31 | 0.71 | 0 | 0.09 | 273.45 | 0.79 | 0.59 |
| Hex | A0 | 44 | E9 | 1F | 47 | 0 | 9 | 111 | 4F | 3B |
| Octal | 240 | 104 | 351 | 37 | 107 | 0 | 11 | 421 | 117 | 73 |
| Binary | 10100000 | 1000100 | 11101001 | 11111 | 1000111 | 0 | 1001 | 100010001 | 1001111 | 111011 |
Color Harmonies of #A044E9
Complementary color
Monochromatic Colors of #A044E9
Black with #A044E9
Text Example
Text Example
White with #A044E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A044E9; }
p { color: rgb(160,68,233); }
H1.HeaderClassName
{
color: #A044E9;
}
.AnyTagClassName
{
color: #A044E9;
}
</style>
background-color css
<style>
a { background-color: #A044E9; }
a { background-color: rgb(160,68,233); }
div.DivClassName
{
background-color: #A044E9;
}
.BgClassName
{
background-color: #A044E9;
}
</style>
border-color css
<style>
span { border-color: #A044E9; }
span { border-color: rgb(160,68,233); }
td.TdClassName
{
border-color: #A044E9;
}
.TagClassName
{
border-color: #A044E9;
}
</style>