COLOR #A1A5E7

HEX: #A1A5E7
RGB: (161,165,231)

Color info

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

RGB color model

#A1A5E7 color RGB value is (161,165,231).

  • red value is 161;
  • green value is 165;
  • blue value is 231.
RGB:
(161,165,231)
(63%,65%,91%)

RGB channels and saturation

R 161 of 255 = 63%
G 165 of 255 = 65%
B 231 of 255 = 91%

161
165
231

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

Portions of RGB colors in percentages

R + G + B =
161 + 165 + 231 = 557 (100%)
R 161 of 557 ~ 28.9%
G 165 of 557 ~ 29.62%
B 231 of 557 ~ 41.47%

%28.9
%29.62
%41.47

CMYK color model

#A1A5E7 color CMYK value is (30,29,0,9).

  • cyan value is 30.30%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(30,29,0,9)
C30M29Y0K9 
(30%,29%,0%,9%)
(0.30/0.29/0.00/0.09)	

CMYK percentages

%30.3
%28.57
%0
%9.41

Codes

Color #A1A5E7 in popluar color models

A1A5E7
RGB161165231
HSL237°59.32%76.86%
HSB/HSV237°30.30%90.59%
CMYK30.30%28.57%0.00%
9.41%

Color #A1A5E7 in popluar number systems.

HEXA1A5E7
Decimal161165231
Binary101000011010010111100111
Octal241245347

Shades and tints

Shades of #A1A5E7

#A1A5E7
(161,165,231)
#9396D2
(147,150,210)
#8587BD
(133,135,189)
#7778A8
(119,120,168)
#696993
(105,105,147)
#5B5A7E
(91,90,126)
#4D4B69
(77,75,105)
#3F3C54
(63,60,84)
#312D3F
(49,45,63)
#231E2A
(35,30,42)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #A1A5E7

#A1A5E7
(161,165,231)
#A9ADE9
(169,173,233)
#B1B5EB
(177,181,235)
#B9BDED
(185,189,237)
#C1C5EF
(193,197,239)
#C9CDF1
(201,205,241)
#D1D5F3
(209,213,243)
#D9DDF5
(217,221,245)
#E1E5F7
(225,229,247)
#E9EDF9
(233,237,249)
#F1F5FB
(241,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1A5E7 color. Also use rgb(161,165,231) instead hex code.

Text Font Color

.myTextColor { color: #A1A5E7; }

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

This text font color is #A1A5E7.


Background Color

.myBgColor { background-color: #A1A5E7; }

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

This div background color is #A1A5E7.


Border color

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

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

This div border color is #A1A5E7.


Opacity

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

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

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

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

This text has shadow with #A1A5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A5E7 on black background.


Color preview on white background

This text has color #A1A5E7 on white background.



Black color preview on #A1A5E7 background

This text has black color on #A1A5E7 background.


White color preview on #A1A5E7 background

This text has white color on #A1A5E7 background.