Shades of Blue Violet #A04BF0
Tints of Blue Violet #A04BF0
RGB
CMYK
RGB Variations
Color information
#A04BF0 (or 0xA04BF0) is known color: Blue Violet. HEX triplet: A0, 4B and F0. RGB value is (160,75,240). Sum of RGB (Red+Green+Blue) = 160+75+240=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #A04BF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04BF0 is #5FB40F. Grayscale: #767676. Windows color (decimal): -6272016 or 15748000. OLE color: 15748000.
HSL color Cylindrical-coordinate representation of color #A04BF0: hue angle of 270.91º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A04BF0 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 75 | 240 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.06 |
| HSL | 270.91º | 0.85% | 0.62% | - |
| HSV(B) | 270.91º | 0.69% | 0.94% | - |
| XYZ | 32.74 | 18.8 | 84.34 | - |
| YUV | 119.23 | 196.16 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 75 | 240 | 0.33 | 0.69 | 0 | 0.06 | 270.91 | 0.85 | 0.62 |
| Hex | A0 | 4B | F0 | 21 | 45 | 0 | 6 | 10F | 55 | 3E |
| Octal | 240 | 113 | 360 | 41 | 105 | 0 | 6 | 417 | 125 | 76 |
| Binary | 10100000 | 1001011 | 11110000 | 100001 | 1000101 | 0 | 110 | 100001111 | 1010101 | 111110 |
Color Harmonies of #A04BF0
Complementary color
Monochromatic Colors of #A04BF0
Black with #A04BF0
Text Example
Text Example
White with #A04BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04BF0; }
p { color: rgb(160,75,240); }
H1.HeaderClassName
{
color: #A04BF0;
}
.AnyTagClassName
{
color: #A04BF0;
}
</style>
background-color css
<style>
a { background-color: #A04BF0; }
a { background-color: rgb(160,75,240); }
div.DivClassName
{
background-color: #A04BF0;
}
.BgClassName
{
background-color: #A04BF0;
}
</style>
border-color css
<style>
span { border-color: #A04BF0; }
span { border-color: rgb(160,75,240); }
td.TdClassName
{
border-color: #A04BF0;
}
.TagClassName
{
border-color: #A04BF0;
}
</style>