COLOR #A4A4D6

HEX: #A4A4D6 RGB: (164,164,214)

Color info

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

RGB color model

#A4A4D6 color RGB value is (164,164,214).

RGB: (164,164,214) (64%, 64%, 84%)

RGB channels and saturation

R 164 of 255 = 64%
G 164 of 255 = 64%
B 214 of 255 = 84%

164
164
214

R + G + B ~ 71%. #A4A4D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 164 + 214 = 542 (100%)
R 164 of 542 ~ 30.26%
G 164 of 542 ~ 30.26%
B 214 of 542 ~ 39.48'%

%30.26
%30.26
%39.48

CMYK color model

#A4A4D6 color CMYK value is (23,23,0,16).

  • cyan value is 23.36%
  • magenta value is 23.36%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (23,23,0,16) C23M23Y0K16 (23%,23%,0%,16%) (0.23/0.23/0.00/0.16) 

CMYK percentages

%23.36
%23.36
%0
%16.08

Codes

Color #A4A4D6 in popluar color models

A4 A4 D6
RGB 164 164 214
HSL 240° 37.88% 74.12%
HSB/HSV 240° 23.36% 83.92%
CMYK 23.36% 23.36% 0.00%
16.08%

Color #A4A4D6 in popluar number systems.

HEX A4 A4 D6
Decimal 164 164 214
Binary 10100100 10100100 11010110
Octal 244 244 326

Shades and tints

Shades of #A4A4D6

#A4A4D6
(164,164,214)
#9696C3
(150,150,195)
#8888B0
(136,136,176)
#7A7A9D
(122,122,157)
#6C6C8A
(108,108,138)
#5E5E77
(94,94,119)
#505064
(80,80,100)
#424251
(66,66,81)
#34343E
(52,52,62)
#26262B
(38,38,43)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #A4A4D6

#A4A4D6
(164,164,214)
#ACACD9
(172,172,217)
#B4B4DC
(180,180,220)
#BCBCDF
(188,188,223)
#C4C4E2
(196,196,226)
#CCCCE5
(204,204,229)
#D4D4E8
(212,212,232)
#DCDCEB
(220,220,235)
#E4E4EE
(228,228,238)
#ECECF1
(236,236,241)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A4D6 color. Also use rgb(164,164,214) instead hex code.

Text Font Color

.myTextColor { color: #A4A4D6; }

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

This text font color is #A4A4D6.

Background Color

.myBgColor { background-color: #A4A4D6; }

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

This div background color is #A4A4D6.

Border color

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

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

This div border color is #A4A4D6.

Opacity

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

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

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

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

This text has shadow with #A4A4D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A4D6.

Preview

Color preview on black background

This text has color #A4A4D6 on black background.


Color preview on white background

This text has color #A4A4D6 on white background.


Black color preview on #A4A4D6 background

This text has black color on #A4A4D6 background.


White color preview on #A4A4D6 background

This text has white color on #A4A4D6 background.


Related colors

Complementary color

Complementary color for #hex is #5B5B29.


I love getcolorcode.com