COLOR #A19ECA

HEX: #A19ECA RGB: (161,158,202)

Color info

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

RGB color model

#A19ECA color RGB value is (161,158,202).

RGB: (161,158,202) (63%, 62%, 79%)

RGB channels and saturation

R 161 of 255 = 63%
G 158 of 255 = 62%
B 202 of 255 = 79%

161
158
202

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

Portions of RGB colors in percentages

R + G + B = 161 + 158 + 202 = 521 (100%)
R 161 of 521 ~ 30.9%
G 158 of 521 ~ 30.33%
B 202 of 521 ~ 38.77'%

%30.9
%30.33
%38.77

CMYK color model

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

  • cyan value is 20.30%
  • magenta value is 21.78%
  • yellow value is 0.00%
  • key color value is 20.78%

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

CMYK percentages

%20.3
%21.78
%0
%20.78

Codes

Color #A19ECA in popluar color models

A1 9E CA
RGB 161 158 202
HSL 244° 29.33% 70.59%
HSB/HSV 244° 21.78% 79.22%
CMYK 20.30% 21.78% 0.00%
20.78%

Color #A19ECA in popluar number systems.

HEX A1 9E CA
Decimal 161 158 202
Binary 10100001 10011110 11001010
Octal 241 236 312

Shades and tints

Shades of #A19ECA

#A19ECA
(161,158,202)
#9390B8
(147,144,184)
#8582A6
(133,130,166)
#777494
(119,116,148)
#696682
(105,102,130)
#5B5870
(91,88,112)
#4D4A5E
(77,74,94)
#3F3C4C
(63,60,76)
#312E3A
(49,46,58)
#232028
(35,32,40)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #A19ECA

#A19ECA
(161,158,202)
#A9A6CE
(169,166,206)
#B1AED2
(177,174,210)
#B9B6D6
(185,182,214)
#C1BEDA
(193,190,218)
#C9C6DE
(201,198,222)
#D1CEE2
(209,206,226)
#D9D6E6
(217,214,230)
#E1DEEA
(225,222,234)
#E9E6EE
(233,230,238)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19ECA; }

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

This text font color is #A19ECA.

Background Color

.myBgColor { background-color: #A19ECA; }

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

This div background color is #A19ECA.

Border color

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

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

This div border color is #A19ECA.

Opacity

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

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

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

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

This text has shadow with #A19ECA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A19ECA.

Preview

Color preview on black background

This text has color #A19ECA on black background.


Color preview on white background

This text has color #A19ECA on white background.


Black color preview on #A19ECA background

This text has black color on #A19ECA background.


White color preview on #A19ECA background

This text has white color on #A19ECA background.


Related colors

Complementary color

Complementary color for #hex is #5E6135.


I love getcolorcode.com

Triadic colors

1 #CAA19E and #9ECAA1 with #A19ECA are triadic colors.

2 #CA9EA1 and #9EA1CA with #A19ECA are triadic colors.