COLOR #A9A9FA

HEX: #A9A9FA
RGB: (169,169,250)

Color info

#A9A9FA contains mainly blue color. Web safe color of #A9A9FA is #9999FF (or #99F).

RGB color model

#A9A9FA color RGB value is (169,169,250).

  • red value is 169;
  • green value is 169;
  • blue value is 250.
RGB:
(169,169,250)
(66%,66%,98%)

RGB channels and saturation

R 169 of 255 = 66%
G 169 of 255 = 66%
B 250 of 255 = 98%

169
169
250

R + G + B ~ 77%. #A9A9FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 169 + 250 = 588 (100%)
R 169 of 588 ~ 28.74%
G 169 of 588 ~ 28.74%
B 250 of 588 ~ 42.52%

%28.74
%28.74
%42.52

CMYK color model

#A9A9FA color CMYK value is (32,32,0,2).

  • cyan value is 32.40%
  • magenta value is 32.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(32,32,0,2)
C32M32Y0K2 
(32%,32%,0%,2%)
(0.32/0.32/0.00/0.02)	

CMYK percentages

%32.4
%32.4
%0
%1.96

Codes

Color #A9A9FA in popluar color models

A9A9FA
RGB169169250
HSL240°89.01%82.16%
HSB/HSV240°32.40%98.04%
CMYK32.40%32.40%0.00%
1.96%

Color #A9A9FA in popluar number systems.

HEXA9A9FA
Decimal169169250
Binary101010011010100111111010
Octal251251372

Shades and tints

Shades of #A9A9FA

#A9A9FA
(169,169,250)
#9A9AE4
(154,154,228)
#8B8BCE
(139,139,206)
#7C7CB8
(124,124,184)
#6D6DA2
(109,109,162)
#5E5E8C
(94,94,140)
#4F4F76
(79,79,118)
#404060
(64,64,96)
#31314A
(49,49,74)
#222234
(34,34,52)
#13131E
(19,19,30)
#000000
(0,0,0)

Tints of #A9A9FA

#A9A9FA
(169,169,250)
#B0B0FA
(176,176,250)
#B7B7FA
(183,183,250)
#BEBEFA
(190,190,250)
#C5C5FA
(197,197,250)
#CCCCFA
(204,204,250)
#D3D3FA
(211,211,250)
#DADAFA
(218,218,250)
#E1E1FA
(225,225,250)
#E8E8FA
(232,232,250)
#EFEFFA
(239,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A9FA; }

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

This text font color is #A9A9FA.


Background Color

.myBgColor { background-color: #A9A9FA; }

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

This div background color is #A9A9FA.


Border color

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

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

This div border color is #A9A9FA.


Opacity

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

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

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

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

This text has shadow with #A9A9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A9FA on black background.


Color preview on white background

This text has color #A9A9FA on white background.



Black color preview on #A9A9FA background

This text has black color on #A9A9FA background.


White color preview on #A9A9FA background

This text has white color on #A9A9FA background.