COLOR #A189A4

HEX: #A189A4
RGB: (161,137,164)

Color info

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

RGB color model

#A189A4 color RGB value is (161,137,164).

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

RGB channels and saturation

R 161 of 255 = 63%
G 137 of 255 = 54%
B 164 of 255 = 64%

161
137
164

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

Portions of RGB colors in percentages

R + G + B =
161 + 137 + 164 = 462 (100%)
R 161 of 462 ~ 34.85%
G 137 of 462 ~ 29.65%
B 164 of 462 ~ 35.5%

%34.85
%29.65
%35.5

CMYK color model

#A189A4 color CMYK value is (2,16,0,36).

  • cyan value is 1.83%
  • magenta value is 16.46%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(2,16,0,36)
C2M16Y0K36 
(2%,16%,0%,36%)
(0.02/0.16/0.00/0.36)	

CMYK percentages

%1.83
%16.46
%0
%35.69

Codes

Color #A189A4 in popluar color models

A189A4
RGB161137164
HSL293°12.92%59.02%
HSB/HSV293°16.46%64.31%
CMYK1.83%16.46%0.00%
35.69%

Color #A189A4 in popluar number systems.

HEXA189A4
Decimal161137164
Binary101000011000100110100100
Octal241211244

Shades and tints

Shades of #A189A4

#A189A4
(161,137,164)
#937D96
(147,125,150)
#857188
(133,113,136)
#77657A
(119,101,122)
#69596C
(105,89,108)
#5B4D5E
(91,77,94)
#4D4150
(77,65,80)
#3F3542
(63,53,66)
#312934
(49,41,52)
#231D26
(35,29,38)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #A189A4

#A189A4
(161,137,164)
#A993AC
(169,147,172)
#B19DB4
(177,157,180)
#B9A7BC
(185,167,188)
#C1B1C4
(193,177,196)
#C9BBCC
(201,187,204)
#D1C5D4
(209,197,212)
#D9CFDC
(217,207,220)
#E1D9E4
(225,217,228)
#E9E3EC
(233,227,236)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A189A4; }

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

This text font color is #A189A4.


Background Color

.myBgColor { background-color: #A189A4; }

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

This div background color is #A189A4.


Border color

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

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

This div border color is #A189A4.


Opacity

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

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

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

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

This text has shadow with #A189A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A189A4 on black background.


Color preview on white background

This text has color #A189A4 on white background.



Black color preview on #A189A4 background

This text has black color on #A189A4 background.


White color preview on #A189A4 background

This text has white color on #A189A4 background.