COLOR #A187AC

HEX: #A187AC
RGB: (161,135,172)

Color info

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

RGB color model

#A187AC color RGB value is (161,135,172).

  • red value is 161;
  • green value is 135;
  • blue value is 172.
RGB:
(161,135,172)
(63%,53%,67%)

RGB channels and saturation

R 161 of 255 = 63%
G 135 of 255 = 53%
B 172 of 255 = 67%

161
135
172

R + G + B ~ 61%. #A187AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 135 + 172 = 468 (100%)
R 161 of 468 ~ 34.4%
G 135 of 468 ~ 28.85%
B 172 of 468 ~ 36.75%

%34.4
%28.85
%36.75

CMYK color model

#A187AC color CMYK value is (6,22,0,33).

  • cyan value is 6.40%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(6,22,0,33)
C6M22Y0K33 
(6%,22%,0%,33%)
(0.06/0.22/0.00/0.33)	

CMYK percentages

%6.4
%21.51
%0
%32.55

Codes

Color #A187AC in popluar color models

A187AC
RGB161135172
HSL282°18.23%60.20%
HSB/HSV282°21.51%67.45%
CMYK6.40%21.51%0.00%
32.55%

Color #A187AC in popluar number systems.

HEXA187AC
Decimal161135172
Binary101000011000011110101100
Octal241207254

Shades and tints

Shades of #A187AC

#A187AC
(161,135,172)
#937B9D
(147,123,157)
#856F8E
(133,111,142)
#77637F
(119,99,127)
#695770
(105,87,112)
#5B4B61
(91,75,97)
#4D3F52
(77,63,82)
#3F3343
(63,51,67)
#312734
(49,39,52)
#231B25
(35,27,37)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #A187AC

#A187AC
(161,135,172)
#A991B3
(169,145,179)
#B19BBA
(177,155,186)
#B9A5C1
(185,165,193)
#C1AFC8
(193,175,200)
#C9B9CF
(201,185,207)
#D1C3D6
(209,195,214)
#D9CDDD
(217,205,221)
#E1D7E4
(225,215,228)
#E9E1EB
(233,225,235)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A187AC color. Also use rgb(161,135,172) instead hex code.

Text Font Color

.myTextColor { color: #A187AC; }

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

This text font color is #A187AC.


Background Color

.myBgColor { background-color: #A187AC; }

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

This div background color is #A187AC.


Border color

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

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

This div border color is #A187AC.


Opacity

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

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

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

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

This text has shadow with #A187AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A187AC on black background.


Color preview on white background

This text has color #A187AC on white background.



Black color preview on #A187AC background

This text has black color on #A187AC background.


White color preview on #A187AC background

This text has white color on #A187AC background.