COLOR #A18FD9

HEX: #A18FD9
RGB: (161,143,217)

Color info

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

RGB color model

#A18FD9 color RGB value is (161,143,217).

  • red value is 161;
  • green value is 143;
  • blue value is 217.
RGB:
(161,143,217)
(63%,56%,85%)

RGB channels and saturation

R 161 of 255 = 63%
G 143 of 255 = 56%
B 217 of 255 = 85%

161
143
217

R + G + B ~ 68%. #A18FD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 143 + 217 = 521 (100%)
R 161 of 521 ~ 30.9%
G 143 of 521 ~ 27.45%
B 217 of 521 ~ 41.65%

%30.9
%27.45
%41.65

CMYK color model

#A18FD9 color CMYK value is (26,34,0,15).

  • cyan value is 25.81%
  • magenta value is 34.10%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(26,34,0,15)
C26M34Y0K15 
(26%,34%,0%,15%)
(0.26/0.34/0.00/0.15)	

CMYK percentages

%25.81
%34.1
%0
%14.9

Codes

Color #A18FD9 in popluar color models

A18FD9
RGB161143217
HSL255°49.33%70.59%
HSB/HSV255°34.10%85.10%
CMYK25.81%34.10%0.00%
14.90%

Color #A18FD9 in popluar number systems.

HEXA18FD9
Decimal161143217
Binary101000011000111111011001
Octal241217331

Shades and tints

Shades of #A18FD9

#A18FD9
(161,143,217)
#9382C6
(147,130,198)
#8575B3
(133,117,179)
#7768A0
(119,104,160)
#695B8D
(105,91,141)
#5B4E7A
(91,78,122)
#4D4167
(77,65,103)
#3F3454
(63,52,84)
#312741
(49,39,65)
#231A2E
(35,26,46)
#150D1B
(21,13,27)
#000000
(0,0,0)

Tints of #A18FD9

#A18FD9
(161,143,217)
#A999DC
(169,153,220)
#B1A3DF
(177,163,223)
#B9ADE2
(185,173,226)
#C1B7E5
(193,183,229)
#C9C1E8
(201,193,232)
#D1CBEB
(209,203,235)
#D9D5EE
(217,213,238)
#E1DFF1
(225,223,241)
#E9E9F4
(233,233,244)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18FD9 color. Also use rgb(161,143,217) instead hex code.

Text Font Color

.myTextColor { color: #A18FD9; }

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

This text font color is #A18FD9.


Background Color

.myBgColor { background-color: #A18FD9; }

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

This div background color is #A18FD9.


Border color

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

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

This div border color is #A18FD9.


Opacity

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

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

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

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

This text has shadow with #A18FD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18FD9 on black background.


Color preview on white background

This text has color #A18FD9 on white background.



Black color preview on #A18FD9 background

This text has black color on #A18FD9 background.


White color preview on #A18FD9 background

This text has white color on #A18FD9 background.