COLOR #A18BD5

HEX: #A18BD5
RGB: (161,139,213)

Color info

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

RGB color model

#A18BD5 color RGB value is (161,139,213).

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

RGB channels and saturation

R 161 of 255 = 63%
G 139 of 255 = 55%
B 213 of 255 = 84%

161
139
213

R + G + B ~ 67%. #A18BD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 139 + 213 = 513 (100%)
R 161 of 513 ~ 31.38%
G 139 of 513 ~ 27.1%
B 213 of 513 ~ 41.52%

%31.38
%27.1
%41.52

CMYK color model

#A18BD5 color CMYK value is (24,35,0,16).

  • cyan value is 24.41%
  • magenta value is 34.74%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(24,35,0,16)
C24M35Y0K16 
(24%,35%,0%,16%)
(0.24/0.35/0.00/0.16)	

CMYK percentages

%24.41
%34.74
%0
%16.47

Codes

Color #A18BD5 in popluar color models

A18BD5
RGB161139213
HSL258°46.84%69.02%
HSB/HSV258°34.74%83.53%
CMYK24.41%34.74%0.00%
16.47%

Color #A18BD5 in popluar number systems.

HEXA18BD5
Decimal161139213
Binary101000011000101111010101
Octal241213325

Shades and tints

Shades of #A18BD5

#A18BD5
(161,139,213)
#937FC2
(147,127,194)
#8573AF
(133,115,175)
#77679C
(119,103,156)
#695B89
(105,91,137)
#5B4F76
(91,79,118)
#4D4363
(77,67,99)
#3F3750
(63,55,80)
#312B3D
(49,43,61)
#231F2A
(35,31,42)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #A18BD5

#A18BD5
(161,139,213)
#A995D8
(169,149,216)
#B19FDB
(177,159,219)
#B9A9DE
(185,169,222)
#C1B3E1
(193,179,225)
#C9BDE4
(201,189,228)
#D1C7E7
(209,199,231)
#D9D1EA
(217,209,234)
#E1DBED
(225,219,237)
#E9E5F0
(233,229,240)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18BD5; }

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

This text font color is #A18BD5.


Background Color

.myBgColor { background-color: #A18BD5; }

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

This div background color is #A18BD5.


Border color

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

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

This div border color is #A18BD5.


Opacity

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

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

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

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

This text has shadow with #A18BD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18BD5 on black background.


Color preview on white background

This text has color #A18BD5 on white background.



Black color preview on #A18BD5 background

This text has black color on #A18BD5 background.


White color preview on #A18BD5 background

This text has white color on #A18BD5 background.