COLOR #A489AA

HEX: #A489AA
RGB: (164,137,170)

Color info

#A489AA contains red, green and blue colors in about the same proportion. Web safe color of #A489AA is #999999 (or #999).

RGB color model

#A489AA color RGB value is (164,137,170).

  • red value is 164;
  • green value is 137;
  • blue value is 170.
RGB:
(164,137,170)
(64%,54%,67%)

RGB channels and saturation

R 164 of 255 = 64%
G 137 of 255 = 54%
B 170 of 255 = 67%

164
137
170

R + G + B ~ 62%. #A489AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 137 + 170 = 471 (100%)
R 164 of 471 ~ 34.82%
G 137 of 471 ~ 29.09%
B 170 of 471 ~ 36.09%

%34.82
%29.09
%36.09

CMYK color model

#A489AA color CMYK value is (4,19,0,33).

  • cyan value is 3.53%
  • magenta value is 19.41%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(4,19,0,33)
C4M19Y0K33 
(4%,19%,0%,33%)
(0.04/0.19/0.00/0.33)	

CMYK percentages

%3.53
%19.41
%0
%33.33

Codes

Color #A489AA in popluar color models

A489AA
RGB164137170
HSL289°16.26%60.20%
HSB/HSV289°19.41%66.67%
CMYK3.53%19.41%0.00%
33.33%

Color #A489AA in popluar number systems.

HEXA489AA
Decimal164137170
Binary101001001000100110101010
Octal244211252

Shades and tints

Shades of #A489AA

#A489AA
(164,137,170)
#967D9B
(150,125,155)
#88718C
(136,113,140)
#7A657D
(122,101,125)
#6C596E
(108,89,110)
#5E4D5F
(94,77,95)
#504150
(80,65,80)
#423541
(66,53,65)
#342932
(52,41,50)
#261D23
(38,29,35)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #A489AA

#A489AA
(164,137,170)
#AC93B1
(172,147,177)
#B49DB8
(180,157,184)
#BCA7BF
(188,167,191)
#C4B1C6
(196,177,198)
#CCBBCD
(204,187,205)
#D4C5D4
(212,197,212)
#DCCFDB
(220,207,219)
#E4D9E2
(228,217,226)
#ECE3E9
(236,227,233)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A489AA; }

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

This text font color is #A489AA.


Background Color

.myBgColor { background-color: #A489AA; }

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

This div background color is #A489AA.


Border color

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

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

This div border color is #A489AA.


Opacity

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

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

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

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

This text has shadow with #A489AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A489AA on black background.


Color preview on white background

This text has color #A489AA on white background.



Black color preview on #A489AA background

This text has black color on #A489AA background.


White color preview on #A489AA background

This text has white color on #A489AA background.