COLOR #A188B2

HEX: #A188B2
RGB: (161,136,178)

Color info

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

RGB color model

#A188B2 color RGB value is (161,136,178).

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

RGB channels and saturation

R 161 of 255 = 63%
G 136 of 255 = 53%
B 178 of 255 = 70%

161
136
178

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

Portions of RGB colors in percentages

R + G + B =
161 + 136 + 178 = 475 (100%)
R 161 of 475 ~ 33.89%
G 136 of 475 ~ 28.63%
B 178 of 475 ~ 37.47%

%33.89
%28.63
%37.47

CMYK color model

#A188B2 color CMYK value is (10,24,0,30).

  • cyan value is 9.55%
  • magenta value is 23.60%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(10,24,0,30)
C10M24Y0K30 
(10%,24%,0%,30%)
(0.10/0.24/0.00/0.30)	

CMYK percentages

%9.55
%23.6
%0
%30.2

Codes

Color #A188B2 in popluar color models

A188B2
RGB161136178
HSL276°21.43%61.57%
HSB/HSV276°23.60%69.80%
CMYK9.55%23.60%0.00%
30.20%

Color #A188B2 in popluar number systems.

HEXA188B2
Decimal161136178
Binary101000011000100010110010
Octal241210262

Shades and tints

Shades of #A188B2

#A188B2
(161,136,178)
#937CA2
(147,124,162)
#857092
(133,112,146)
#776482
(119,100,130)
#695872
(105,88,114)
#5B4C62
(91,76,98)
#4D4052
(77,64,82)
#3F3442
(63,52,66)
#312832
(49,40,50)
#231C22
(35,28,34)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #A188B2

#A188B2
(161,136,178)
#A992B9
(169,146,185)
#B19CC0
(177,156,192)
#B9A6C7
(185,166,199)
#C1B0CE
(193,176,206)
#C9BAD5
(201,186,213)
#D1C4DC
(209,196,220)
#D9CEE3
(217,206,227)
#E1D8EA
(225,216,234)
#E9E2F1
(233,226,241)
#F1ECF8
(241,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A188B2; }

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

This text font color is #A188B2.


Background Color

.myBgColor { background-color: #A188B2; }

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

This div background color is #A188B2.


Border color

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

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

This div border color is #A188B2.


Opacity

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

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

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

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

This text has shadow with #A188B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A188B2 on black background.


Color preview on white background

This text has color #A188B2 on white background.



Black color preview on #A188B2 background

This text has black color on #A188B2 background.


White color preview on #A188B2 background

This text has white color on #A188B2 background.