Shades of Blue Violet #A040F4
Tints of Blue Violet #A040F4
RGB
CMYK
RGB Variations
Color information
#A040F4 (or 0xA040F4) is known color: Blue Violet. HEX triplet: A0, 40 and F4. RGB value is (160,64,244). Sum of RGB (Red+Green+Blue) = 160+64+244=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 244 (95.70% from 255 or 52.14% from 468); Max value from RGB is 244 - color contains mainly: blue. Hex color #A040F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A040F4 is #5FBF0B. Grayscale: #707070. Windows color (decimal): -6274828 or 16007328. OLE color: 16007328.
HSL color Cylindrical-coordinate representation of color #A040F4: hue angle of 272º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A040F4 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 64 | 244 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.04 |
| HSL | 272º | 0.89% | 0.6% | - |
| HSV(B) | 272º | 0.74% | 0.96% | - |
| XYZ | 32.66 | 17.67 | 87.28 | - |
| YUV | 113.22 | 201.8 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 244 | 0.34 | 0.74 | 0 | 0.04 | 272 | 0.89 | 0.6 |
| Hex | A0 | 40 | F4 | 22 | 4A | 0 | 4 | 110 | 59 | 3C |
| Octal | 240 | 100 | 364 | 42 | 112 | 0 | 4 | 420 | 131 | 74 |
| Binary | 10100000 | 1000000 | 11110100 | 100010 | 1001010 | 0 | 100 | 100010000 | 1011001 | 111100 |
Color Harmonies of #A040F4
Complementary color
Monochromatic Colors of #A040F4
Black with #A040F4
Text Example
Text Example
White with #A040F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A040F4; }
p { color: rgb(160,64,244); }
H1.HeaderClassName
{
color: #A040F4;
}
.AnyTagClassName
{
color: #A040F4;
}
</style>
background-color css
<style>
a { background-color: #A040F4; }
a { background-color: rgb(160,64,244); }
div.DivClassName
{
background-color: #A040F4;
}
.BgClassName
{
background-color: #A040F4;
}
</style>
border-color css
<style>
span { border-color: #A040F4; }
span { border-color: rgb(160,64,244); }
td.TdClassName
{
border-color: #A040F4;
}
.TagClassName
{
border-color: #A040F4;
}
</style>