Shades of Blue Violet #A044F0
Tints of Blue Violet #A044F0
RGB
CMYK
RGB Variations
Color information
#A044F0 (or 0xA044F0) is known color: Blue Violet. HEX triplet: A0, 44 and F0. RGB value is (160,68,240). Sum of RGB (Red+Green+Blue) = 160+68+240=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #A044F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A044F0 is #5FBB0F. Grayscale: #727272. Windows color (decimal): -6273808 or 15746208. OLE color: 15746208.
HSL color Cylindrical-coordinate representation of color #A044F0: hue angle of 272.09º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A044F0 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 68 | 240 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.06 |
| HSL | 272.09º | 0.85% | 0.6% | - |
| HSV(B) | 272.09º | 0.72% | 0.94% | - |
| XYZ | 32.29 | 17.9 | 84.19 | - |
| YUV | 115.12 | 198.48 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 240 | 0.33 | 0.72 | 0 | 0.06 | 272.09 | 0.85 | 0.6 |
| Hex | A0 | 44 | F0 | 21 | 48 | 0 | 6 | 110 | 55 | 3C |
| Octal | 240 | 104 | 360 | 41 | 110 | 0 | 6 | 420 | 125 | 74 |
| Binary | 10100000 | 1000100 | 11110000 | 100001 | 1001000 | 0 | 110 | 100010000 | 1010101 | 111100 |
Color Harmonies of #A044F0
Complementary color
Monochromatic Colors of #A044F0
Black with #A044F0
Text Example
Text Example
White with #A044F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A044F0; }
p { color: rgb(160,68,240); }
H1.HeaderClassName
{
color: #A044F0;
}
.AnyTagClassName
{
color: #A044F0;
}
</style>
background-color css
<style>
a { background-color: #A044F0; }
a { background-color: rgb(160,68,240); }
div.DivClassName
{
background-color: #A044F0;
}
.BgClassName
{
background-color: #A044F0;
}
</style>
border-color css
<style>
span { border-color: #A044F0; }
span { border-color: rgb(160,68,240); }
td.TdClassName
{
border-color: #A044F0;
}
.TagClassName
{
border-color: #A044F0;
}
</style>