COLOR #A18BBF

HEX: #A18BBF RGB: (161,139,191)

Color info

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

RGB color model

#A18BBF color RGB value is (161,139,191).

RGB: (161,139,191) (63%, 55%, 75%)

RGB channels and saturation

R 161 of 255 = 63%
G 139 of 255 = 55%
B 191 of 255 = 75%

161
139
191

R + G + B ~ 64%. #A18BBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 139 + 191 = 491 (100%)
R 161 of 491 ~ 32.79%
G 139 of 491 ~ 28.31%
B 191 of 491 ~ 38.9'%

%32.79
%28.31
%38.9

CMYK color model

#A18BBF color CMYK value is (16,27,0,25).

  • cyan value is 15.71%
  • magenta value is 27.23%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (16,27,0,25)
C16M27Y0K25 (16%, 27%, 0%, 25%)
(0.16 / 0.27 / 0.00 / 0.25)

CMYK percentages

%15.71
%27.23
%0
%25.1

Codes

Color #A18BBF in popluar color models

A1 8B BF
RGB 161 139 191
HSL 265° 28.89% 64.71%
HSB/HSV 265° 27.23% 74.90%
CMYK 15.71% 27.23% 0.00%
25.10%

Color #A18BBF in popluar number systems.

HEX A1 8B BF
Decimal 161 139 191
Binary 10100001 10001011 10111111
Octal 241 213 277

Shades and tints

Shades of #A18BBF

#A18BBF
(161,139,191)
#937FAE
(147,127,174)
#85739D
(133,115,157)
#77678C
(119,103,140)
#695B7B
(105,91,123)
#5B4F6A
(91,79,106)
#4D4359
(77,67,89)
#3F3748
(63,55,72)
#312B37
(49,43,55)
#231F26
(35,31,38)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #A18BBF

#A18BBF
(161,139,191)
#A995C4
(169,149,196)
#B19FC9
(177,159,201)
#B9A9CE
(185,169,206)
#C1B3D3
(193,179,211)
#C9BDD8
(201,189,216)
#D1C7DD
(209,199,221)
#D9D1E2
(217,209,226)
#E1DBE7
(225,219,231)
#E9E5EC
(233,229,236)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18BBF color. Also use rgb(161,139,191) instead hex code.

Text Font Color

.myTextColor { color: #A18BBF; }

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

This text font color is #A18BBF.

Background Color

.myBgColor { background-color: #A18BBF; }

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

This div background color is #A18BBF.

Border color

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

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

This div border color is #A18BBF.

Opacity

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

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

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

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

This text has shadow with #A18BBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18BBF.

Preview

Color preview on black background

This text has color #A18BBF on black background.


Color preview on white background

This text has color #A18BBF on white background.


Black color preview on #A18BBF background

This text has black color on #A18BBF background.


White color preview on #A18BBF background

This text has white color on #A18BBF background.


Related colors

Complementary color

Complementary color for #hex is #5E7440.


I love getcolorcode.com

Triadic colors

1 #BFA18B and #8BBFA1 with #A18BBF are triadic colors.

2 #BF8BA1 and #8BA1BF with #A18BBF are triadic colors.