COLOR #A9A0C5

HEX: #A9A0C5
RGB: (169,160,197)

Color info

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

RGB color model

#A9A0C5 color RGB value is (169,160,197).

  • red value is 169;
  • green value is 160;
  • blue value is 197.
RGB:
(169,160,197)
(66%,63%,77%)

RGB channels and saturation

R 169 of 255 = 66%
G 160 of 255 = 63%
B 197 of 255 = 77%

169
160
197

R + G + B ~ 69%. #A9A0C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 160 + 197 = 526 (100%)
R 169 of 526 ~ 32.13%
G 160 of 526 ~ 30.42%
B 197 of 526 ~ 37.45%

%32.13
%30.42
%37.45

CMYK color model

#A9A0C5 color CMYK value is (14,19,0,23).

  • cyan value is 14.21%
  • magenta value is 18.78%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(14,19,0,23)
C14M19Y0K23 
(14%,19%,0%,23%)
(0.14/0.19/0.00/0.23)	

CMYK percentages

%14.21
%18.78
%0
%22.75

Codes

Color #A9A0C5 in popluar color models

A9A0C5
RGB169160197
HSL255°24.18%70.00%
HSB/HSV255°18.78%77.25%
CMYK14.21%18.78%0.00%
22.75%

Color #A9A0C5 in popluar number systems.

HEXA9A0C5
Decimal169160197
Binary101010011010000011000101
Octal251240305

Shades and tints

Shades of #A9A0C5

#A9A0C5
(169,160,197)
#9A92B4
(154,146,180)
#8B84A3
(139,132,163)
#7C7692
(124,118,146)
#6D6881
(109,104,129)
#5E5A70
(94,90,112)
#4F4C5F
(79,76,95)
#403E4E
(64,62,78)
#31303D
(49,48,61)
#22222C
(34,34,44)
#13141B
(19,20,27)
#000000
(0,0,0)

Tints of #A9A0C5

#A9A0C5
(169,160,197)
#B0A8CA
(176,168,202)
#B7B0CF
(183,176,207)
#BEB8D4
(190,184,212)
#C5C0D9
(197,192,217)
#CCC8DE
(204,200,222)
#D3D0E3
(211,208,227)
#DAD8E8
(218,216,232)
#E1E0ED
(225,224,237)
#E8E8F2
(232,232,242)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A0C5 color. Also use rgb(169,160,197) instead hex code.

Text Font Color

.myTextColor { color: #A9A0C5; }

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

This text font color is #A9A0C5.


Background Color

.myBgColor { background-color: #A9A0C5; }

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

This div background color is #A9A0C5.


Border color

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

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

This div border color is #A9A0C5.


Opacity

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

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

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

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

This text has shadow with #A9A0C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A0C5 on black background.


Color preview on white background

This text has color #A9A0C5 on white background.



Black color preview on #A9A0C5 background

This text has black color on #A9A0C5 background.


White color preview on #A9A0C5 background

This text has white color on #A9A0C5 background.