Shades of Blue Violet #A040F1
Tints of Blue Violet #A040F1
RGB
CMYK
RGB Variations
Color information
#A040F1 (or 0xA040F1) is known color: Blue Violet. HEX triplet: A0, 40 and F1. RGB value is (160,64,241). Sum of RGB (Red+Green+Blue) = 160+64+241=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #A040F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A040F1 is #5FBF0E. Grayscale: #707070. Windows color (decimal): -6274831 or 15810720. OLE color: 15810720.
HSL color Cylindrical-coordinate representation of color #A040F1: hue angle of 272.54º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A040F1 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 64 | 241 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.05 |
| HSL | 272.54º | 0.86% | 0.6% | - |
| HSV(B) | 272.54º | 0.73% | 0.95% | - |
| XYZ | 32.21 | 17.49 | 84.9 | - |
| YUV | 112.88 | 200.3 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 241 | 0.34 | 0.73 | 0 | 0.05 | 272.54 | 0.86 | 0.6 |
| Hex | A0 | 40 | F1 | 22 | 49 | 0 | 5 | 111 | 56 | 3C |
| Octal | 240 | 100 | 361 | 42 | 111 | 0 | 5 | 421 | 126 | 74 |
| Binary | 10100000 | 1000000 | 11110001 | 100010 | 1001001 | 0 | 101 | 100010001 | 1010110 | 111100 |
Color Harmonies of #A040F1
Complementary color
Monochromatic Colors of #A040F1
Black with #A040F1
Text Example
Text Example
White with #A040F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A040F1; }
p { color: rgb(160,64,241); }
H1.HeaderClassName
{
color: #A040F1;
}
.AnyTagClassName
{
color: #A040F1;
}
</style>
background-color css
<style>
a { background-color: #A040F1; }
a { background-color: rgb(160,64,241); }
div.DivClassName
{
background-color: #A040F1;
}
.BgClassName
{
background-color: #A040F1;
}
</style>
border-color css
<style>
span { border-color: #A040F1; }
span { border-color: rgb(160,64,241); }
td.TdClassName
{
border-color: #A040F1;
}
.TagClassName
{
border-color: #A040F1;
}
</style>