COLOR #A18BCF

HEX: #A18BCF
RGB: (161,139,207)

Color info

#A18BCF contains mainly red and blue colors. Web safe color of #A18BCF is #9999CC (or #99C).

RGB color model

#A18BCF color RGB value is (161,139,207).

  • red value is 161;
  • green value is 139;
  • blue value is 207.
RGB:
(161,139,207)
(63%,55%,81%)

RGB channels and saturation

R 161 of 255 = 63%
G 139 of 255 = 55%
B 207 of 255 = 81%

161
139
207

R + G + B ~ 66%. #A18BCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 139 + 207 = 507 (100%)
R 161 of 507 ~ 31.76%
G 139 of 507 ~ 27.42%
B 207 of 507 ~ 40.83%

%31.76
%27.42
%40.83

CMYK color model

#A18BCF color CMYK value is (22,33,0,19).

  • cyan value is 22.22%
  • magenta value is 32.85%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(22,33,0,19)
C22M33Y0K19 
(22%,33%,0%,19%)
(0.22/0.33/0.00/0.19)	

CMYK percentages

%22.22
%32.85
%0
%18.82

Codes

Color #A18BCF in popluar color models

A18BCF
RGB161139207
HSL259°41.46%67.84%
HSB/HSV259°32.85%81.18%
CMYK22.22%32.85%0.00%
18.82%

Color #A18BCF in popluar number systems.

HEXA18BCF
Decimal161139207
Binary101000011000101111001111
Octal241213317

Shades and tints

Shades of #A18BCF

#A18BCF
(161,139,207)
#937FBD
(147,127,189)
#8573AB
(133,115,171)
#776799
(119,103,153)
#695B87
(105,91,135)
#5B4F75
(91,79,117)
#4D4363
(77,67,99)
#3F3751
(63,55,81)
#312B3F
(49,43,63)
#231F2D
(35,31,45)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #A18BCF

#A18BCF
(161,139,207)
#A995D3
(169,149,211)
#B19FD7
(177,159,215)
#B9A9DB
(185,169,219)
#C1B3DF
(193,179,223)
#C9BDE3
(201,189,227)
#D1C7E7
(209,199,231)
#D9D1EB
(217,209,235)
#E1DBEF
(225,219,239)
#E9E5F3
(233,229,243)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18BCF; }

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

This text font color is #A18BCF.


Background Color

.myBgColor { background-color: #A18BCF; }

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

This div background color is #A18BCF.


Border color

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

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

This div border color is #A18BCF.


Opacity

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

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

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

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

This text has shadow with #A18BCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18BCF on black background.


Color preview on white background

This text has color #A18BCF on white background.



Black color preview on #A18BCF background

This text has black color on #A18BCF background.


White color preview on #A18BCF background

This text has white color on #A18BCF background.