COLOR #A990AD

HEX: #A990AD
RGB: (169,144,173)

Color info

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

RGB color model

#A990AD color RGB value is (169,144,173).

  • red value is 169;
  • green value is 144;
  • blue value is 173.
RGB:
(169,144,173)
(66%,56%,68%)

RGB channels and saturation

R 169 of 255 = 66%
G 144 of 255 = 56%
B 173 of 255 = 68%

169
144
173

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

Portions of RGB colors in percentages

R + G + B =
169 + 144 + 173 = 486 (100%)
R 169 of 486 ~ 34.77%
G 144 of 486 ~ 29.63%
B 173 of 486 ~ 35.6%

%34.77
%29.63
%35.6

CMYK color model

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

  • cyan value is 2.31%
  • magenta value is 16.76%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(2,17,0,32)
C2M17Y0K32 
(2%,17%,0%,32%)
(0.02/0.17/0.00/0.32)	

CMYK percentages

%2.31
%16.76
%0
%32.16

Codes

Color #A990AD in popluar color models

A990AD
RGB169144173
HSL292°15.03%62.16%
HSB/HSV292°16.76%67.84%
CMYK2.31%16.76%0.00%
32.16%

Color #A990AD in popluar number systems.

HEXA990AD
Decimal169144173
Binary101010011001000010101101
Octal251220255

Shades and tints

Shades of #A990AD

#A990AD
(169,144,173)
#9A839E
(154,131,158)
#8B768F
(139,118,143)
#7C6980
(124,105,128)
#6D5C71
(109,92,113)
#5E4F62
(94,79,98)
#4F4253
(79,66,83)
#403544
(64,53,68)
#312835
(49,40,53)
#221B26
(34,27,38)
#130E17
(19,14,23)
#000000
(0,0,0)

Tints of #A990AD

#A990AD
(169,144,173)
#B09AB4
(176,154,180)
#B7A4BB
(183,164,187)
#BEAEC2
(190,174,194)
#C5B8C9
(197,184,201)
#CCC2D0
(204,194,208)
#D3CCD7
(211,204,215)
#DAD6DE
(218,214,222)
#E1E0E5
(225,224,229)
#E8EAEC
(232,234,236)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A990AD; }

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

This text font color is #A990AD.


Background Color

.myBgColor { background-color: #A990AD; }

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

This div background color is #A990AD.


Border color

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

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

This div border color is #A990AD.


Opacity

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

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

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

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

This text has shadow with #A990AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A990AD on black background.


Color preview on white background

This text has color #A990AD on white background.



Black color preview on #A990AD background

This text has black color on #A990AD background.


White color preview on #A990AD background

This text has white color on #A990AD background.