#A41BE3

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

Shades of Blue Violet #A41BE3

Tints of Blue Violet #A41BE3

Color information

#A41BE3 (or 0xA41BE3) is unknown color: approx Blue Violet. HEX triplet: A4, 1B and E3. RGB value is (164,27,227). Sum of RGB (Red+Green+Blue) = 164+27+227=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 27 (10.94% from 255 or 6.46% from 418); Blue value is 227 (89.06% from 255 or 54.31% from 418); Max value from RGB is 227 - color contains mainly: blue. Hex color #A41BE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41BE3 is #5BE41C. Grayscale: #5A5A5A. Windows color (decimal): -6022173 or 14883748. OLE color: 14883748.

HSL color Cylindrical-coordinate representation of color #A41BE3: hue angle of 281.1º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41BE3 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16427227-
CMYK0.280.8800.11
HSL281.1º78.74%49.8%-
HSV(B)281.1º88.11%89.02%-
XYZ29.5714.2273.86-
YUV90.76204.89180.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 27 (10.94% from 255) = 6.46%
BLUE value IS 227 (89.06% from 255) = 54.31%
R=39.23%
G=6.46%
B=54.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal164272270.280.8800.11281.178.7449.8
HexA41BE31C580B1194f32
Octal244333433413001343111762
Binary101001001101111100011111001011000010111000110011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41BE3; }

 p { color: rgb(164,27,227); }

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

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

 a { background-color: rgb(164,27,227); }

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

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

 span { border-color: rgb(164,27,227); }

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