COLOR #A990D6

HEX: #A990D6
RGB: (169,144,214)

Color info

#A990D6 contains mainly red and blue colors. Web safe color of #A990D6 is #9999CC (or #99C).

RGB color model

#A990D6 color RGB value is (169,144,214).

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

RGB channels and saturation

R 169 of 255 = 66%
G 144 of 255 = 56%
B 214 of 255 = 84%

169
144
214

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

Portions of RGB colors in percentages

R + G + B =
169 + 144 + 214 = 527 (100%)
R 169 of 527 ~ 32.07%
G 144 of 527 ~ 27.32%
B 214 of 527 ~ 40.61%

%32.07
%27.32
%40.61

CMYK color model

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

  • cyan value is 21.03%
  • magenta value is 32.71%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(21,33,0,16)
C21M33Y0K16 
(21%,33%,0%,16%)
(0.21/0.33/0.00/0.16)	

CMYK percentages

%21.03
%32.71
%0
%16.08

Codes

Color #A990D6 in popluar color models

A990D6
RGB169144214
HSL261°46.05%70.20%
HSB/HSV261°32.71%83.92%
CMYK21.03%32.71%0.00%
16.08%

Color #A990D6 in popluar number systems.

HEXA990D6
Decimal169144214
Binary101010011001000011010110
Octal251220326

Shades and tints

Shades of #A990D6

#A990D6
(169,144,214)
#9A83C3
(154,131,195)
#8B76B0
(139,118,176)
#7C699D
(124,105,157)
#6D5C8A
(109,92,138)
#5E4F77
(94,79,119)
#4F4264
(79,66,100)
#403551
(64,53,81)
#31283E
(49,40,62)
#221B2B
(34,27,43)
#130E18
(19,14,24)
#000000
(0,0,0)

Tints of #A990D6

#A990D6
(169,144,214)
#B09AD9
(176,154,217)
#B7A4DC
(183,164,220)
#BEAEDF
(190,174,223)
#C5B8E2
(197,184,226)
#CCC2E5
(204,194,229)
#D3CCE8
(211,204,232)
#DAD6EB
(218,214,235)
#E1E0EE
(225,224,238)
#E8EAF1
(232,234,241)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A990D6; }

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

This text font color is #A990D6.


Background Color

.myBgColor { background-color: #A990D6; }

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

This div background color is #A990D6.


Border color

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

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

This div border color is #A990D6.


Opacity

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

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

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

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

This text has shadow with #A990D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A990D6 on black background.


Color preview on white background

This text has color #A990D6 on white background.



Black color preview on #A990D6 background

This text has black color on #A990D6 background.


White color preview on #A990D6 background

This text has white color on #A990D6 background.