COLOR #A4A1EC

HEX: #A4A1EC
RGB: (164,161,236)

Color info

#A4A1EC contains mainly blue color. Web safe color of #A4A1EC is #9999FF (or #99F).

RGB color model

#A4A1EC color RGB value is (164,161,236).

  • red value is 164;
  • green value is 161;
  • blue value is 236.
RGB:
(164,161,236)
(64%,63%,93%)

RGB channels and saturation

R 164 of 255 = 64%
G 161 of 255 = 63%
B 236 of 255 = 93%

164
161
236

R + G + B ~ 73%. #A4A1EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 161 + 236 = 561 (100%)
R 164 of 561 ~ 29.23%
G 161 of 561 ~ 28.7%
B 236 of 561 ~ 42.07%

%29.23
%28.7
%42.07

CMYK color model

#A4A1EC color CMYK value is (31,32,0,7).

  • cyan value is 30.51%
  • magenta value is 31.78%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(31,32,0,7)
C31M32Y0K7 
(31%,32%,0%,7%)
(0.31/0.32/0.00/0.07)	

CMYK percentages

%30.51
%31.78
%0
%7.45

Codes

Color #A4A1EC in popluar color models

A4A1EC
RGB164161236
HSL242°66.37%77.84%
HSB/HSV242°31.78%92.55%
CMYK30.51%31.78%0.00%
7.45%

Color #A4A1EC in popluar number systems.

HEXA4A1EC
Decimal164161236
Binary101001001010000111101100
Octal244241354

Shades and tints

Shades of #A4A1EC

#A4A1EC
(164,161,236)
#9693D7
(150,147,215)
#8885C2
(136,133,194)
#7A77AD
(122,119,173)
#6C6998
(108,105,152)
#5E5B83
(94,91,131)
#504D6E
(80,77,110)
#423F59
(66,63,89)
#343144
(52,49,68)
#26232F
(38,35,47)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #A4A1EC

#A4A1EC
(164,161,236)
#ACA9ED
(172,169,237)
#B4B1EE
(180,177,238)
#BCB9EF
(188,185,239)
#C4C1F0
(196,193,240)
#CCC9F1
(204,201,241)
#D4D1F2
(212,209,242)
#DCD9F3
(220,217,243)
#E4E1F4
(228,225,244)
#ECE9F5
(236,233,245)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A1EC color. Also use rgb(164,161,236) instead hex code.

Text Font Color

.myTextColor { color: #A4A1EC; }

<p style="color:#A4A1EC">This sample text font color is #A4A1EC.</p>

This text font color is #A4A1EC.


Background Color

.myBgColor { background-color: #A4A1EC; }

<div style="background-color:#A4A1EC">Inner text</div>

This div background color is #A4A1EC.


Border color

.myBorderColor { border: 1px solid #A4A1EC; }

<div style="border:3px solid #A4A1EC">Div</div>

This div border color is #A4A1EC.


Opacity

.myOpacity80 { color: #A4A1EC; opacity: 0.8; }

<p style="color:#A4A1EC;opacity:0.8;">80%</p>

Text with #A4A1EC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A4A1EC;}

<p style="text-shadow: 3px 3px 1px #A4A1EC">Text here.</p>

This text has shadow with #A4A1EC color.

.textShadow {text-shadow: 3px 3px 1px #A4A1EC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A4A1EC, 5px 5px 20px red">Text here.</p>

This text has shadow with #A4A1EC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4A1EC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A4A1EC, Direction=45, Strength=4)">Text</p>

This text has shadow with #A4A1EC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A4A1EC;
  -webkit-box-shadow:	1px 1px 3px 2px #A4A1EC;
  box-shadow:		1px 1px 3px 2px #A4A1EC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4A1EC;
-webkit-box-shadow: 1px 1px 3px 2px #A4A1EC;
box-shadow:1px 1px 3px 2px #A4A1EC;">
Div content here</div>
This div box has shadow with color #A4A1EC.

Preview

Color preview on black background

This text has color #A4A1EC on black background.


Color preview on white background

This text has color #A4A1EC on white background.



Black color preview on #A4A1EC background

This text has black color on #A4A1EC background.


White color preview on #A4A1EC background

This text has white color on #A4A1EC background.