COLOR #A18DAF

HEX: #A18DAF
RGB: (161,141,175)

Color info

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

RGB color model

#A18DAF color RGB value is (161,141,175).

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

RGB channels and saturation

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

161
141
175

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

Portions of RGB colors in percentages

R + G + B =
161 + 141 + 175 = 477 (100%)
R 161 of 477 ~ 33.75%
G 141 of 477 ~ 29.56%
B 175 of 477 ~ 36.69%

%33.75
%29.56
%36.69

CMYK color model

#A18DAF color CMYK value is (8,19,0,31).

  • cyan value is 8.00%
  • magenta value is 19.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(8,19,0,31)
C8M19Y0K31 
(8%,19%,0%,31%)
(0.08/0.19/0.00/0.31)	

CMYK percentages

%8
%19.43
%0
%31.37

Codes

Color #A18DAF in popluar color models

A18DAF
RGB161141175
HSL275°17.53%61.96%
HSB/HSV275°19.43%68.63%
CMYK8.00%19.43%0.00%
31.37%

Color #A18DAF in popluar number systems.

HEXA18DAF
Decimal161141175
Binary101000011000110110101111
Octal241215257

Shades and tints

Shades of #A18DAF

#A18DAF
(161,141,175)
#9381A0
(147,129,160)
#857591
(133,117,145)
#776982
(119,105,130)
#695D73
(105,93,115)
#5B5164
(91,81,100)
#4D4555
(77,69,85)
#3F3946
(63,57,70)
#312D37
(49,45,55)
#232128
(35,33,40)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #A18DAF

#A18DAF
(161,141,175)
#A997B6
(169,151,182)
#B1A1BD
(177,161,189)
#B9ABC4
(185,171,196)
#C1B5CB
(193,181,203)
#C9BFD2
(201,191,210)
#D1C9D9
(209,201,217)
#D9D3E0
(217,211,224)
#E1DDE7
(225,221,231)
#E9E7EE
(233,231,238)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18DAF; }

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

This text font color is #A18DAF.


Background Color

.myBgColor { background-color: #A18DAF; }

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

This div background color is #A18DAF.


Border color

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

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

This div border color is #A18DAF.


Opacity

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

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

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

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

This text has shadow with #A18DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18DAF on black background.


Color preview on white background

This text has color #A18DAF on white background.



Black color preview on #A18DAF background

This text has black color on #A18DAF background.


White color preview on #A18DAF background

This text has white color on #A18DAF background.