COLOR #A289A0

HEX: #A289A0
RGB: (162,137,160)

Color info

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

RGB color model

#A289A0 color RGB value is (162,137,160).

  • red value is 162;
  • green value is 137;
  • blue value is 160.
RGB:
(162,137,160)
(64%,54%,63%)

RGB channels and saturation

R 162 of 255 = 64%
G 137 of 255 = 54%
B 160 of 255 = 63%

162
137
160

R + G + B ~ 60%. #A289A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
162 + 137 + 160 = 459 (100%)
R 162 of 459 ~ 35.29%
G 137 of 459 ~ 29.85%
B 160 of 459 ~ 34.86%

%35.29
%29.85
%34.86

CMYK color model

#A289A0 color CMYK value is (0,15,1,36).

  • cyan value is 0.00%
  • magenta value is 15.43%
  • yellow value is 1.23%
  • key color value is 36.47%
CMYK:
(0,15,1,36)
C0M15Y1K36 
(0%,15%,1%,36%)
(0.00/0.15/0.01/0.36)	

CMYK percentages

%0
%15.43
%1.23
%36.47

Codes

Color #A289A0 in popluar color models

A289A0
RGB162137160
HSL305°11.85%58.63%
HSB/HSV305°15.43%63.53%
CMYK0.00%15.43%1.23%
36.47%

Color #A289A0 in popluar number systems.

HEXA289A0
Decimal162137160
Binary101000101000100110100000
Octal242211240

Shades and tints

Shades of #A289A0

#A289A0
(162,137,160)
#947D92
(148,125,146)
#867184
(134,113,132)
#786576
(120,101,118)
#6A5968
(106,89,104)
#5C4D5A
(92,77,90)
#4E414C
(78,65,76)
#40353E
(64,53,62)
#322930
(50,41,48)
#241D22
(36,29,34)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #A289A0

#A289A0
(162,137,160)
#AA93A8
(170,147,168)
#B29DB0
(178,157,176)
#BAA7B8
(186,167,184)
#C2B1C0
(194,177,192)
#CABBC8
(202,187,200)
#D2C5D0
(210,197,208)
#DACFD8
(218,207,216)
#E2D9E0
(226,217,224)
#EAE3E8
(234,227,232)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A289A0 color. Also use rgb(162,137,160) instead hex code.

Text Font Color

.myTextColor { color: #A289A0; }

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

This text font color is #A289A0.


Background Color

.myBgColor { background-color: #A289A0; }

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

This div background color is #A289A0.


Border color

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

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

This div border color is #A289A0.


Opacity

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

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

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

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

This text has shadow with #A289A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A289A0 on black background.


Color preview on white background

This text has color #A289A0 on white background.



Black color preview on #A289A0 background

This text has black color on #A289A0 background.


White color preview on #A289A0 background

This text has white color on #A289A0 background.