Shades of Blue Violet #A044EA
Tints of Blue Violet #A044EA
RGB
CMYK
RGB Variations
Color information
#A044EA (or 0xA044EA) is known color: Blue Violet. HEX triplet: A0, 44 and EA. RGB value is (160,68,234). Sum of RGB (Red+Green+Blue) = 160+68+234=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #A044EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A044EA is #5FBB15. Grayscale: #717171. Windows color (decimal): -6273814 or 15352992. OLE color: 15352992.
HSL color Cylindrical-coordinate representation of color #A044EA: hue angle of 273.25º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A044EA is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 68 | 234 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.08 |
| HSL | 273.25º | 0.8% | 0.59% | - |
| HSV(B) | 273.25º | 0.71% | 0.92% | - |
| XYZ | 31.42 | 17.55 | 79.57 | - |
| YUV | 114.43 | 195.48 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 234 | 0.32 | 0.71 | 0 | 0.08 | 273.25 | 0.8 | 0.59 |
| Hex | A0 | 44 | EA | 20 | 47 | 0 | 8 | 111 | 50 | 3B |
| Octal | 240 | 104 | 352 | 40 | 107 | 0 | 10 | 421 | 120 | 73 |
| Binary | 10100000 | 1000100 | 11101010 | 100000 | 1000111 | 0 | 1000 | 100010001 | 1010000 | 111011 |
Color Harmonies of #A044EA
Complementary color
Monochromatic Colors of #A044EA
Black with #A044EA
Text Example
Text Example
White with #A044EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A044EA; }
p { color: rgb(160,68,234); }
H1.HeaderClassName
{
color: #A044EA;
}
.AnyTagClassName
{
color: #A044EA;
}
</style>
background-color css
<style>
a { background-color: #A044EA; }
a { background-color: rgb(160,68,234); }
div.DivClassName
{
background-color: #A044EA;
}
.BgClassName
{
background-color: #A044EA;
}
</style>
border-color css
<style>
span { border-color: #A044EA; }
span { border-color: rgb(160,68,234); }
td.TdClassName
{
border-color: #A044EA;
}
.TagClassName
{
border-color: #A044EA;
}
</style>