COLOR #A9A0CA

HEX: #A9A0CA
RGB: (169,160,202)

Color info

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

RGB color model

#A9A0CA color RGB value is (169,160,202).

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

RGB channels and saturation

R 169 of 255 = 66%
G 160 of 255 = 63%
B 202 of 255 = 79%

169
160
202

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

Portions of RGB colors in percentages

R + G + B =
169 + 160 + 202 = 531 (100%)
R 169 of 531 ~ 31.83%
G 160 of 531 ~ 30.13%
B 202 of 531 ~ 38.04%

%31.83
%30.13
%38.04

CMYK color model

#A9A0CA color CMYK value is (16,21,0,21).

  • cyan value is 16.34%
  • magenta value is 20.79%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(16,21,0,21)
C16M21Y0K21 
(16%,21%,0%,21%)
(0.16/0.21/0.00/0.21)	

CMYK percentages

%16.34
%20.79
%0
%20.78

Codes

Color #A9A0CA in popluar color models

A9A0CA
RGB169160202
HSL253°28.38%70.98%
HSB/HSV253°20.79%79.22%
CMYK16.34%20.79%0.00%
20.78%

Color #A9A0CA in popluar number systems.

HEXA9A0CA
Decimal169160202
Binary101010011010000011001010
Octal251240312

Shades and tints

Shades of #A9A0CA

#A9A0CA
(169,160,202)
#9A92B8
(154,146,184)
#8B84A6
(139,132,166)
#7C7694
(124,118,148)
#6D6882
(109,104,130)
#5E5A70
(94,90,112)
#4F4C5E
(79,76,94)
#403E4C
(64,62,76)
#31303A
(49,48,58)
#222228
(34,34,40)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #A9A0CA

#A9A0CA
(169,160,202)
#B0A8CE
(176,168,206)
#B7B0D2
(183,176,210)
#BEB8D6
(190,184,214)
#C5C0DA
(197,192,218)
#CCC8DE
(204,200,222)
#D3D0E2
(211,208,226)
#DAD8E6
(218,216,230)
#E1E0EA
(225,224,234)
#E8E8EE
(232,232,238)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A0CA; }

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

This text font color is #A9A0CA.


Background Color

.myBgColor { background-color: #A9A0CA; }

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

This div background color is #A9A0CA.


Border color

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

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

This div border color is #A9A0CA.


Opacity

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

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

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

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

This text has shadow with #A9A0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A0CA on black background.


Color preview on white background

This text has color #A9A0CA on white background.



Black color preview on #A9A0CA background

This text has black color on #A9A0CA background.


White color preview on #A9A0CA background

This text has white color on #A9A0CA background.