COLOR #A187C6

HEX: #A187C6
RGB: (161,135,198)

Color info

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

RGB color model

#A187C6 color RGB value is (161,135,198).

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

RGB channels and saturation

R 161 of 255 = 63%
G 135 of 255 = 53%
B 198 of 255 = 78%

161
135
198

R + G + B ~ 65%. #A187C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 135 + 198 = 494 (100%)
R 161 of 494 ~ 32.59%
G 135 of 494 ~ 27.33%
B 198 of 494 ~ 40.08%

%32.59
%27.33
%40.08

CMYK color model

#A187C6 color CMYK value is (19,32,0,22).

  • cyan value is 18.69%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(19,32,0,22)
C19M32Y0K22 
(19%,32%,0%,22%)
(0.19/0.32/0.00/0.22)	

CMYK percentages

%18.69
%31.82
%0
%22.35

Codes

Color #A187C6 in popluar color models

A187C6
RGB161135198
HSL265°35.59%65.29%
HSB/HSV265°31.82%77.65%
CMYK18.69%31.82%0.00%
22.35%

Color #A187C6 in popluar number systems.

HEXA187C6
Decimal161135198
Binary101000011000011111000110
Octal241207306

Shades and tints

Shades of #A187C6

#A187C6
(161,135,198)
#937BB4
(147,123,180)
#856FA2
(133,111,162)
#776390
(119,99,144)
#69577E
(105,87,126)
#5B4B6C
(91,75,108)
#4D3F5A
(77,63,90)
#3F3348
(63,51,72)
#312736
(49,39,54)
#231B24
(35,27,36)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #A187C6

#A187C6
(161,135,198)
#A991CB
(169,145,203)
#B19BD0
(177,155,208)
#B9A5D5
(185,165,213)
#C1AFDA
(193,175,218)
#C9B9DF
(201,185,223)
#D1C3E4
(209,195,228)
#D9CDE9
(217,205,233)
#E1D7EE
(225,215,238)
#E9E1F3
(233,225,243)
#F1EBF8
(241,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A187C6; }

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

This text font color is #A187C6.


Background Color

.myBgColor { background-color: #A187C6; }

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

This div background color is #A187C6.


Border color

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

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

This div border color is #A187C6.


Opacity

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

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

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

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

This text has shadow with #A187C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A187C6 on black background.


Color preview on white background

This text has color #A187C6 on white background.



Black color preview on #A187C6 background

This text has black color on #A187C6 background.


White color preview on #A187C6 background

This text has white color on #A187C6 background.