Shades of Blue Violet #A04DF4
Tints of Blue Violet #A04DF4
RGB
CMYK
RGB Variations
Color information
#A04DF4 (or 0xA04DF4) is known color: Blue Violet. HEX triplet: A0, 4D and F4. RGB value is (160,77,244). Sum of RGB (Red+Green+Blue) = 160+77+244=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 244 (95.70% from 255 or 50.73% from 481); Max value from RGB is 244 - color contains mainly: blue. Hex color #A04DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04DF4 is #5FB20B. Grayscale: #787878. Windows color (decimal): -6271500 or 16010656. OLE color: 16010656.
HSL color Cylindrical-coordinate representation of color #A04DF4: hue angle of 269.82º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A04DF4 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 77 | 244 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.04 |
| HSL | 269.82º | 0.88% | 0.63% | - |
| HSV(B) | 269.82º | 0.68% | 0.96% | - |
| XYZ | 33.48 | 19.31 | 87.55 | - |
| YUV | 120.86 | 197.5 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 244 | 0.34 | 0.68 | 0 | 0.04 | 269.82 | 0.88 | 0.63 |
| Hex | A0 | 4D | F4 | 22 | 44 | 0 | 4 | 10E | 58 | 3F |
| Octal | 240 | 115 | 364 | 42 | 104 | 0 | 4 | 416 | 130 | 77 |
| Binary | 10100000 | 1001101 | 11110100 | 100010 | 1000100 | 0 | 100 | 100001110 | 1011000 | 111111 |
Color Harmonies of #A04DF4
Complementary color
Monochromatic Colors of #A04DF4
Black with #A04DF4
Text Example
Text Example
White with #A04DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04DF4; }
p { color: rgb(160,77,244); }
H1.HeaderClassName
{
color: #A04DF4;
}
.AnyTagClassName
{
color: #A04DF4;
}
</style>
background-color css
<style>
a { background-color: #A04DF4; }
a { background-color: rgb(160,77,244); }
div.DivClassName
{
background-color: #A04DF4;
}
.BgClassName
{
background-color: #A04DF4;
}
</style>
border-color css
<style>
span { border-color: #A04DF4; }
span { border-color: rgb(160,77,244); }
td.TdClassName
{
border-color: #A04DF4;
}
.TagClassName
{
border-color: #A04DF4;
}
</style>