COLOR #A9A5DE

HEX: #A9A5DE
RGB: (169,165,222)

Color info

#A9A5DE contains red, green and blue colors in about the same proportion. Web safe color of #A9A5DE is #9999CC (or #99C).

RGB color model

#A9A5DE color RGB value is (169,165,222).

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

RGB channels and saturation

R 169 of 255 = 66%
G 165 of 255 = 65%
B 222 of 255 = 87%

169
165
222

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

Portions of RGB colors in percentages

R + G + B =
169 + 165 + 222 = 556 (100%)
R 169 of 556 ~ 30.4%
G 165 of 556 ~ 29.68%
B 222 of 556 ~ 39.93%

%30.4
%29.68
%39.93

CMYK color model

#A9A5DE color CMYK value is (24,26,0,13).

  • cyan value is 23.87%
  • magenta value is 25.68%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(24,26,0,13)
C24M26Y0K13 
(24%,26%,0%,13%)
(0.24/0.26/0.00/0.13)	

CMYK percentages

%23.87
%25.68
%0
%12.94

Codes

Color #A9A5DE in popluar color models

A9A5DE
RGB169165222
HSL244°46.34%75.88%
HSB/HSV244°25.68%87.06%
CMYK23.87%25.68%0.00%
12.94%

Color #A9A5DE in popluar number systems.

HEXA9A5DE
Decimal169165222
Binary101010011010010111011110
Octal251245336

Shades and tints

Shades of #A9A5DE

#A9A5DE
(169,165,222)
#9A96CA
(154,150,202)
#8B87B6
(139,135,182)
#7C78A2
(124,120,162)
#6D698E
(109,105,142)
#5E5A7A
(94,90,122)
#4F4B66
(79,75,102)
#403C52
(64,60,82)
#312D3E
(49,45,62)
#221E2A
(34,30,42)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #A9A5DE

#A9A5DE
(169,165,222)
#B0ADE1
(176,173,225)
#B7B5E4
(183,181,228)
#BEBDE7
(190,189,231)
#C5C5EA
(197,197,234)
#CCCDED
(204,205,237)
#D3D5F0
(211,213,240)
#DADDF3
(218,221,243)
#E1E5F6
(225,229,246)
#E8EDF9
(232,237,249)
#EFF5FC
(239,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A5DE; }

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

This text font color is #A9A5DE.


Background Color

.myBgColor { background-color: #A9A5DE; }

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

This div background color is #A9A5DE.


Border color

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

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

This div border color is #A9A5DE.


Opacity

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

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

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

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

This text has shadow with #A9A5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A5DE on black background.


Color preview on white background

This text has color #A9A5DE on white background.



Black color preview on #A9A5DE background

This text has black color on #A9A5DE background.


White color preview on #A9A5DE background

This text has white color on #A9A5DE background.