COLOR #A289A4

HEX: #A289A4
RGB: (162,137,164)

Color info

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

RGB color model

#A289A4 color RGB value is (162,137,164).

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

RGB channels and saturation

R 162 of 255 = 64%
G 137 of 255 = 54%
B 164 of 255 = 64%

162
137
164

R + G + B ~ 61%. #A289A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 137 + 164 = 463 (100%)
R 162 of 463 ~ 34.99%
G 137 of 463 ~ 29.59%
B 164 of 463 ~ 35.42%

%34.99
%29.59
%35.42

CMYK color model

#A289A4 color CMYK value is (1,16,0,36).

  • cyan value is 1.22%
  • magenta value is 16.46%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(1,16,0,36)
C1M16Y0K36 
(1%,16%,0%,36%)
(0.01/0.16/0.00/0.36)	

CMYK percentages

%1.22
%16.46
%0
%35.69

Codes

Color #A289A4 in popluar color models

A289A4
RGB162137164
HSL296°12.92%59.02%
HSB/HSV296°16.46%64.31%
CMYK1.22%16.46%0.00%
35.69%

Color #A289A4 in popluar number systems.

HEXA289A4
Decimal162137164
Binary101000101000100110100100
Octal242211244

Shades and tints

Shades of #A289A4

#A289A4
(162,137,164)
#947D96
(148,125,150)
#867188
(134,113,136)
#78657A
(120,101,122)
#6A596C
(106,89,108)
#5C4D5E
(92,77,94)
#4E4150
(78,65,80)
#403542
(64,53,66)
#322934
(50,41,52)
#241D26
(36,29,38)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #A289A4

#A289A4
(162,137,164)
#AA93AC
(170,147,172)
#B29DB4
(178,157,180)
#BAA7BC
(186,167,188)
#C2B1C4
(194,177,196)
#CABBCC
(202,187,204)
#D2C5D4
(210,197,212)
#DACFDC
(218,207,220)
#E2D9E4
(226,217,228)
#EAE3EC
(234,227,236)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A289A4; }

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

This text font color is #A289A4.


Background Color

.myBgColor { background-color: #A289A4; }

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

This div background color is #A289A4.


Border color

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

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

This div border color is #A289A4.


Opacity

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

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

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

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

This text has shadow with #A289A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A289A4 on black background.


Color preview on white background

This text has color #A289A4 on white background.



Black color preview on #A289A4 background

This text has black color on #A289A4 background.


White color preview on #A289A4 background

This text has white color on #A289A4 background.