Shades of Blue Violet #A41AF0
Tints of Blue Violet #A41AF0
RGB
CMYK
RGB Variations
Color information
#A41AF0 (or 0xA41AF0) is known color: Blue Violet. HEX triplet: A4, 1A and F0. RGB value is (164,26,240). Sum of RGB (Red+Green+Blue) = 164+26+240=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 26 (10.55% from 255 or 6.05% from 430); Blue value is 240 (94.14% from 255 or 55.81% from 430); Max value from RGB is 240 - color contains mainly: blue. Hex color #A41AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41AF0 is #5BE50F. Grayscale: #5A5A5A. Windows color (decimal): -6022416 or 15735460. OLE color: 15735460.
HSL color Cylindrical-coordinate representation of color #A41AF0: hue angle of 278.69º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A41AF0 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 26 | 240 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.06 |
| HSL | 278.69º | 0.88% | 0.52% | - |
| HSV(B) | 278.69º | 0.89% | 0.94% | - |
| XYZ | 31.41 | 14.92 | 83.66 | - |
| YUV | 91.66 | 211.72 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 26 | 240 | 0.32 | 0.89 | 0 | 0.06 | 278.69 | 0.88 | 0.52 |
| Hex | A4 | 1A | F0 | 20 | 59 | 0 | 6 | 117 | 58 | 34 |
| Octal | 244 | 32 | 360 | 40 | 131 | 0 | 6 | 427 | 130 | 64 |
| Binary | 10100100 | 11010 | 11110000 | 100000 | 1011001 | 0 | 110 | 100010111 | 1011000 | 110100 |
Color Harmonies of #A41AF0
Complementary color
Monochromatic Colors of #A41AF0
Black with #A41AF0
Text Example
Text Example
White with #A41AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41AF0; }
p { color: rgb(164,26,240); }
H1.HeaderClassName
{
color: #A41AF0;
}
.AnyTagClassName
{
color: #A41AF0;
}
</style>
background-color css
<style>
a { background-color: #A41AF0; }
a { background-color: rgb(164,26,240); }
div.DivClassName
{
background-color: #A41AF0;
}
.BgClassName
{
background-color: #A41AF0;
}
</style>
border-color css
<style>
span { border-color: #A41AF0; }
span { border-color: rgb(164,26,240); }
td.TdClassName
{
border-color: #A41AF0;
}
.TagClassName
{
border-color: #A41AF0;
}
</style>