COLOR #A9A4E5

HEX: #A9A4E5 RGB: (169,164,229)

Color info

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

RGB color model

#A9A4E5 color RGB value is (169,164,229).

RGB: (169,164,229) (66%, 64%, 90%)

RGB channels and saturation

R 169 of 255 = 66%
G 164 of 255 = 64%
B 229 of 255 = 90%

169
164
229

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

Portions of RGB colors in percentages

R + G + B = 169 + 164 + 229 = 562 (100%)
R 169 of 562 ~ 30.07%
G 164 of 562 ~ 29.18%
B 229 of 562 ~ 40.75'%

%30.07
%29.18
%40.75

CMYK color model

#A9A4E5 color CMYK value is (26,28,0,10).

  • cyan value is 26.20%
  • magenta value is 28.38%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (26,28,0,10)
C26M28Y0K10 (26%, 28%, 0%, 10%)
(0.26 / 0.28 / 0.00 / 0.10)

CMYK percentages

%26.2
%28.38
%0
%10.2

Codes

Color #A9A4E5 in popluar color models

A9 A4 E5
RGB 169 164 229
HSL 245° 55.56% 77.06%
HSB/HSV 245° 28.38% 89.80%
CMYK 26.20% 28.38% 0.00%
10.20%

Color #A9A4E5 in popluar number systems.

HEX A9 A4 E5
Decimal 169 164 229
Binary 10101001 10100100 11100101
Octal 251 244 345

Shades and tints

Shades of #A9A4E5

#A9A4E5
(169,164,229)
#9A96D1
(154,150,209)
#8B88BD
(139,136,189)
#7C7AA9
(124,122,169)
#6D6C95
(109,108,149)
#5E5E81
(94,94,129)
#4F506D
(79,80,109)
#404259
(64,66,89)
#313445
(49,52,69)
#222631
(34,38,49)
#13181D
(19,24,29)
#000000
(0,0,0)

Tints of #A9A4E5

#A9A4E5
(169,164,229)
#B0ACE7
(176,172,231)
#B7B4E9
(183,180,233)
#BEBCEB
(190,188,235)
#C5C4ED
(197,196,237)
#CCCCEF
(204,204,239)
#D3D4F1
(211,212,241)
#DADCF3
(218,220,243)
#E1E4F5
(225,228,245)
#E8ECF7
(232,236,247)
#EFF4F9
(239,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A4E5 color. Also use rgb(169,164,229) instead hex code.

Text Font Color

.myTextColor { color: #A9A4E5; }

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

This text font color is #A9A4E5.

Background Color

.myBgColor { background-color: #A9A4E5; }

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

This div background color is #A9A4E5.

Border color

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

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

This div border color is #A9A4E5.

Opacity

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

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

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

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

This text has shadow with #A9A4E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A4E5.

Preview

Color preview on black background

This text has color #A9A4E5 on black background.


Color preview on white background

This text has color #A9A4E5 on white background.


Black color preview on #A9A4E5 background

This text has black color on #A9A4E5 background.


White color preview on #A9A4E5 background

This text has white color on #A9A4E5 background.


Related colors

Complementary color

Complementary color for #hex is #565B1A.


I love getcolorcode.com

Triadic colors

1 #E5A9A4 and #A4E5A9 with #A9A4E5 are triadic colors.

2 #E5A4A9 and #A4A9E5 with #A9A4E5 are triadic colors.