COLOR #A489B2

HEX: #A489B2 RGB: (164,137,178)

Color info

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

RGB color model

#A489B2 color RGB value is (164,137,178).

RGB: (164,137,178) (64%, 54%, 70%)

RGB channels and saturation

R 164 of 255 = 64%
G 137 of 255 = 54%
B 178 of 255 = 70%

164
137
178

R + G + B ~ 63%. #A489B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 137 + 178 = 479 (100%)
R 164 of 479 ~ 34.24%
G 137 of 479 ~ 28.6%
B 178 of 479 ~ 37.16'%

%34.24
%28.6
%37.16

CMYK color model

#A489B2 color CMYK value is (8,23,0,30).

  • cyan value is 7.87%
  • magenta value is 23.03%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (8,23,0,30)
C8M23Y0K30 (8%, 23%, 0%, 30%)
(0.08 / 0.23 / 0.00 / 0.30)

CMYK percentages

%7.87
%23.03
%0
%30.2

Codes

Color #A489B2 in popluar color models

A4 89 B2
RGB 164 137 178
HSL 280° 21.03% 61.76%
HSB/HSV 280° 23.03% 69.80%
CMYK 7.87% 23.03% 0.00%
30.20%

Color #A489B2 in popluar number systems.

HEX A4 89 B2
Decimal 164 137 178
Binary 10100100 10001001 10110010
Octal 244 211 262

Shades and tints

Shades of #A489B2

#A489B2
(164,137,178)
#967DA2
(150,125,162)
#887192
(136,113,146)
#7A6582
(122,101,130)
#6C5972
(108,89,114)
#5E4D62
(94,77,98)
#504152
(80,65,82)
#423542
(66,53,66)
#342932
(52,41,50)
#261D22
(38,29,34)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #A489B2

#A489B2
(164,137,178)
#AC93B9
(172,147,185)
#B49DC0
(180,157,192)
#BCA7C7
(188,167,199)
#C4B1CE
(196,177,206)
#CCBBD5
(204,187,213)
#D4C5DC
(212,197,220)
#DCCFE3
(220,207,227)
#E4D9EA
(228,217,234)
#ECE3F1
(236,227,241)
#F4EDF8
(244,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A489B2; }

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

This text font color is #A489B2.

Background Color

.myBgColor { background-color: #A489B2; }

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

This div background color is #A489B2.

Border color

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

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

This div border color is #A489B2.

Opacity

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

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

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

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

This text has shadow with #A489B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A489B2.

Preview

Color preview on black background

This text has color #A489B2 on black background.


Color preview on white background

This text has color #A489B2 on white background.


Black color preview on #A489B2 background

This text has black color on #A489B2 background.


White color preview on #A489B2 background

This text has white color on #A489B2 background.


Related colors

Complementary color

Complementary color for #hex is #5B764D.


I love getcolorcode.com

Triadic colors

1 #B2A489 and #89B2A4 with #A489B2 are triadic colors.

2 #B289A4 and #89A4B2 with #A489B2 are triadic colors.