COLOR #A9A5E1

HEX: #A9A5E1
RGB: (169,165,225)

Color info

#A9A5E1 contains mainly red and blue colors. Web safe color of #A9A5E1 is #9999CC (or #99C).

RGB color model

#A9A5E1 color RGB value is (169,165,225).

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

RGB channels and saturation

R 169 of 255 = 66%
G 165 of 255 = 65%
B 225 of 255 = 88%

169
165
225

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

Portions of RGB colors in percentages

R + G + B =
169 + 165 + 225 = 559 (100%)
R 169 of 559 ~ 30.23%
G 165 of 559 ~ 29.52%
B 225 of 559 ~ 40.25%

%30.23
%29.52
%40.25

CMYK color model

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

  • cyan value is 24.89%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(25,27,0,12)
C25M27Y0K12 
(25%,27%,0%,12%)
(0.25/0.27/0.00/0.12)	

CMYK percentages

%24.89
%26.67
%0
%11.76

Codes

Color #A9A5E1 in popluar color models

A9A5E1
RGB169165225
HSL244°50.00%76.47%
HSB/HSV244°26.67%88.24%
CMYK24.89%26.67%0.00%
11.76%

Color #A9A5E1 in popluar number systems.

HEXA9A5E1
Decimal169165225
Binary101010011010010111100001
Octal251245341

Shades and tints

Shades of #A9A5E1

#A9A5E1
(169,165,225)
#9A96CD
(154,150,205)
#8B87B9
(139,135,185)
#7C78A5
(124,120,165)
#6D6991
(109,105,145)
#5E5A7D
(94,90,125)
#4F4B69
(79,75,105)
#403C55
(64,60,85)
#312D41
(49,45,65)
#221E2D
(34,30,45)
#130F19
(19,15,25)
#000000
(0,0,0)

Tints of #A9A5E1

#A9A5E1
(169,165,225)
#B0ADE3
(176,173,227)
#B7B5E5
(183,181,229)
#BEBDE7
(190,189,231)
#C5C5E9
(197,197,233)
#CCCDEB
(204,205,235)
#D3D5ED
(211,213,237)
#DADDEF
(218,221,239)
#E1E5F1
(225,229,241)
#E8EDF3
(232,237,243)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A5E1; }

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

This text font color is #A9A5E1.


Background Color

.myBgColor { background-color: #A9A5E1; }

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

This div background color is #A9A5E1.


Border color

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

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

This div border color is #A9A5E1.


Opacity

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

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

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

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

This text has shadow with #A9A5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A5E1 on black background.


Color preview on white background

This text has color #A9A5E1 on white background.



Black color preview on #A9A5E1 background

This text has black color on #A9A5E1 background.


White color preview on #A9A5E1 background

This text has white color on #A9A5E1 background.