COLOR #A489BA

HEX: #A489BA
RGB: (164,137,186)

Color info

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

RGB color model

#A489BA color RGB value is (164,137,186).

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

RGB channels and saturation

R 164 of 255 = 64%
G 137 of 255 = 54%
B 186 of 255 = 73%

164
137
186

R + G + B ~ 64%. #A489BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 137 + 186 = 487 (100%)
R 164 of 487 ~ 33.68%
G 137 of 487 ~ 28.13%
B 186 of 487 ~ 38.19%

%33.68
%28.13
%38.19

CMYK color model

#A489BA color CMYK value is (12,26,0,27).

  • cyan value is 11.83%
  • magenta value is 26.34%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(12,26,0,27)
C12M26Y0K27 
(12%,26%,0%,27%)
(0.12/0.26/0.00/0.27)	

CMYK percentages

%11.83
%26.34
%0
%27.06

Codes

Color #A489BA in popluar color models

A489BA
RGB164137186
HSL273°26.20%63.33%
HSB/HSV273°26.34%72.94%
CMYK11.83%26.34%0.00%
27.06%

Color #A489BA in popluar number systems.

HEXA489BA
Decimal164137186
Binary101001001000100110111010
Octal244211272

Shades and tints

Shades of #A489BA

#A489BA
(164,137,186)
#967DAA
(150,125,170)
#88719A
(136,113,154)
#7A658A
(122,101,138)
#6C597A
(108,89,122)
#5E4D6A
(94,77,106)
#50415A
(80,65,90)
#42354A
(66,53,74)
#34293A
(52,41,58)
#261D2A
(38,29,42)
#18111A
(24,17,26)
#000000
(0,0,0)

Tints of #A489BA

#A489BA
(164,137,186)
#AC93C0
(172,147,192)
#B49DC6
(180,157,198)
#BCA7CC
(188,167,204)
#C4B1D2
(196,177,210)
#CCBBD8
(204,187,216)
#D4C5DE
(212,197,222)
#DCCFE4
(220,207,228)
#E4D9EA
(228,217,234)
#ECE3F0
(236,227,240)
#F4EDF6
(244,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A489BA; }

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

This text font color is #A489BA.


Background Color

.myBgColor { background-color: #A489BA; }

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

This div background color is #A489BA.


Border color

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

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

This div border color is #A489BA.


Opacity

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

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

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

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

This text has shadow with #A489BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A489BA on black background.


Color preview on white background

This text has color #A489BA on white background.



Black color preview on #A489BA background

This text has black color on #A489BA background.


White color preview on #A489BA background

This text has white color on #A489BA background.