Shades of Blue Violet #A044EF
Tints of Blue Violet #A044EF
RGB
CMYK
RGB Variations
Color information
#A044EF (or 0xA044EF) is known color: Blue Violet. HEX triplet: A0, 44 and EF. RGB value is (160,68,239). Sum of RGB (Red+Green+Blue) = 160+68+239=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #A044EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A044EF is #5FBB10. Grayscale: #727272. Windows color (decimal): -6273809 or 15680672. OLE color: 15680672.
HSL color Cylindrical-coordinate representation of color #A044EF: hue angle of 272.28º degrees, saturation: 0.84, 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 #A044EF is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 68 | 239 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.06 |
| HSL | 272.28º | 0.84% | 0.6% | - |
| HSV(B) | 272.28º | 0.72% | 0.94% | - |
| XYZ | 32.14 | 17.84 | 83.41 | - |
| YUV | 115 | 197.98 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 239 | 0.33 | 0.72 | 0 | 0.06 | 272.28 | 0.84 | 0.6 |
| Hex | A0 | 44 | EF | 21 | 48 | 0 | 6 | 110 | 54 | 3C |
| Octal | 240 | 104 | 357 | 41 | 110 | 0 | 6 | 420 | 124 | 74 |
| Binary | 10100000 | 1000100 | 11101111 | 100001 | 1001000 | 0 | 110 | 100010000 | 1010100 | 111100 |
Color Harmonies of #A044EF
Complementary color
Monochromatic Colors of #A044EF
Black with #A044EF
Text Example
Text Example
White with #A044EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A044EF; }
p { color: rgb(160,68,239); }
H1.HeaderClassName
{
color: #A044EF;
}
.AnyTagClassName
{
color: #A044EF;
}
</style>
background-color css
<style>
a { background-color: #A044EF; }
a { background-color: rgb(160,68,239); }
div.DivClassName
{
background-color: #A044EF;
}
.BgClassName
{
background-color: #A044EF;
}
</style>
border-color css
<style>
span { border-color: #A044EF; }
span { border-color: rgb(160,68,239); }
td.TdClassName
{
border-color: #A044EF;
}
.TagClassName
{
border-color: #A044EF;
}
</style>