COLOR #A18FAD

HEX: #A18FAD
RGB: (161,143,173)

Color info

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

RGB color model

#A18FAD color RGB value is (161,143,173).

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

RGB channels and saturation

R 161 of 255 = 63%
G 143 of 255 = 56%
B 173 of 255 = 68%

161
143
173

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

Portions of RGB colors in percentages

R + G + B =
161 + 143 + 173 = 477 (100%)
R 161 of 477 ~ 33.75%
G 143 of 477 ~ 29.98%
B 173 of 477 ~ 36.27%

%33.75
%29.98
%36.27

CMYK color model

#A18FAD color CMYK value is (7,17,0,32).

  • cyan value is 6.94%
  • magenta value is 17.34%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(7,17,0,32)
C7M17Y0K32 
(7%,17%,0%,32%)
(0.07/0.17/0.00/0.32)	

CMYK percentages

%6.94
%17.34
%0
%32.16

Codes

Color #A18FAD in popluar color models

A18FAD
RGB161143173
HSL276°15.46%61.96%
HSB/HSV276°17.34%67.84%
CMYK6.94%17.34%0.00%
32.16%

Color #A18FAD in popluar number systems.

HEXA18FAD
Decimal161143173
Binary101000011000111110101101
Octal241217255

Shades and tints

Shades of #A18FAD

#A18FAD
(161,143,173)
#93829E
(147,130,158)
#85758F
(133,117,143)
#776880
(119,104,128)
#695B71
(105,91,113)
#5B4E62
(91,78,98)
#4D4153
(77,65,83)
#3F3444
(63,52,68)
#312735
(49,39,53)
#231A26
(35,26,38)
#150D17
(21,13,23)
#000000
(0,0,0)

Tints of #A18FAD

#A18FAD
(161,143,173)
#A999B4
(169,153,180)
#B1A3BB
(177,163,187)
#B9ADC2
(185,173,194)
#C1B7C9
(193,183,201)
#C9C1D0
(201,193,208)
#D1CBD7
(209,203,215)
#D9D5DE
(217,213,222)
#E1DFE5
(225,223,229)
#E9E9EC
(233,233,236)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18FAD; }

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

This text font color is #A18FAD.


Background Color

.myBgColor { background-color: #A18FAD; }

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

This div background color is #A18FAD.


Border color

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

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

This div border color is #A18FAD.


Opacity

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

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

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

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

This text has shadow with #A18FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18FAD on black background.


Color preview on white background

This text has color #A18FAD on white background.



Black color preview on #A18FAD background

This text has black color on #A18FAD background.


White color preview on #A18FAD background

This text has white color on #A18FAD background.