COLOR #A188B4

HEX: #A188B4 RGB: (161,136,180)

Color info

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

RGB color model

#A188B4 color RGB value is (161,136,180).

RGB: (161,136,180) (63%, 53%, 71%)

RGB channels and saturation

R 161 of 255 = 63%
G 136 of 255 = 53%
B 180 of 255 = 71%

161
136
180

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

Portions of RGB colors in percentages

R + G + B = 161 + 136 + 180 = 477 (100%)
R 161 of 477 ~ 33.75%
G 136 of 477 ~ 28.51%
B 180 of 477 ~ 37.74'%

%33.75
%28.51
%37.74

CMYK color model

#A188B4 color CMYK value is (11,24,0,29).

  • cyan value is 10.56%
  • magenta value is 24.44%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (11,24,0,29)
C11M24Y0K29 (11%, 24%, 0%, 29%)
(0.11 / 0.24 / 0.00 / 0.29)

CMYK percentages

%10.56
%24.44
%0
%29.41

Codes

Color #A188B4 in popluar color models

A1 88 B4
RGB 161 136 180
HSL 274° 22.68% 61.96%
HSB/HSV 274° 24.44% 70.59%
CMYK 10.56% 24.44% 0.00%
29.41%

Color #A188B4 in popluar number systems.

HEX A1 88 B4
Decimal 161 136 180
Binary 10100001 10001000 10110100
Octal 241 210 264

Shades and tints

Shades of #A188B4

#A188B4
(161,136,180)
#937CA4
(147,124,164)
#857094
(133,112,148)
#776484
(119,100,132)
#695874
(105,88,116)
#5B4C64
(91,76,100)
#4D4054
(77,64,84)
#3F3444
(63,52,68)
#312834
(49,40,52)
#231C24
(35,28,36)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #A188B4

#A188B4
(161,136,180)
#A992BA
(169,146,186)
#B19CC0
(177,156,192)
#B9A6C6
(185,166,198)
#C1B0CC
(193,176,204)
#C9BAD2
(201,186,210)
#D1C4D8
(209,196,216)
#D9CEDE
(217,206,222)
#E1D8E4
(225,216,228)
#E9E2EA
(233,226,234)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A188B4; }

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

This text font color is #A188B4.

Background Color

.myBgColor { background-color: #A188B4; }

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

This div background color is #A188B4.

Border color

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

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

This div border color is #A188B4.

Opacity

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

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

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

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

This text has shadow with #A188B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A188B4.

Preview

Color preview on black background

This text has color #A188B4 on black background.


Color preview on white background

This text has color #A188B4 on white background.


Black color preview on #A188B4 background

This text has black color on #A188B4 background.


White color preview on #A188B4 background

This text has white color on #A188B4 background.


Related colors

Complementary color

Complementary color for #hex is #5E774B.


I love getcolorcode.com

Triadic colors

1 #B4A188 and #88B4A1 with #A188B4 are triadic colors.

2 #B488A1 and #88A1B4 with #A188B4 are triadic colors.