#A11FEE

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

Shades of Blue Violet #A11FEE

Tints of Blue Violet #A11FEE

Color information

#A11FEE (or 0xA11FEE) is unknown color: approx Blue Violet. HEX triplet: A1, 1F and EE. RGB value is (161,31,238). Sum of RGB (Red+Green+Blue) = 161+31+238=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 31 (12.5% from 255 or 7.21% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #A11FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11FEE is #5EE011. Grayscale: #5C5C5C. Windows color (decimal): -6217746 or 15605665. OLE color: 15605665.

HSL color Cylindrical-coordinate representation of color #A11FEE: hue angle of 277.68º 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 #A11FEE is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16131238-
CMYK0.320.8700.07
HSL277.68º85.89%52.75%-
HSV(B)277.68º86.97%93.33%-
XYZ30.6214.7382.12-
YUV93.47209.57176.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.44%
GREEN value IS 31 (12.5% from 255) = 7.21%
BLUE value IS 238 (93.36% from 255) = 55.35%
R=37.44%
G=7.21%
B=55.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal161312380.320.8700.07277.6885.8952.75
HexA11FEE2057071165635
Octal24137356401270742612665
Binary101000011111111101110100000101011101111000101101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11FEE; }

 p { color: rgb(161,31,238); }

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

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

 a { background-color: rgb(161,31,238); }

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

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

 span { border-color: rgb(161,31,238); }

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