COLOR #A489BD

HEX: #A489BD
RGB: (164,137,189)

Color info

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

RGB color model

#A489BD color RGB value is (164,137,189).

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

RGB channels and saturation

R 164 of 255 = 64%
G 137 of 255 = 54%
B 189 of 255 = 74%

164
137
189

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

Portions of RGB colors in percentages

R + G + B =
164 + 137 + 189 = 490 (100%)
R 164 of 490 ~ 33.47%
G 137 of 490 ~ 27.96%
B 189 of 490 ~ 38.57%

%33.47
%27.96
%38.57

CMYK color model

#A489BD color CMYK value is (13,28,0,26).

  • cyan value is 13.23%
  • magenta value is 27.51%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(13,28,0,26)
C13M28Y0K26 
(13%,28%,0%,26%)
(0.13/0.28/0.00/0.26)	

CMYK percentages

%13.23
%27.51
%0
%25.88

Codes

Color #A489BD in popluar color models

A489BD
RGB164137189
HSL271°28.26%63.92%
HSB/HSV271°27.51%74.12%
CMYK13.23%27.51%0.00%
25.88%

Color #A489BD in popluar number systems.

HEXA489BD
Decimal164137189
Binary101001001000100110111101
Octal244211275

Shades and tints

Shades of #A489BD

#A489BD
(164,137,189)
#967DAC
(150,125,172)
#88719B
(136,113,155)
#7A658A
(122,101,138)
#6C5979
(108,89,121)
#5E4D68
(94,77,104)
#504157
(80,65,87)
#423546
(66,53,70)
#342935
(52,41,53)
#261D24
(38,29,36)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #A489BD

#A489BD
(164,137,189)
#AC93C3
(172,147,195)
#B49DC9
(180,157,201)
#BCA7CF
(188,167,207)
#C4B1D5
(196,177,213)
#CCBBDB
(204,187,219)
#D4C5E1
(212,197,225)
#DCCFE7
(220,207,231)
#E4D9ED
(228,217,237)
#ECE3F3
(236,227,243)
#F4EDF9
(244,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A489BD; }

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

This text font color is #A489BD.


Background Color

.myBgColor { background-color: #A489BD; }

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

This div background color is #A489BD.


Border color

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

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

This div border color is #A489BD.


Opacity

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

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

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

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

This text has shadow with #A489BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A489BD on black background.


Color preview on white background

This text has color #A489BD on white background.



Black color preview on #A489BD background

This text has black color on #A489BD background.


White color preview on #A489BD background

This text has white color on #A489BD background.