COLOR #A5A9E8

HEX: #A5A9E8 RGB: (165,169,232)

Color info

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

RGB color model

#A5A9E8 color RGB value is (165,169,232).

RGB: (165,169,232) (65%, 66%, 91%)

RGB channels and saturation

R 165 of 255 = 65%
G 169 of 255 = 66%
B 232 of 255 = 91%

165
169
232

R + G + B ~ 74%. #A5A9E8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 169 + 232 = 566 (100%)
R 165 of 566 ~ 29.15%
G 169 of 566 ~ 29.86%
B 232 of 566 ~ 40.99'%

%29.15
%29.86
%40.99

CMYK color model

#A5A9E8 color CMYK value is (29,27,0,9).

  • cyan value is 28.88%
  • magenta value is 27.16%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (29,27,0,9)
C29M27Y0K9 (29%, 27%, 0%, 9%)
(0.29 / 0.27 / 0.00 / 0.09)

CMYK percentages

%28.88
%27.16
%0
%9.02

Codes

Color #A5A9E8 in popluar color models

A5 A9 E8
RGB 165 169 232
HSL 236° 59.29% 77.84%
HSB/HSV 236° 28.88% 90.98%
CMYK 28.88% 27.16% 0.00%
9.02%

Color #A5A9E8 in popluar number systems.

HEX A5 A9 E8
Decimal 165 169 232
Binary 10100101 10101001 11101000
Octal 245 251 350

Shades and tints

Shades of #A5A9E8

#A5A9E8
(165,169,232)
#969AD3
(150,154,211)
#878BBE
(135,139,190)
#787CA9
(120,124,169)
#696D94
(105,109,148)
#5A5E7F
(90,94,127)
#4B4F6A
(75,79,106)
#3C4055
(60,64,85)
#2D3140
(45,49,64)
#1E222B
(30,34,43)
#0F1316
(15,19,22)
#000000
(0,0,0)

Tints of #A5A9E8

#A5A9E8
(165,169,232)
#ADB0EA
(173,176,234)
#B5B7EC
(181,183,236)
#BDBEEE
(189,190,238)
#C5C5F0
(197,197,240)
#CDCCF2
(205,204,242)
#D5D3F4
(213,211,244)
#DDDAF6
(221,218,246)
#E5E1F8
(229,225,248)
#EDE8FA
(237,232,250)
#F5EFFC
(245,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A9E8 color. Also use rgb(165,169,232) instead hex code.

Text Font Color

.myTextColor { color: #A5A9E8; }

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

This text font color is #A5A9E8.

Background Color

.myBgColor { background-color: #A5A9E8; }

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

This div background color is #A5A9E8.

Border color

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

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

This div border color is #A5A9E8.

Opacity

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

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

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

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

This text has shadow with #A5A9E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A9E8.

Preview

Color preview on black background

This text has color #A5A9E8 on black background.


Color preview on white background

This text has color #A5A9E8 on white background.


Black color preview on #A5A9E8 background

This text has black color on #A5A9E8 background.


White color preview on #A5A9E8 background

This text has white color on #A5A9E8 background.


Related colors

Complementary color

Complementary color for #hex is #5A5617.


I love getcolorcode.com

Triadic colors

1 #E8A5A9 and #A9E8A5 with #A5A9E8 are triadic colors.

2 #E8A9A5 and #A9A5E8 with #A5A9E8 are triadic colors.