COLOR #A18FAF

HEX: #A18FAF
RGB: (161,143,175)

Color info

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

RGB color model

#A18FAF color RGB value is (161,143,175).

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

RGB channels and saturation

R 161 of 255 = 63%
G 143 of 255 = 56%
B 175 of 255 = 69%

161
143
175

R + G + B ~ 63%. #A18FAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 143 + 175 = 479 (100%)
R 161 of 479 ~ 33.61%
G 143 of 479 ~ 29.85%
B 175 of 479 ~ 36.53%

%33.61
%29.85
%36.53

CMYK color model

#A18FAF color CMYK value is (8,18,0,31).

  • cyan value is 8.00%
  • magenta value is 18.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(8,18,0,31)
C8M18Y0K31 
(8%,18%,0%,31%)
(0.08/0.18/0.00/0.31)	

CMYK percentages

%8
%18.29
%0
%31.37

Codes

Color #A18FAF in popluar color models

A18FAF
RGB161143175
HSL274°16.67%62.35%
HSB/HSV274°18.29%68.63%
CMYK8.00%18.29%0.00%
31.37%

Color #A18FAF in popluar number systems.

HEXA18FAF
Decimal161143175
Binary101000011000111110101111
Octal241217257

Shades and tints

Shades of #A18FAF

#A18FAF
(161,143,175)
#9382A0
(147,130,160)
#857591
(133,117,145)
#776882
(119,104,130)
#695B73
(105,91,115)
#5B4E64
(91,78,100)
#4D4155
(77,65,85)
#3F3446
(63,52,70)
#312737
(49,39,55)
#231A28
(35,26,40)
#150D19
(21,13,25)
#000000
(0,0,0)

Tints of #A18FAF

#A18FAF
(161,143,175)
#A999B6
(169,153,182)
#B1A3BD
(177,163,189)
#B9ADC4
(185,173,196)
#C1B7CB
(193,183,203)
#C9C1D2
(201,193,210)
#D1CBD9
(209,203,217)
#D9D5E0
(217,213,224)
#E1DFE7
(225,223,231)
#E9E9EE
(233,233,238)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18FAF; }

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

This text font color is #A18FAF.


Background Color

.myBgColor { background-color: #A18FAF; }

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

This div background color is #A18FAF.


Border color

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

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

This div border color is #A18FAF.


Opacity

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

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

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

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

This text has shadow with #A18FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18FAF on black background.


Color preview on white background

This text has color #A18FAF on white background.



Black color preview on #A18FAF background

This text has black color on #A18FAF background.


White color preview on #A18FAF background

This text has white color on #A18FAF background.