COLOR #A189CD

HEX: #A189CD
RGB: (161,137,205)

Color info

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

RGB color model

#A189CD color RGB value is (161,137,205).

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

RGB channels and saturation

R 161 of 255 = 63%
G 137 of 255 = 54%
B 205 of 255 = 80%

161
137
205

R + G + B ~ 66%. #A189CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 137 + 205 = 503 (100%)
R 161 of 503 ~ 32.01%
G 137 of 503 ~ 27.24%
B 205 of 503 ~ 40.76%

%32.01
%27.24
%40.76

CMYK color model

#A189CD color CMYK value is (21,33,0,20).

  • cyan value is 21.46%
  • magenta value is 33.17%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(21,33,0,20)
C21M33Y0K20 
(21%,33%,0%,20%)
(0.21/0.33/0.00/0.20)	

CMYK percentages

%21.46
%33.17
%0
%19.61

Codes

Color #A189CD in popluar color models

A189CD
RGB161137205
HSL261°40.48%67.06%
HSB/HSV261°33.17%80.39%
CMYK21.46%33.17%0.00%
19.61%

Color #A189CD in popluar number systems.

HEXA189CD
Decimal161137205
Binary101000011000100111001101
Octal241211315

Shades and tints

Shades of #A189CD

#A189CD
(161,137,205)
#937DBB
(147,125,187)
#8571A9
(133,113,169)
#776597
(119,101,151)
#695985
(105,89,133)
#5B4D73
(91,77,115)
#4D4161
(77,65,97)
#3F354F
(63,53,79)
#31293D
(49,41,61)
#231D2B
(35,29,43)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #A189CD

#A189CD
(161,137,205)
#A993D1
(169,147,209)
#B19DD5
(177,157,213)
#B9A7D9
(185,167,217)
#C1B1DD
(193,177,221)
#C9BBE1
(201,187,225)
#D1C5E5
(209,197,229)
#D9CFE9
(217,207,233)
#E1D9ED
(225,217,237)
#E9E3F1
(233,227,241)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A189CD; }

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

This text font color is #A189CD.


Background Color

.myBgColor { background-color: #A189CD; }

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

This div background color is #A189CD.


Border color

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

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

This div border color is #A189CD.


Opacity

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

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

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

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

This text has shadow with #A189CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A189CD on black background.


Color preview on white background

This text has color #A189CD on white background.



Black color preview on #A189CD background

This text has black color on #A189CD background.


White color preview on #A189CD background

This text has white color on #A189CD background.