COLOR #A19AC6

HEX: #A19AC6
RGB: (161,154,198)

Color info

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

RGB color model

#A19AC6 color RGB value is (161,154,198).

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

RGB channels and saturation

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

161
154
198

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

Portions of RGB colors in percentages

R + G + B =
161 + 154 + 198 = 513 (100%)
R 161 of 513 ~ 31.38%
G 154 of 513 ~ 30.02%
B 198 of 513 ~ 38.6%

%31.38
%30.02
%38.6

CMYK color model

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

  • cyan value is 18.69%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(19,22,0,22)
C19M22Y0K22 
(19%,22%,0%,22%)
(0.19/0.22/0.00/0.22)	

CMYK percentages

%18.69
%22.22
%0
%22.35

Codes

Color #A19AC6 in popluar color models

A19AC6
RGB161154198
HSL250°27.85%69.02%
HSB/HSV250°22.22%77.65%
CMYK18.69%22.22%0.00%
22.35%

Color #A19AC6 in popluar number systems.

HEXA19AC6
Decimal161154198
Binary101000011001101011000110
Octal241232306

Shades and tints

Shades of #A19AC6

#A19AC6
(161,154,198)
#938CB4
(147,140,180)
#857EA2
(133,126,162)
#777090
(119,112,144)
#69627E
(105,98,126)
#5B546C
(91,84,108)
#4D465A
(77,70,90)
#3F3848
(63,56,72)
#312A36
(49,42,54)
#231C24
(35,28,36)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #A19AC6

#A19AC6
(161,154,198)
#A9A3CB
(169,163,203)
#B1ACD0
(177,172,208)
#B9B5D5
(185,181,213)
#C1BEDA
(193,190,218)
#C9C7DF
(201,199,223)
#D1D0E4
(209,208,228)
#D9D9E9
(217,217,233)
#E1E2EE
(225,226,238)
#E9EBF3
(233,235,243)
#F1F4F8
(241,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19AC6; }

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

This text font color is #A19AC6.


Background Color

.myBgColor { background-color: #A19AC6; }

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

This div background color is #A19AC6.


Border color

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

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

This div border color is #A19AC6.


Opacity

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

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

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

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

This text has shadow with #A19AC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19AC6 on black background.


Color preview on white background

This text has color #A19AC6 on white background.



Black color preview on #A19AC6 background

This text has black color on #A19AC6 background.


White color preview on #A19AC6 background

This text has white color on #A19AC6 background.