COLOR #A4A5E1

HEX: #A4A5E1
RGB: (164,165,225)

Color info

#A4A5E1 contains mainly blue color. Web safe color of #A4A5E1 is #9999CC (or #99C).

RGB color model

#A4A5E1 color RGB value is (164,165,225).

  • red value is 164;
  • green value is 165;
  • blue value is 225.
RGB:
(164,165,225)
(64%,65%,88%)

RGB channels and saturation

R 164 of 255 = 64%
G 165 of 255 = 65%
B 225 of 255 = 88%

164
165
225

R + G + B ~ 72%. #A4A5E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 165 + 225 = 554 (100%)
R 164 of 554 ~ 29.6%
G 165 of 554 ~ 29.78%
B 225 of 554 ~ 40.61%

%29.6
%29.78
%40.61

CMYK color model

#A4A5E1 color CMYK value is (27,27,0,12).

  • cyan value is 27.11%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(27,27,0,12)
C27M27Y0K12 
(27%,27%,0%,12%)
(0.27/0.27/0.00/0.12)	

CMYK percentages

%27.11
%26.67
%0
%11.76

Codes

Color #A4A5E1 in popluar color models

A4A5E1
RGB164165225
HSL239°50.41%76.27%
HSB/HSV239°27.11%88.24%
CMYK27.11%26.67%0.00%
11.76%

Color #A4A5E1 in popluar number systems.

HEXA4A5E1
Decimal164165225
Binary101001001010010111100001
Octal244245341

Shades and tints

Shades of #A4A5E1

#A4A5E1
(164,165,225)
#9696CD
(150,150,205)
#8887B9
(136,135,185)
#7A78A5
(122,120,165)
#6C6991
(108,105,145)
#5E5A7D
(94,90,125)
#504B69
(80,75,105)
#423C55
(66,60,85)
#342D41
(52,45,65)
#261E2D
(38,30,45)
#180F19
(24,15,25)
#000000
(0,0,0)

Tints of #A4A5E1

#A4A5E1
(164,165,225)
#ACADE3
(172,173,227)
#B4B5E5
(180,181,229)
#BCBDE7
(188,189,231)
#C4C5E9
(196,197,233)
#CCCDEB
(204,205,235)
#D4D5ED
(212,213,237)
#DCDDEF
(220,221,239)
#E4E5F1
(228,229,241)
#ECEDF3
(236,237,243)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A5E1 color. Also use rgb(164,165,225) instead hex code.

Text Font Color

.myTextColor { color: #A4A5E1; }

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

This text font color is #A4A5E1.


Background Color

.myBgColor { background-color: #A4A5E1; }

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

This div background color is #A4A5E1.


Border color

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

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

This div border color is #A4A5E1.


Opacity

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

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

Text with #A4A5E1 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 #A4A5E1;}

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

This text has shadow with #A4A5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A5E1 on black background.


Color preview on white background

This text has color #A4A5E1 on white background.



Black color preview on #A4A5E1 background

This text has black color on #A4A5E1 background.


White color preview on #A4A5E1 background

This text has white color on #A4A5E1 background.