COLOR #A19AC7

HEX: #A19AC7
RGB: (161,154,199)

Color info

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

RGB color model

#A19AC7 color RGB value is (161,154,199).

  • red value is 161;
  • green value is 154;
  • blue value is 199.
RGB:
(161,154,199)
(63%,60%,78%)

RGB channels and saturation

R 161 of 255 = 63%
G 154 of 255 = 60%
B 199 of 255 = 78%

161
154
199

R + G + B ~ 67%. #A19AC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 154 + 199 = 514 (100%)
R 161 of 514 ~ 31.32%
G 154 of 514 ~ 29.96%
B 199 of 514 ~ 38.72%

%31.32
%29.96
%38.72

CMYK color model

#A19AC7 color CMYK value is (19,23,0,22).

  • cyan value is 19.10%
  • magenta value is 22.61%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(19,23,0,22)
C19M23Y0K22 
(19%,23%,0%,22%)
(0.19/0.23/0.00/0.22)	

CMYK percentages

%19.1
%22.61
%0
%21.96

Codes

Color #A19AC7 in popluar color models

A19AC7
RGB161154199
HSL249°28.66%69.22%
HSB/HSV249°22.61%78.04%
CMYK19.10%22.61%0.00%
21.96%

Color #A19AC7 in popluar number systems.

HEXA19AC7
Decimal161154199
Binary101000011001101011000111
Octal241232307

Shades and tints

Shades of #A19AC7

#A19AC7
(161,154,199)
#938CB5
(147,140,181)
#857EA3
(133,126,163)
#777091
(119,112,145)
#69627F
(105,98,127)
#5B546D
(91,84,109)
#4D465B
(77,70,91)
#3F3849
(63,56,73)
#312A37
(49,42,55)
#231C25
(35,28,37)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #A19AC7

#A19AC7
(161,154,199)
#A9A3CC
(169,163,204)
#B1ACD1
(177,172,209)
#B9B5D6
(185,181,214)
#C1BEDB
(193,190,219)
#C9C7E0
(201,199,224)
#D1D0E5
(209,208,229)
#D9D9EA
(217,217,234)
#E1E2EF
(225,226,239)
#E9EBF4
(233,235,244)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19AC7; }

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

This text font color is #A19AC7.


Background Color

.myBgColor { background-color: #A19AC7; }

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

This div background color is #A19AC7.


Border color

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

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

This div border color is #A19AC7.


Opacity

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

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

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

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

This text has shadow with #A19AC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19AC7 on black background.


Color preview on white background

This text has color #A19AC7 on white background.



Black color preview on #A19AC7 background

This text has black color on #A19AC7 background.


White color preview on #A19AC7 background

This text has white color on #A19AC7 background.