COLOR #A19EC8

HEX: #A19EC8 RGB: (161,158,200)

Color info

#A19EC8 contains red, green and blue colors in about the same proportion. Web safe color of #A19EC8 is #9999CC (or #99C).

RGB color model

#A19EC8 color RGB value is (161,158,200).

RGB: (161,158,200) (63%, 62%, 78%)

RGB channels and saturation

R 161 of 255 = 63%
G 158 of 255 = 62%
B 200 of 255 = 78%

161
158
200

R + G + B ~ 68%. #A19EC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 158 + 200 = 519 (100%)
R 161 of 519 ~ 31.02%
G 158 of 519 ~ 30.44%
B 200 of 519 ~ 38.54'%

%31.02
%30.44
%38.54

CMYK color model

#A19EC8 color CMYK value is (20,21,0,22).

  • cyan value is 19.50%
  • magenta value is 21.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (20,21,0,22)
C20M21Y0K22 (20%, 21%, 0%, 22%)
(0.20 / 0.21 / 0.00 / 0.22)

CMYK percentages

%19.5
%21
%0
%21.57

Codes

Color #A19EC8 in popluar color models

A1 9E C8
RGB 161 158 200
HSL 244° 27.63% 70.20%
HSB/HSV 244° 21.00% 78.43%
CMYK 19.50% 21.00% 0.00%
21.57%

Color #A19EC8 in popluar number systems.

HEX A1 9E C8
Decimal 161 158 200
Binary 10100001 10011110 11001000
Octal 241 236 310

Shades and tints

Shades of #A19EC8

#A19EC8
(161,158,200)
#9390B6
(147,144,182)
#8582A4
(133,130,164)
#777492
(119,116,146)
#696680
(105,102,128)
#5B586E
(91,88,110)
#4D4A5C
(77,74,92)
#3F3C4A
(63,60,74)
#312E38
(49,46,56)
#232026
(35,32,38)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #A19EC8

#A19EC8
(161,158,200)
#A9A6CD
(169,166,205)
#B1AED2
(177,174,210)
#B9B6D7
(185,182,215)
#C1BEDC
(193,190,220)
#C9C6E1
(201,198,225)
#D1CEE6
(209,206,230)
#D9D6EB
(217,214,235)
#E1DEF0
(225,222,240)
#E9E6F5
(233,230,245)
#F1EEFA
(241,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A19EC8 color. Also use rgb(161,158,200) instead hex code.

Text Font Color

.myTextColor { color: #A19EC8; }

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

This text font color is #A19EC8.

Background Color

.myBgColor { background-color: #A19EC8; }

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

This div background color is #A19EC8.

Border color

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

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

This div border color is #A19EC8.

Opacity

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

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

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

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

This text has shadow with #A19EC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A19EC8.

Preview

Color preview on black background

This text has color #A19EC8 on black background.


Color preview on white background

This text has color #A19EC8 on white background.


Black color preview on #A19EC8 background

This text has black color on #A19EC8 background.


White color preview on #A19EC8 background

This text has white color on #A19EC8 background.


Related colors

Complementary color

Complementary color for #hex is #5E6137.


I love getcolorcode.com

Triadic colors

1 #C8A19E and #9EC8A1 with #A19EC8 are triadic colors.

2 #C89EA1 and #9EA1C8 with #A19EC8 are triadic colors.