COLOR #A990B4

HEX: #A990B4
RGB: (169,144,180)

Color info

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

RGB color model

#A990B4 color RGB value is (169,144,180).

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

RGB channels and saturation

R 169 of 255 = 66%
G 144 of 255 = 56%
B 180 of 255 = 71%

169
144
180

R + G + B ~ 64%. #A990B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 144 + 180 = 493 (100%)
R 169 of 493 ~ 34.28%
G 144 of 493 ~ 29.21%
B 180 of 493 ~ 36.51%

%34.28
%29.21
%36.51

CMYK color model

#A990B4 color CMYK value is (6,20,0,29).

  • cyan value is 6.11%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(6,20,0,29)
C6M20Y0K29 
(6%,20%,0%,29%)
(0.06/0.20/0.00/0.29)	

CMYK percentages

%6.11
%20
%0
%29.41

Codes

Color #A990B4 in popluar color models

A990B4
RGB169144180
HSL282°19.35%63.53%
HSB/HSV282°20.00%70.59%
CMYK6.11%20.00%0.00%
29.41%

Color #A990B4 in popluar number systems.

HEXA990B4
Decimal169144180
Binary101010011001000010110100
Octal251220264

Shades and tints

Shades of #A990B4

#A990B4
(169,144,180)
#9A83A4
(154,131,164)
#8B7694
(139,118,148)
#7C6984
(124,105,132)
#6D5C74
(109,92,116)
#5E4F64
(94,79,100)
#4F4254
(79,66,84)
#403544
(64,53,68)
#312834
(49,40,52)
#221B24
(34,27,36)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #A990B4

#A990B4
(169,144,180)
#B09ABA
(176,154,186)
#B7A4C0
(183,164,192)
#BEAEC6
(190,174,198)
#C5B8CC
(197,184,204)
#CCC2D2
(204,194,210)
#D3CCD8
(211,204,216)
#DAD6DE
(218,214,222)
#E1E0E4
(225,224,228)
#E8EAEA
(232,234,234)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A990B4; }

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

This text font color is #A990B4.


Background Color

.myBgColor { background-color: #A990B4; }

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

This div background color is #A990B4.


Border color

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

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

This div border color is #A990B4.


Opacity

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

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

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

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

This text has shadow with #A990B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A990B4 on black background.


Color preview on white background

This text has color #A990B4 on white background.



Black color preview on #A990B4 background

This text has black color on #A990B4 background.


White color preview on #A990B4 background

This text has white color on #A990B4 background.