COLOR #A1A9DF

HEX: #A1A9DF RGB: (161,169,223)

Color info

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

RGB color model

#A1A9DF color RGB value is (161,169,223).

RGB: (161,169,223) (63%, 66%, 87%)

RGB channels and saturation

R 161 of 255 = 63%
G 169 of 255 = 66%
B 223 of 255 = 87%

161
169
223

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

Portions of RGB colors in percentages

R + G + B = 161 + 169 + 223 = 553 (100%)
R 161 of 553 ~ 29.11%
G 169 of 553 ~ 30.56%
B 223 of 553 ~ 40.33'%

%29.11
%30.56
%40.33

CMYK color model

#A1A9DF color CMYK value is (28,24,0,13).

  • cyan value is 27.80%
  • magenta value is 24.22%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (28,24,0,13) C28M24Y0K13 (28%,24%,0%,13%) (0.28/0.24/0.00/0.13) 

CMYK percentages

%27.8
%24.22
%0
%12.55

Codes

Color #A1A9DF in popluar color models

A1 A9 DF
RGB 161 169 223
HSL 232° 49.21% 75.29%
HSB/HSV 232° 27.80% 87.45%
CMYK 27.80% 24.22% 0.00%
12.55%

Color #A1A9DF in popluar number systems.

HEX A1 A9 DF
Decimal 161 169 223
Binary 10100001 10101001 11011111
Octal 241 251 337

Shades and tints

Shades of #A1A9DF

#A1A9DF
(161,169,223)
#939ACB
(147,154,203)
#858BB7
(133,139,183)
#777CA3
(119,124,163)
#696D8F
(105,109,143)
#5B5E7B
(91,94,123)
#4D4F67
(77,79,103)
#3F4053
(63,64,83)
#31313F
(49,49,63)
#23222B
(35,34,43)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #A1A9DF

#A1A9DF
(161,169,223)
#A9B0E1
(169,176,225)
#B1B7E3
(177,183,227)
#B9BEE5
(185,190,229)
#C1C5E7
(193,197,231)
#C9CCE9
(201,204,233)
#D1D3EB
(209,211,235)
#D9DAED
(217,218,237)
#E1E1EF
(225,225,239)
#E9E8F1
(233,232,241)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A9DF; }

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

This text font color is #A1A9DF.

Background Color

.myBgColor { background-color: #A1A9DF; }

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

This div background color is #A1A9DF.

Border color

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

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

This div border color is #A1A9DF.

Opacity

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

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

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

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

This text has shadow with #A1A9DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A9DF.

Preview

Color preview on black background

This text has color #A1A9DF on black background.


Color preview on white background

This text has color #A1A9DF on white background.


Black color preview on #A1A9DF background

This text has black color on #A1A9DF background.


White color preview on #A1A9DF background

This text has white color on #A1A9DF background.


Related colors

Complementary color

Complementary color for #hex is #5E5620.


I love getcolorcode.com

Triadic colors

1 #DFA1A9 and #A9DFA1 with #A1A9DF are triadic colors.

2 #DFA9A1 and #A9A1DF with #A1A9DF are triadic colors.