COLOR #A189C6

HEX: #A189C6
RGB: (161,137,198)

Color info

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

RGB color model

#A189C6 color RGB value is (161,137,198).

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

RGB channels and saturation

R 161 of 255 = 63%
G 137 of 255 = 54%
B 198 of 255 = 78%

161
137
198

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

Portions of RGB colors in percentages

R + G + B =
161 + 137 + 198 = 496 (100%)
R 161 of 496 ~ 32.46%
G 137 of 496 ~ 27.62%
B 198 of 496 ~ 39.92%

%32.46
%27.62
%39.92

CMYK color model

#A189C6 color CMYK value is (19,31,0,22).

  • cyan value is 18.69%
  • magenta value is 30.81%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(19,31,0,22)
C19M31Y0K22 
(19%,31%,0%,22%)
(0.19/0.31/0.00/0.22)	

CMYK percentages

%18.69
%30.81
%0
%22.35

Codes

Color #A189C6 in popluar color models

A189C6
RGB161137198
HSL264°34.86%65.69%
HSB/HSV264°30.81%77.65%
CMYK18.69%30.81%0.00%
22.35%

Color #A189C6 in popluar number systems.

HEXA189C6
Decimal161137198
Binary101000011000100111000110
Octal241211306

Shades and tints

Shades of #A189C6

#A189C6
(161,137,198)
#937DB4
(147,125,180)
#8571A2
(133,113,162)
#776590
(119,101,144)
#69597E
(105,89,126)
#5B4D6C
(91,77,108)
#4D415A
(77,65,90)
#3F3548
(63,53,72)
#312936
(49,41,54)
#231D24
(35,29,36)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #A189C6

#A189C6
(161,137,198)
#A993CB
(169,147,203)
#B19DD0
(177,157,208)
#B9A7D5
(185,167,213)
#C1B1DA
(193,177,218)
#C9BBDF
(201,187,223)
#D1C5E4
(209,197,228)
#D9CFE9
(217,207,233)
#E1D9EE
(225,217,238)
#E9E3F3
(233,227,243)
#F1EDF8
(241,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A189C6; }

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

This text font color is #A189C6.


Background Color

.myBgColor { background-color: #A189C6; }

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

This div background color is #A189C6.


Border color

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

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

This div border color is #A189C6.


Opacity

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

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

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

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

This text has shadow with #A189C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A189C6 on black background.


Color preview on white background

This text has color #A189C6 on white background.



Black color preview on #A189C6 background

This text has black color on #A189C6 background.


White color preview on #A189C6 background

This text has white color on #A189C6 background.