COLOR #A4A9F7

HEX: #A4A9F7 RGB: (164,169,247)

Color info

#A4A9F7 contains mainly blue color. Web safe color of #A4A9F7 is #9999FF (or #99F).

RGB color model

#A4A9F7 color RGB value is (164,169,247).

RGB: (164,169,247) (64%, 66%, 97%)

RGB channels and saturation

R 164 of 255 = 64%
G 169 of 255 = 66%
B 247 of 255 = 97%

164
169
247

R + G + B ~ 76%. #A4A9F7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 169 + 247 = 580 (100%)
R 164 of 580 ~ 28.28%
G 169 of 580 ~ 29.14%
B 247 of 580 ~ 42.59'%

%28.28
%29.14
%42.59

CMYK color model

#A4A9F7 color CMYK value is (34,32,0,3).

  • cyan value is 33.60%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (34,32,0,3)
C34M32Y0K3 (34%, 32%, 0%, 3%)
(0.34 / 0.32 / 0.00 / 0.03)

CMYK percentages

%33.6
%31.58
%0
%3.14

Codes

Color #A4A9F7 in popluar color models

A4 A9 F7
RGB 164 169 247
HSL 236° 83.84% 80.59%
HSB/HSV 236° 33.60% 96.86%
CMYK 33.60% 31.58% 0.00%
3.14%

Color #A4A9F7 in popluar number systems.

HEX A4 A9 F7
Decimal 164 169 247
Binary 10100100 10101001 11110111
Octal 244 251 367

Shades and tints

Shades of #A4A9F7

#A4A9F7
(164,169,247)
#969AE1
(150,154,225)
#888BCB
(136,139,203)
#7A7CB5
(122,124,181)
#6C6D9F
(108,109,159)
#5E5E89
(94,94,137)
#504F73
(80,79,115)
#42405D
(66,64,93)
#343147
(52,49,71)
#262231
(38,34,49)
#18131B
(24,19,27)
#000000
(0,0,0)

Tints of #A4A9F7

#A4A9F7
(164,169,247)
#ACB0F7
(172,176,247)
#B4B7F7
(180,183,247)
#BCBEF7
(188,190,247)
#C4C5F7
(196,197,247)
#CCCCF7
(204,204,247)
#D4D3F7
(212,211,247)
#DCDAF7
(220,218,247)
#E4E1F7
(228,225,247)
#ECE8F7
(236,232,247)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A9F7; }

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

This text font color is #A4A9F7.

Background Color

.myBgColor { background-color: #A4A9F7; }

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

This div background color is #A4A9F7.

Border color

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

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

This div border color is #A4A9F7.

Opacity

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

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

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

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

This text has shadow with #A4A9F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A9F7.

Preview

Color preview on black background

This text has color #A4A9F7 on black background.


Color preview on white background

This text has color #A4A9F7 on white background.


Black color preview on #A4A9F7 background

This text has black color on #A4A9F7 background.


White color preview on #A4A9F7 background

This text has white color on #A4A9F7 background.


Related colors

Complementary color

Complementary color for #hex is #5B5608.


I love getcolorcode.com

Triadic colors

1 #F7A4A9 and #A9F7A4 with #A4A9F7 are triadic colors.

2 #F7A9A4 and #A9A4F7 with #A4A9F7 are triadic colors.