Shades of Blue Violet #A04DF0
Tints of Blue Violet #A04DF0
RGB
CMYK
RGB Variations
Color information
#A04DF0 (or 0xA04DF0) is known color: Blue Violet. HEX triplet: A0, 4D and F0. RGB value is (160,77,240). Sum of RGB (Red+Green+Blue) = 160+77+240=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 240 (94.14% from 255 or 50.31% from 477); Max value from RGB is 240 - color contains mainly: blue. Hex color #A04DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04DF0 is #5FB20F. Grayscale: #777777. Windows color (decimal): -6271504 or 15748512. OLE color: 15748512.
HSL color Cylindrical-coordinate representation of color #A04DF0: hue angle of 270.55º degrees, saturation: 0.84, 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 #A04DF0 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 77 | 240 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.06 |
| HSL | 270.55º | 0.84% | 0.62% | - |
| HSV(B) | 270.55º | 0.68% | 0.94% | - |
| XYZ | 32.88 | 19.07 | 84.39 | - |
| YUV | 120.4 | 195.5 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 240 | 0.33 | 0.68 | 0 | 0.06 | 270.55 | 0.84 | 0.62 |
| Hex | A0 | 4D | F0 | 21 | 44 | 0 | 6 | 10F | 54 | 3E |
| Octal | 240 | 115 | 360 | 41 | 104 | 0 | 6 | 417 | 124 | 76 |
| Binary | 10100000 | 1001101 | 11110000 | 100001 | 1000100 | 0 | 110 | 100001111 | 1010100 | 111110 |
Color Harmonies of #A04DF0
Complementary color
Monochromatic Colors of #A04DF0
Black with #A04DF0
Text Example
Text Example
White with #A04DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04DF0; }
p { color: rgb(160,77,240); }
H1.HeaderClassName
{
color: #A04DF0;
}
.AnyTagClassName
{
color: #A04DF0;
}
</style>
background-color css
<style>
a { background-color: #A04DF0; }
a { background-color: rgb(160,77,240); }
div.DivClassName
{
background-color: #A04DF0;
}
.BgClassName
{
background-color: #A04DF0;
}
</style>
border-color css
<style>
span { border-color: #A04DF0; }
span { border-color: rgb(160,77,240); }
td.TdClassName
{
border-color: #A04DF0;
}
.TagClassName
{
border-color: #A04DF0;
}
</style>