COLOR #A3A9DC

HEX: #A3A9DC RGB: (163,169,220)

Color info

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

RGB color model

#A3A9DC color RGB value is (163,169,220).

RGB: (163,169,220) (64%, 66%, 86%)

RGB channels and saturation

R 163 of 255 = 64%
G 169 of 255 = 66%
B 220 of 255 = 86%

163
169
220

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

Portions of RGB colors in percentages

R + G + B = 163 + 169 + 220 = 552 (100%)
R 163 of 552 ~ 29.53%
G 169 of 552 ~ 30.62%
B 220 of 552 ~ 39.86'%

%29.53
%30.62
%39.86

CMYK color model

#A3A9DC color CMYK value is (26,23,0,14).

  • cyan value is 25.91%
  • magenta value is 23.18%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (26,23,0,14)
C26M23Y0K14 (26%, 23%, 0%, 14%)
(0.26 / 0.23 / 0.00 / 0.14)

CMYK percentages

%25.91
%23.18
%0
%13.73

Codes

Color #A3A9DC in popluar color models

A3 A9 DC
RGB 163 169 220
HSL 234° 44.88% 75.10%
HSB/HSV 234° 25.91% 86.27%
CMYK 25.91% 23.18% 0.00%
13.73%

Color #A3A9DC in popluar number systems.

HEX A3 A9 DC
Decimal 163 169 220
Binary 10100011 10101001 11011100
Octal 243 251 334

Shades and tints

Shades of #A3A9DC

#A3A9DC
(163,169,220)
#959AC8
(149,154,200)
#878BB4
(135,139,180)
#797CA0
(121,124,160)
#6B6D8C
(107,109,140)
#5D5E78
(93,94,120)
#4F4F64
(79,79,100)
#414050
(65,64,80)
#33313C
(51,49,60)
#252228
(37,34,40)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #A3A9DC

#A3A9DC
(163,169,220)
#ABB0DF
(171,176,223)
#B3B7E2
(179,183,226)
#BBBEE5
(187,190,229)
#C3C5E8
(195,197,232)
#CBCCEB
(203,204,235)
#D3D3EE
(211,211,238)
#DBDAF1
(219,218,241)
#E3E1F4
(227,225,244)
#EBE8F7
(235,232,247)
#F3EFFA
(243,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3A9DC color. Also use rgb(163,169,220) instead hex code.

Text Font Color

.myTextColor { color: #A3A9DC; }

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

This text font color is #A3A9DC.

Background Color

.myBgColor { background-color: #A3A9DC; }

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

This div background color is #A3A9DC.

Border color

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

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

This div border color is #A3A9DC.

Opacity

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

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

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

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

This text has shadow with #A3A9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3A9DC.

Preview

Color preview on black background

This text has color #A3A9DC on black background.


Color preview on white background

This text has color #A3A9DC on white background.


Black color preview on #A3A9DC background

This text has black color on #A3A9DC background.


White color preview on #A3A9DC background

This text has white color on #A3A9DC background.


Related colors

Complementary color

Complementary color for #hex is #5C5623.


I love getcolorcode.com

Triadic colors

1 #DCA3A9 and #A9DCA3 with #A3A9DC are triadic colors.

2 #DCA9A3 and #A9A3DC with #A3A9DC are triadic colors.