COLOR #A189BA

HEX: #A189BA
RGB: (161,137,186)

Color info

#A189BA contains red, green and blue colors in about the same proportion. Web safe color of #A189BA is #9999CC (or #99C).

RGB color model

#A189BA color RGB value is (161,137,186).

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

RGB channels and saturation

R 161 of 255 = 63%
G 137 of 255 = 54%
B 186 of 255 = 73%

161
137
186

R + G + B ~ 63%. #A189BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 137 + 186 = 484 (100%)
R 161 of 484 ~ 33.26%
G 137 of 484 ~ 28.31%
B 186 of 484 ~ 38.43%

%33.26
%28.31
%38.43

CMYK color model

#A189BA color CMYK value is (13,26,0,27).

  • cyan value is 13.44%
  • magenta value is 26.34%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(13,26,0,27)
C13M26Y0K27 
(13%,26%,0%,27%)
(0.13/0.26/0.00/0.27)	

CMYK percentages

%13.44
%26.34
%0
%27.06

Codes

Color #A189BA in popluar color models

A189BA
RGB161137186
HSL269°26.20%63.33%
HSB/HSV269°26.34%72.94%
CMYK13.44%26.34%0.00%
27.06%

Color #A189BA in popluar number systems.

HEXA189BA
Decimal161137186
Binary101000011000100110111010
Octal241211272

Shades and tints

Shades of #A189BA

#A189BA
(161,137,186)
#937DAA
(147,125,170)
#85719A
(133,113,154)
#77658A
(119,101,138)
#69597A
(105,89,122)
#5B4D6A
(91,77,106)
#4D415A
(77,65,90)
#3F354A
(63,53,74)
#31293A
(49,41,58)
#231D2A
(35,29,42)
#15111A
(21,17,26)
#000000
(0,0,0)

Tints of #A189BA

#A189BA
(161,137,186)
#A993C0
(169,147,192)
#B19DC6
(177,157,198)
#B9A7CC
(185,167,204)
#C1B1D2
(193,177,210)
#C9BBD8
(201,187,216)
#D1C5DE
(209,197,222)
#D9CFE4
(217,207,228)
#E1D9EA
(225,217,234)
#E9E3F0
(233,227,240)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A189BA; }

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

This text font color is #A189BA.


Background Color

.myBgColor { background-color: #A189BA; }

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

This div background color is #A189BA.


Border color

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

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

This div border color is #A189BA.


Opacity

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

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

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

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

This text has shadow with #A189BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A189BA on black background.


Color preview on white background

This text has color #A189BA on white background.



Black color preview on #A189BA background

This text has black color on #A189BA background.


White color preview on #A189BA background

This text has white color on #A189BA background.