#A41EEE

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

Shades of Blue Violet #A41EEE

Tints of Blue Violet #A41EEE

Color information

#A41EEE (or 0xA41EEE) is unknown color: approx Blue Violet. HEX triplet: A4, 1E and EE. RGB value is (164,30,238). Sum of RGB (Red+Green+Blue) = 164+30+238=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 30 (12.11% from 255 or 6.94% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #A41EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41EEE is #5BE111. Grayscale: #5D5D5D. Windows color (decimal): -6021394 or 15605412. OLE color: 15605412.

HSL color Cylindrical-coordinate representation of color #A41EEE: hue angle of 278.65º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41EEE is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16430238-
CMYK0.310.8700.07
HSL278.65º85.95%52.55%-
HSV(B)278.65º87.39%93.33%-
XYZ31.2114.9982.14-
YUV93.78209.39178.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 30 (12.11% from 255) = 6.94%
BLUE value IS 238 (93.36% from 255) = 55.09%
R=37.96%
G=6.94%
B=55.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal164302380.310.8700.07278.6585.9552.55
HexA41EEE1F57071175635
Octal24436356371270742712665
Binary10100100111101110111011111101011101111000101111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41EEE; }

 p { color: rgb(164,30,238); }

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

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

 a { background-color: rgb(164,30,238); }

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

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

 span { border-color: rgb(164,30,238); }

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