Shades of Blue Violet #A04EF2
Tints of Blue Violet #A04EF2
RGB
CMYK
RGB Variations
Color information
#A04EF2 (or 0xA04EF2) is known color: Blue Violet. HEX triplet: A0, 4E and F2. RGB value is (160,78,242). Sum of RGB (Red+Green+Blue) = 160+78+242=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 242 (94.92% from 255 or 50.42% from 480); Max value from RGB is 242 - color contains mainly: blue. Hex color #A04EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04EF2 is #5FB10D. Grayscale: #787878. Windows color (decimal): -6271246 or 15879840. OLE color: 15879840.
HSL color Cylindrical-coordinate representation of color #A04EF2: hue angle of 270º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A04EF2 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 78 | 242 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.05 |
| HSL | 270º | 0.86% | 0.63% | - |
| HSV(B) | 270º | 0.68% | 0.95% | - |
| XYZ | 33.25 | 19.33 | 85.98 | - |
| YUV | 121.21 | 196.17 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 242 | 0.34 | 0.68 | 0 | 0.05 | 270 | 0.86 | 0.63 |
| Hex | A0 | 4E | F2 | 22 | 44 | 0 | 5 | 10E | 56 | 3F |
| Octal | 240 | 116 | 362 | 42 | 104 | 0 | 5 | 416 | 126 | 77 |
| Binary | 10100000 | 1001110 | 11110010 | 100010 | 1000100 | 0 | 101 | 100001110 | 1010110 | 111111 |
Color Harmonies of #A04EF2
Complementary color
Monochromatic Colors of #A04EF2
Black with #A04EF2
Text Example
Text Example
White with #A04EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04EF2; }
p { color: rgb(160,78,242); }
H1.HeaderClassName
{
color: #A04EF2;
}
.AnyTagClassName
{
color: #A04EF2;
}
</style>
background-color css
<style>
a { background-color: #A04EF2; }
a { background-color: rgb(160,78,242); }
div.DivClassName
{
background-color: #A04EF2;
}
.BgClassName
{
background-color: #A04EF2;
}
</style>
border-color css
<style>
span { border-color: #A04EF2; }
span { border-color: rgb(160,78,242); }
td.TdClassName
{
border-color: #A04EF2;
}
.TagClassName
{
border-color: #A04EF2;
}
</style>