COLOR #A18DB1

HEX: #A18DB1
RGB: (161,141,177)

Color info

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

RGB color model

#A18DB1 color RGB value is (161,141,177).

  • red value is 161;
  • green value is 141;
  • blue value is 177.
RGB:
(161,141,177)
(63%,55%,69%)

RGB channels and saturation

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

161
141
177

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

Portions of RGB colors in percentages

R + G + B =
161 + 141 + 177 = 479 (100%)
R 161 of 479 ~ 33.61%
G 141 of 479 ~ 29.44%
B 177 of 479 ~ 36.95%

%33.61
%29.44
%36.95

CMYK color model

#A18DB1 color CMYK value is (9,20,0,31).

  • cyan value is 9.04%
  • magenta value is 20.34%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(9,20,0,31)
C9M20Y0K31 
(9%,20%,0%,31%)
(0.09/0.20/0.00/0.31)	

CMYK percentages

%9.04
%20.34
%0
%30.59

Codes

Color #A18DB1 in popluar color models

A18DB1
RGB161141177
HSL273°18.75%62.35%
HSB/HSV273°20.34%69.41%
CMYK9.04%20.34%0.00%
30.59%

Color #A18DB1 in popluar number systems.

HEXA18DB1
Decimal161141177
Binary101000011000110110110001
Octal241215261

Shades and tints

Shades of #A18DB1

#A18DB1
(161,141,177)
#9381A1
(147,129,161)
#857591
(133,117,145)
#776981
(119,105,129)
#695D71
(105,93,113)
#5B5161
(91,81,97)
#4D4551
(77,69,81)
#3F3941
(63,57,65)
#312D31
(49,45,49)
#232121
(35,33,33)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #A18DB1

#A18DB1
(161,141,177)
#A997B8
(169,151,184)
#B1A1BF
(177,161,191)
#B9ABC6
(185,171,198)
#C1B5CD
(193,181,205)
#C9BFD4
(201,191,212)
#D1C9DB
(209,201,219)
#D9D3E2
(217,211,226)
#E1DDE9
(225,221,233)
#E9E7F0
(233,231,240)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18DB1; }

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

This text font color is #A18DB1.


Background Color

.myBgColor { background-color: #A18DB1; }

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

This div background color is #A18DB1.


Border color

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

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

This div border color is #A18DB1.


Opacity

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

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

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

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

This text has shadow with #A18DB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18DB1 on black background.


Color preview on white background

This text has color #A18DB1 on white background.



Black color preview on #A18DB1 background

This text has black color on #A18DB1 background.


White color preview on #A18DB1 background

This text has white color on #A18DB1 background.