Shades of Blue Violet #A044EE
Tints of Blue Violet #A044EE
RGB
CMYK
RGB Variations
Color information
#A044EE (or 0xA044EE) is known color: Blue Violet. HEX triplet: A0, 44 and EE. RGB value is (160,68,238). Sum of RGB (Red+Green+Blue) = 160+68+238=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #A044EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A044EE is #5FBB11. Grayscale: #727272. Windows color (decimal): -6273810 or 15615136. OLE color: 15615136.
HSL color Cylindrical-coordinate representation of color #A044EE: hue angle of 272.47º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A044EE is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 68 | 238 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.07 |
| HSL | 272.47º | 0.83% | 0.6% | - |
| HSV(B) | 272.47º | 0.71% | 0.93% | - |
| XYZ | 32 | 17.78 | 82.63 | - |
| YUV | 114.89 | 197.48 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 238 | 0.33 | 0.71 | 0 | 0.07 | 272.47 | 0.83 | 0.6 |
| Hex | A0 | 44 | EE | 21 | 47 | 0 | 7 | 110 | 53 | 3C |
| Octal | 240 | 104 | 356 | 41 | 107 | 0 | 7 | 420 | 123 | 74 |
| Binary | 10100000 | 1000100 | 11101110 | 100001 | 1000111 | 0 | 111 | 100010000 | 1010011 | 111100 |
Color Harmonies of #A044EE
Complementary color
Monochromatic Colors of #A044EE
Black with #A044EE
Text Example
Text Example
White with #A044EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A044EE; }
p { color: rgb(160,68,238); }
H1.HeaderClassName
{
color: #A044EE;
}
.AnyTagClassName
{
color: #A044EE;
}
</style>
background-color css
<style>
a { background-color: #A044EE; }
a { background-color: rgb(160,68,238); }
div.DivClassName
{
background-color: #A044EE;
}
.BgClassName
{
background-color: #A044EE;
}
</style>
border-color css
<style>
span { border-color: #A044EE; }
span { border-color: rgb(160,68,238); }
td.TdClassName
{
border-color: #A044EE;
}
.TagClassName
{
border-color: #A044EE;
}
</style>