COLOR #A189ED

HEX: #A189ED RGB: (161,137,237)

Color info

#A189ED contains mainly blue color. Web safe color of #A189ED is #9999FF (or #99F).

RGB color model

#A189ED color RGB value is (161,137,237).

RGB: (161,137,237) (63%, 54%, 93%)

RGB channels and saturation

R 161 of 255 = 63%
G 137 of 255 = 54%
B 237 of 255 = 93%

161
137
237

R + G + B ~ 70%. #A189ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 137 + 237 = 535 (100%)
R 161 of 535 ~ 30.09%
G 137 of 535 ~ 25.61%
B 237 of 535 ~ 44.3'%

%30.09
%25.61
%44.3

CMYK color model

#A189ED color CMYK value is (32,42,0,7).

  • cyan value is 32.07%
  • magenta value is 42.19%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (32,42,0,7)
C32M42Y0K7 (32%, 42%, 0%, 7%)
(0.32 / 0.42 / 0.00 / 0.07)

CMYK percentages

%32.07
%42.19
%0
%7.06

Codes

Color #A189ED in popluar color models

A1 89 ED
RGB 161 137 237
HSL 254° 73.53% 73.33%
HSB/HSV 254° 42.19% 92.94%
CMYK 32.07% 42.19% 0.00%
7.06%

Color #A189ED in popluar number systems.

HEX A1 89 ED
Decimal 161 137 237
Binary 10100001 10001001 11101101
Octal 241 211 355

Shades and tints

Shades of #A189ED

#A189ED
(161,137,237)
#937DD8
(147,125,216)
#8571C3
(133,113,195)
#7765AE
(119,101,174)
#695999
(105,89,153)
#5B4D84
(91,77,132)
#4D416F
(77,65,111)
#3F355A
(63,53,90)
#312945
(49,41,69)
#231D30
(35,29,48)
#15111B
(21,17,27)
#000000
(0,0,0)

Tints of #A189ED

#A189ED
(161,137,237)
#A993EE
(169,147,238)
#B19DEF
(177,157,239)
#B9A7F0
(185,167,240)
#C1B1F1
(193,177,241)
#C9BBF2
(201,187,242)
#D1C5F3
(209,197,243)
#D9CFF4
(217,207,244)
#E1D9F5
(225,217,245)
#E9E3F6
(233,227,246)
#F1EDF7
(241,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A189ED; }

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

This text font color is #A189ED.

Background Color

.myBgColor { background-color: #A189ED; }

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

This div background color is #A189ED.

Border color

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

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

This div border color is #A189ED.

Opacity

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

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

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

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

This text has shadow with #A189ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A189ED.

Preview

Color preview on black background

This text has color #A189ED on black background.


Color preview on white background

This text has color #A189ED on white background.


Black color preview on #A189ED background

This text has black color on #A189ED background.


White color preview on #A189ED background

This text has white color on #A189ED background.


Related colors

Complementary color

Complementary color for #hex is #5E7612.


I love getcolorcode.com

Triadic colors

1 #EDA189 and #89EDA1 with #A189ED are triadic colors.

2 #ED89A1 and #89A1ED with #A189ED are triadic colors.