COLOR #A9A1E0

HEX: #A9A1E0
RGB: (169,161,224)

Color info

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

RGB color model

#A9A1E0 color RGB value is (169,161,224).

  • red value is 169;
  • green value is 161;
  • blue value is 224.
RGB:
(169,161,224)
(66%,63%,88%)

RGB channels and saturation

R 169 of 255 = 66%
G 161 of 255 = 63%
B 224 of 255 = 88%

169
161
224

R + G + B ~ 72%. #A9A1E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 161 + 224 = 554 (100%)
R 169 of 554 ~ 30.51%
G 161 of 554 ~ 29.06%
B 224 of 554 ~ 40.43%

%30.51
%29.06
%40.43

CMYK color model

#A9A1E0 color CMYK value is (25,28,0,12).

  • cyan value is 24.55%
  • magenta value is 28.13%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(25,28,0,12)
C25M28Y0K12 
(25%,28%,0%,12%)
(0.25/0.28/0.00/0.12)	

CMYK percentages

%24.55
%28.13
%0
%12.16

Codes

Color #A9A1E0 in popluar color models

A9A1E0
RGB169161224
HSL248°50.40%75.49%
HSB/HSV248°28.13%87.84%
CMYK24.55%28.13%0.00%
12.16%

Color #A9A1E0 in popluar number systems.

HEXA9A1E0
Decimal169161224
Binary101010011010000111100000
Octal251241340

Shades and tints

Shades of #A9A1E0

#A9A1E0
(169,161,224)
#9A93CC
(154,147,204)
#8B85B8
(139,133,184)
#7C77A4
(124,119,164)
#6D6990
(109,105,144)
#5E5B7C
(94,91,124)
#4F4D68
(79,77,104)
#403F54
(64,63,84)
#313140
(49,49,64)
#22232C
(34,35,44)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #A9A1E0

#A9A1E0
(169,161,224)
#B0A9E2
(176,169,226)
#B7B1E4
(183,177,228)
#BEB9E6
(190,185,230)
#C5C1E8
(197,193,232)
#CCC9EA
(204,201,234)
#D3D1EC
(211,209,236)
#DAD9EE
(218,217,238)
#E1E1F0
(225,225,240)
#E8E9F2
(232,233,242)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A1E0 color. Also use rgb(169,161,224) instead hex code.

Text Font Color

.myTextColor { color: #A9A1E0; }

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

This text font color is #A9A1E0.


Background Color

.myBgColor { background-color: #A9A1E0; }

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

This div background color is #A9A1E0.


Border color

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

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

This div border color is #A9A1E0.


Opacity

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

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

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

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

This text has shadow with #A9A1E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A1E0 on black background.


Color preview on white background

This text has color #A9A1E0 on white background.



Black color preview on #A9A1E0 background

This text has black color on #A9A1E0 background.


White color preview on #A9A1E0 background

This text has white color on #A9A1E0 background.