COLOR #A990AA

HEX: #A990AA RGB: (169,144,170)

Color info

#A990AA contains red, green and blue colors in about the same proportion. Web safe color of #A990AA is #999999 (or #999).

RGB color model

#A990AA color RGB value is (169,144,170).

RGB: (169,144,170) (66%, 56%, 67%)

RGB channels and saturation

R 169 of 255 = 66%
G 144 of 255 = 56%
B 170 of 255 = 67%

169
144
170

R + G + B ~ 63%. #A990AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 144 + 170 = 483 (100%)
R 169 of 483 ~ 34.99%
G 144 of 483 ~ 29.81%
B 170 of 483 ~ 35.2'%

%34.99
%29.81
%35.2

CMYK color model

#A990AA color CMYK value is (1,15,0,33).

  • cyan value is 0.59%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (1,15,0,33)
C1M15Y0K33 (1%, 15%, 0%, 33%)
(0.01 / 0.15 / 0.00 / 0.33)

CMYK percentages

%0.59
%15.29
%0
%33.33

Codes

Color #A990AA in popluar color models

A9 90 AA
RGB 169 144 170
HSL 298° 13.27% 61.57%
HSB/HSV 298° 15.29% 66.67%
CMYK 0.59% 15.29% 0.00%
33.33%

Color #A990AA in popluar number systems.

HEX A9 90 AA
Decimal 169 144 170
Binary 10101001 10010000 10101010
Octal 251 220 252

Shades and tints

Shades of #A990AA

#A990AA
(169,144,170)
#9A839B
(154,131,155)
#8B768C
(139,118,140)
#7C697D
(124,105,125)
#6D5C6E
(109,92,110)
#5E4F5F
(94,79,95)
#4F4250
(79,66,80)
#403541
(64,53,65)
#312832
(49,40,50)
#221B23
(34,27,35)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #A990AA

#A990AA
(169,144,170)
#B09AB1
(176,154,177)
#B7A4B8
(183,164,184)
#BEAEBF
(190,174,191)
#C5B8C6
(197,184,198)
#CCC2CD
(204,194,205)
#D3CCD4
(211,204,212)
#DAD6DB
(218,214,219)
#E1E0E2
(225,224,226)
#E8EAE9
(232,234,233)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A990AA; }

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

This text font color is #A990AA.

Background Color

.myBgColor { background-color: #A990AA; }

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

This div background color is #A990AA.

Border color

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

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

This div border color is #A990AA.

Opacity

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

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

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

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

This text has shadow with #A990AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A990AA.

Preview

Color preview on black background

This text has color #A990AA on black background.


Color preview on white background

This text has color #A990AA on white background.


Black color preview on #A990AA background

This text has black color on #A990AA background.


White color preview on #A990AA background

This text has white color on #A990AA background.


Related colors

Complementary color

Complementary color for #hex is #566F55.


I love getcolorcode.com

Triadic colors

1 #AAA990 and #90AAA9 with #A990AA are triadic colors.

2 #AA90A9 and #90A9AA with #A990AA are triadic colors.