COLOR #A189B2

HEX: #A189B2
RGB: (161,137,178)

Color info

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

RGB color model

#A189B2 color RGB value is (161,137,178).

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

RGB channels and saturation

R 161 of 255 = 63%
G 137 of 255 = 54%
B 178 of 255 = 70%

161
137
178

R + G + B ~ 62%. #A189B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 137 + 178 = 476 (100%)
R 161 of 476 ~ 33.82%
G 137 of 476 ~ 28.78%
B 178 of 476 ~ 37.39%

%33.82
%28.78
%37.39

CMYK color model

#A189B2 color CMYK value is (10,23,0,30).

  • cyan value is 9.55%
  • magenta value is 23.03%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(10,23,0,30)
C10M23Y0K30 
(10%,23%,0%,30%)
(0.10/0.23/0.00/0.30)	

CMYK percentages

%9.55
%23.03
%0
%30.2

Codes

Color #A189B2 in popluar color models

A189B2
RGB161137178
HSL275°21.03%61.76%
HSB/HSV275°23.03%69.80%
CMYK9.55%23.03%0.00%
30.20%

Color #A189B2 in popluar number systems.

HEXA189B2
Decimal161137178
Binary101000011000100110110010
Octal241211262

Shades and tints

Shades of #A189B2

#A189B2
(161,137,178)
#937DA2
(147,125,162)
#857192
(133,113,146)
#776582
(119,101,130)
#695972
(105,89,114)
#5B4D62
(91,77,98)
#4D4152
(77,65,82)
#3F3542
(63,53,66)
#312932
(49,41,50)
#231D22
(35,29,34)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #A189B2

#A189B2
(161,137,178)
#A993B9
(169,147,185)
#B19DC0
(177,157,192)
#B9A7C7
(185,167,199)
#C1B1CE
(193,177,206)
#C9BBD5
(201,187,213)
#D1C5DC
(209,197,220)
#D9CFE3
(217,207,227)
#E1D9EA
(225,217,234)
#E9E3F1
(233,227,241)
#F1EDF8
(241,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A189B2; }

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

This text font color is #A189B2.


Background Color

.myBgColor { background-color: #A189B2; }

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

This div background color is #A189B2.


Border color

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

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

This div border color is #A189B2.


Opacity

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

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

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

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

This text has shadow with #A189B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A189B2 on black background.


Color preview on white background

This text has color #A189B2 on white background.



Black color preview on #A189B2 background

This text has black color on #A189B2 background.


White color preview on #A189B2 background

This text has white color on #A189B2 background.