Shades of Blue Violet #A04CF0
Tints of Blue Violet #A04CF0
RGB
CMYK
RGB Variations
Color information
#A04CF0 (or 0xA04CF0) is known color: Blue Violet. HEX triplet: A0, 4C and F0. RGB value is (160,76,240). Sum of RGB (Red+Green+Blue) = 160+76+240=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 240 (94.14% from 255 or 50.42% from 476); Max value from RGB is 240 - color contains mainly: blue. Hex color #A04CF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04CF0 is #5FB30F. Grayscale: #777777. Windows color (decimal): -6271760 or 15748256. OLE color: 15748256.
HSL color Cylindrical-coordinate representation of color #A04CF0: hue angle of 270.73º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A04CF0 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 76 | 240 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.06 |
| HSL | 270.73º | 0.85% | 0.62% | - |
| HSV(B) | 270.73º | 0.68% | 0.94% | - |
| XYZ | 32.81 | 18.93 | 84.36 | - |
| YUV | 119.81 | 195.83 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 240 | 0.33 | 0.68 | 0 | 0.06 | 270.73 | 0.85 | 0.62 |
| Hex | A0 | 4C | F0 | 21 | 44 | 0 | 6 | 10F | 55 | 3E |
| Octal | 240 | 114 | 360 | 41 | 104 | 0 | 6 | 417 | 125 | 76 |
| Binary | 10100000 | 1001100 | 11110000 | 100001 | 1000100 | 0 | 110 | 100001111 | 1010101 | 111110 |
Color Harmonies of #A04CF0
Complementary color
Monochromatic Colors of #A04CF0
Black with #A04CF0
Text Example
Text Example
White with #A04CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04CF0; }
p { color: rgb(160,76,240); }
H1.HeaderClassName
{
color: #A04CF0;
}
.AnyTagClassName
{
color: #A04CF0;
}
</style>
background-color css
<style>
a { background-color: #A04CF0; }
a { background-color: rgb(160,76,240); }
div.DivClassName
{
background-color: #A04CF0;
}
.BgClassName
{
background-color: #A04CF0;
}
</style>
border-color css
<style>
span { border-color: #A04CF0; }
span { border-color: rgb(160,76,240); }
td.TdClassName
{
border-color: #A04CF0;
}
.TagClassName
{
border-color: #A04CF0;
}
</style>