COLOR #A189AB

HEX: #A189AB
RGB: (161,137,171)

Color info

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

RGB color model

#A189AB color RGB value is (161,137,171).

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

RGB channels and saturation

R 161 of 255 = 63%
G 137 of 255 = 54%
B 171 of 255 = 67%

161
137
171

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

Portions of RGB colors in percentages

R + G + B =
161 + 137 + 171 = 469 (100%)
R 161 of 469 ~ 34.33%
G 137 of 469 ~ 29.21%
B 171 of 469 ~ 36.46%

%34.33
%29.21
%36.46

CMYK color model

#A189AB color CMYK value is (6,20,0,33).

  • cyan value is 5.85%
  • magenta value is 19.88%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(6,20,0,33)
C6M20Y0K33 
(6%,20%,0%,33%)
(0.06/0.20/0.00/0.33)	

CMYK percentages

%5.85
%19.88
%0
%32.94

Codes

Color #A189AB in popluar color models

A189AB
RGB161137171
HSL282°16.83%60.39%
HSB/HSV282°19.88%67.06%
CMYK5.85%19.88%0.00%
32.94%

Color #A189AB in popluar number systems.

HEXA189AB
Decimal161137171
Binary101000011000100110101011
Octal241211253

Shades and tints

Shades of #A189AB

#A189AB
(161,137,171)
#937D9C
(147,125,156)
#85718D
(133,113,141)
#77657E
(119,101,126)
#69596F
(105,89,111)
#5B4D60
(91,77,96)
#4D4151
(77,65,81)
#3F3542
(63,53,66)
#312933
(49,41,51)
#231D24
(35,29,36)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #A189AB

#A189AB
(161,137,171)
#A993B2
(169,147,178)
#B19DB9
(177,157,185)
#B9A7C0
(185,167,192)
#C1B1C7
(193,177,199)
#C9BBCE
(201,187,206)
#D1C5D5
(209,197,213)
#D9CFDC
(217,207,220)
#E1D9E3
(225,217,227)
#E9E3EA
(233,227,234)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A189AB; }

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

This text font color is #A189AB.


Background Color

.myBgColor { background-color: #A189AB; }

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

This div background color is #A189AB.


Border color

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

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

This div border color is #A189AB.


Opacity

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

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

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

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

This text has shadow with #A189AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A189AB on black background.


Color preview on white background

This text has color #A189AB on white background.



Black color preview on #A189AB background

This text has black color on #A189AB background.


White color preview on #A189AB background

This text has white color on #A189AB background.