COLOR #A18DD5

HEX: #A18DD5
RGB: (161,141,213)

Color info

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

RGB color model

#A18DD5 color RGB value is (161,141,213).

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

RGB channels and saturation

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

161
141
213

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

Portions of RGB colors in percentages

R + G + B =
161 + 141 + 213 = 515 (100%)
R 161 of 515 ~ 31.26%
G 141 of 515 ~ 27.38%
B 213 of 515 ~ 41.36%

%31.26
%27.38
%41.36

CMYK color model

#A18DD5 color CMYK value is (24,34,0,16).

  • cyan value is 24.41%
  • magenta value is 33.80%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(24,34,0,16)
C24M34Y0K16 
(24%,34%,0%,16%)
(0.24/0.34/0.00/0.16)	

CMYK percentages

%24.41
%33.8
%0
%16.47

Codes

Color #A18DD5 in popluar color models

A18DD5
RGB161141213
HSL257°46.15%69.41%
HSB/HSV257°33.80%83.53%
CMYK24.41%33.80%0.00%
16.47%

Color #A18DD5 in popluar number systems.

HEXA18DD5
Decimal161141213
Binary101000011000110111010101
Octal241215325

Shades and tints

Shades of #A18DD5

#A18DD5
(161,141,213)
#9381C2
(147,129,194)
#8575AF
(133,117,175)
#77699C
(119,105,156)
#695D89
(105,93,137)
#5B5176
(91,81,118)
#4D4563
(77,69,99)
#3F3950
(63,57,80)
#312D3D
(49,45,61)
#23212A
(35,33,42)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #A18DD5

#A18DD5
(161,141,213)
#A997D8
(169,151,216)
#B1A1DB
(177,161,219)
#B9ABDE
(185,171,222)
#C1B5E1
(193,181,225)
#C9BFE4
(201,191,228)
#D1C9E7
(209,201,231)
#D9D3EA
(217,211,234)
#E1DDED
(225,221,237)
#E9E7F0
(233,231,240)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18DD5; }

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

This text font color is #A18DD5.


Background Color

.myBgColor { background-color: #A18DD5; }

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

This div background color is #A18DD5.


Border color

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

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

This div border color is #A18DD5.


Opacity

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

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

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

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

This text has shadow with #A18DD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18DD5 on black background.


Color preview on white background

This text has color #A18DD5 on white background.



Black color preview on #A18DD5 background

This text has black color on #A18DD5 background.


White color preview on #A18DD5 background

This text has white color on #A18DD5 background.