#A41FF9

Color #A41FF9 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #A41FF9

Tints of Blue Violet #A41FF9

Color information

#A41FF9 (or 0xA41FF9) is unknown color: approx Blue Violet. HEX triplet: A4, 1F and F9. RGB value is (164,31,249). Sum of RGB (Red+Green+Blue) = 164+31+249=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 31 (12.5% from 255 or 6.98% from 444); Blue value is 249 (97.66% from 255 or 56.08% from 444); Max value from RGB is 249 - color contains mainly: blue. Hex color #A41FF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41FF9 is #5BE006. Grayscale: #5E5E5E. Windows color (decimal): -6021127 or 16326564. OLE color: 16326564.

HSL color Cylindrical-coordinate representation of color #A41FF9: hue angle of 276.61º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41FF9 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16431249-
CMYK0.340.8800.02
HSL276.61º94.78%54.9%-
HSV(B)276.61º87.55%97.65%-
XYZ32.915.7190.92-
YUV95.62214.56176.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 36.94%
GREEN value IS 31 (12.5% from 255) = 6.98%
BLUE value IS 249 (97.66% from 255) = 56.08%
R=36.94%
G=6.98%
B=56.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal164312490.340.8800.02276.6194.7854.9
HexA41FF92258021155f37
Octal24437371421300242513767
Binary10100100111111111100110001010110000101000101011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41FF9; }

 p { color: rgb(164,31,249); }

 H1.HeaderClassName
 {
   color: #A41FF9;
 }
 .AnyTagClassName
 {
   color: #A41FF9;
 }
</style>
background-color css

<style>
 a { background-color: #A41FF9; }

 a { background-color: rgb(164,31,249); }

 div.DivClassName
 {
   background-color: #A41FF9;
 }
 .BgClassName
 {
   background-color: #A41FF9;
 }
</style>
border-color css

<style>
 span { border-color: #A41FF9; }

 span { border-color: rgb(164,31,249); }

 td.TdClassName
 {
   border-color: #A41FF9;
 }
 .TagClassName
 {
   border-color: #A41FF9;
 }
</style>