Shades of Blue Violet #A04EF7
Tints of Blue Violet #A04EF7
RGB
CMYK
RGB Variations
Color information
#A04EF7 (or 0xA04EF7) is known color: Blue Violet. HEX triplet: A0, 4E and F7. RGB value is (160,78,247). Sum of RGB (Red+Green+Blue) = 160+78+247=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #A04EF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04EF7 is #5FB108. Grayscale: #797979. Windows color (decimal): -6271241 or 16207520. OLE color: 16207520.
HSL color Cylindrical-coordinate representation of color #A04EF7: hue angle of 269.11º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A04EF7 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 78 | 247 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.03 |
| HSL | 269.11º | 0.91% | 0.64% | - |
| HSV(B) | 269.11º | 0.68% | 0.97% | - |
| XYZ | 34.01 | 19.64 | 89.99 | - |
| YUV | 121.78 | 198.67 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 247 | 0.35 | 0.68 | 0 | 0.03 | 269.11 | 0.91 | 0.64 |
| Hex | A0 | 4E | F7 | 23 | 44 | 0 | 3 | 10D | 5B | 40 |
| Octal | 240 | 116 | 367 | 43 | 104 | 0 | 3 | 415 | 133 | 100 |
| Binary | 10100000 | 1001110 | 11110111 | 100011 | 1000100 | 0 | 11 | 100001101 | 1011011 | 1000000 |
Color Harmonies of #A04EF7
Complementary color
Monochromatic Colors of #A04EF7
Black with #A04EF7
Text Example
Text Example
White with #A04EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04EF7; }
p { color: rgb(160,78,247); }
H1.HeaderClassName
{
color: #A04EF7;
}
.AnyTagClassName
{
color: #A04EF7;
}
</style>
background-color css
<style>
a { background-color: #A04EF7; }
a { background-color: rgb(160,78,247); }
div.DivClassName
{
background-color: #A04EF7;
}
.BgClassName
{
background-color: #A04EF7;
}
</style>
border-color css
<style>
span { border-color: #A04EF7; }
span { border-color: rgb(160,78,247); }
td.TdClassName
{
border-color: #A04EF7;
}
.TagClassName
{
border-color: #A04EF7;
}
</style>