COLOR #A18CB1

HEX: #A18CB1 RGB: (161,140,177)

Color info

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

RGB color model

#A18CB1 color RGB value is (161,140,177).

RGB: (161,140,177) (63%, 55%, 69%)

RGB channels and saturation

R 161 of 255 = 63%
G 140 of 255 = 55%
B 177 of 255 = 69%

161
140
177

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

Portions of RGB colors in percentages

R + G + B = 161 + 140 + 177 = 478 (100%)
R 161 of 478 ~ 33.68%
G 140 of 478 ~ 29.29%
B 177 of 478 ~ 37.03'%

%33.68
%29.29
%37.03

CMYK color model

#A18CB1 color CMYK value is (9,21,0,31).

  • cyan value is 9.04%
  • magenta value is 20.90%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (9,21,0,31)
C9M21Y0K31 (9%, 21%, 0%, 31%)
(0.09 / 0.21 / 0.00 / 0.31)

CMYK percentages

%9.04
%20.9
%0
%30.59

Codes

Color #A18CB1 in popluar color models

A1 8C B1
RGB 161 140 177
HSL 274° 19.17% 62.16%
HSB/HSV 274° 20.90% 69.41%
CMYK 9.04% 20.90% 0.00%
30.59%

Color #A18CB1 in popluar number systems.

HEX A1 8C B1
Decimal 161 140 177
Binary 10100001 10001100 10110001
Octal 241 214 261

Shades and tints

Shades of #A18CB1

#A18CB1
(161,140,177)
#9380A1
(147,128,161)
#857491
(133,116,145)
#776881
(119,104,129)
#695C71
(105,92,113)
#5B5061
(91,80,97)
#4D4451
(77,68,81)
#3F3841
(63,56,65)
#312C31
(49,44,49)
#232021
(35,32,33)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #A18CB1

#A18CB1
(161,140,177)
#A996B8
(169,150,184)
#B1A0BF
(177,160,191)
#B9AAC6
(185,170,198)
#C1B4CD
(193,180,205)
#C9BED4
(201,190,212)
#D1C8DB
(209,200,219)
#D9D2E2
(217,210,226)
#E1DCE9
(225,220,233)
#E9E6F0
(233,230,240)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18CB1 color. Also use rgb(161,140,177) instead hex code.

Text Font Color

.myTextColor { color: #A18CB1; }

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

This text font color is #A18CB1.

Background Color

.myBgColor { background-color: #A18CB1; }

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

This div background color is #A18CB1.

Border color

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

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

This div border color is #A18CB1.

Opacity

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

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

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

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

This text has shadow with #A18CB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18CB1.

Preview

Color preview on black background

This text has color #A18CB1 on black background.


Color preview on white background

This text has color #A18CB1 on white background.


Black color preview on #A18CB1 background

This text has black color on #A18CB1 background.


White color preview on #A18CB1 background

This text has white color on #A18CB1 background.


Related colors

Complementary color

Complementary color for #hex is #5E734E.


I love getcolorcode.com

Triadic colors

1 #B1A18C and #8CB1A1 with #A18CB1 are triadic colors.

2 #B18CA1 and #8CA1B1 with #A18CB1 are triadic colors.