COLOR #A2A5E7

HEX: #A2A5E7
RGB: (162,165,231)

Color info

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

RGB color model

#A2A5E7 color RGB value is (162,165,231).

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

RGB channels and saturation

R 162 of 255 = 64%
G 165 of 255 = 65%
B 231 of 255 = 91%

162
165
231

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

Portions of RGB colors in percentages

R + G + B =
162 + 165 + 231 = 558 (100%)
R 162 of 558 ~ 29.03%
G 165 of 558 ~ 29.57%
B 231 of 558 ~ 41.4%

%29.03
%29.57
%41.4

CMYK color model

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

  • cyan value is 29.87%
  • 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

%29.87
%28.57
%0
%9.41

Codes

Color #A2A5E7 in popluar color models

A2A5E7
RGB162165231
HSL237°58.97%77.06%
HSB/HSV237°29.87%90.59%
CMYK29.87%28.57%0.00%
9.41%

Color #A2A5E7 in popluar number systems.

HEXA2A5E7
Decimal162165231
Binary101000101010010111100111
Octal242245347

Shades and tints

Shades of #A2A5E7

#A2A5E7
(162,165,231)
#9496D2
(148,150,210)
#8687BD
(134,135,189)
#7878A8
(120,120,168)
#6A6993
(106,105,147)
#5C5A7E
(92,90,126)
#4E4B69
(78,75,105)
#403C54
(64,60,84)
#322D3F
(50,45,63)
#241E2A
(36,30,42)
#160F15
(22,15,21)
#000000
(0,0,0)

Tints of #A2A5E7

#A2A5E7
(162,165,231)
#AAADE9
(170,173,233)
#B2B5EB
(178,181,235)
#BABDED
(186,189,237)
#C2C5EF
(194,197,239)
#CACDF1
(202,205,241)
#D2D5F3
(210,213,243)
#DADDF5
(218,221,245)
#E2E5F7
(226,229,247)
#EAEDF9
(234,237,249)
#F2F5FB
(242,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A5E7; }

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

This text font color is #A2A5E7.


Background Color

.myBgColor { background-color: #A2A5E7; }

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

This div background color is #A2A5E7.


Border color

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

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

This div border color is #A2A5E7.


Opacity

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

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

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

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

This text has shadow with #A2A5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A5E7 on black background.


Color preview on white background

This text has color #A2A5E7 on white background.



Black color preview on #A2A5E7 background

This text has black color on #A2A5E7 background.


White color preview on #A2A5E7 background

This text has white color on #A2A5E7 background.