COLOR #A19EC7

HEX: #A19EC7 RGB: (161,158,199)

Color info

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

RGB color model

#A19EC7 color RGB value is (161,158,199).

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

RGB channels and saturation

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

161
158
199

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

Portions of RGB colors in percentages

R + G + B = 161 + 158 + 199 = 518 (100%)
R 161 of 518 ~ 31.08%
G 158 of 518 ~ 30.5%
B 199 of 518 ~ 38.42'%

%31.08
%30.5
%38.42

CMYK color model

#A19EC7 color CMYK value is (19,21,0,22).

  • cyan value is 19.10%
  • magenta value is 20.60%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (19,21,0,22)
C19M21Y0K22 (19%, 21%, 0%, 22%)
(0.19 / 0.21 / 0.00 / 0.22)

CMYK percentages

%19.1
%20.6
%0
%21.96

Codes

Color #A19EC7 in popluar color models

A1 9E C7
RGB 161 158 199
HSL 244° 26.80% 70.00%
HSB/HSV 244° 20.60% 78.04%
CMYK 19.10% 20.60% 0.00%
21.96%

Color #A19EC7 in popluar number systems.

HEX A1 9E C7
Decimal 161 158 199
Binary 10100001 10011110 11000111
Octal 241 236 307

Shades and tints

Shades of #A19EC7

#A19EC7
(161,158,199)
#9390B5
(147,144,181)
#8582A3
(133,130,163)
#777491
(119,116,145)
#69667F
(105,102,127)
#5B586D
(91,88,109)
#4D4A5B
(77,74,91)
#3F3C49
(63,60,73)
#312E37
(49,46,55)
#232025
(35,32,37)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #A19EC7

#A19EC7
(161,158,199)
#A9A6CC
(169,166,204)
#B1AED1
(177,174,209)
#B9B6D6
(185,182,214)
#C1BEDB
(193,190,219)
#C9C6E0
(201,198,224)
#D1CEE5
(209,206,229)
#D9D6EA
(217,214,234)
#E1DEEF
(225,222,239)
#E9E6F4
(233,230,244)
#F1EEF9
(241,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19EC7; }

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

This text font color is #A19EC7.

Background Color

.myBgColor { background-color: #A19EC7; }

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

This div background color is #A19EC7.

Border color

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

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

This div border color is #A19EC7.

Opacity

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

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

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

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

This text has shadow with #A19EC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A19EC7.

Preview

Color preview on black background

This text has color #A19EC7 on black background.


Color preview on white background

This text has color #A19EC7 on white background.


Black color preview on #A19EC7 background

This text has black color on #A19EC7 background.


White color preview on #A19EC7 background

This text has white color on #A19EC7 background.


Related colors

Complementary color

Complementary color for #hex is #5E6138.


I love getcolorcode.com

Triadic colors

1 #C7A19E and #9EC7A1 with #A19EC7 are triadic colors.

2 #C79EA1 and #9EA1C7 with #A19EC7 are triadic colors.