COLOR #A490A1

HEX: #A490A1
RGB: (164,144,161)

Color info

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

RGB color model

#A490A1 color RGB value is (164,144,161).

  • red value is 164;
  • green value is 144;
  • blue value is 161.
RGB:
(164,144,161)
(64%,56%,63%)

RGB channels and saturation

R 164 of 255 = 64%
G 144 of 255 = 56%
B 161 of 255 = 63%

164
144
161

R + G + B ~ 61%. #A490A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 144 + 161 = 469 (100%)
R 164 of 469 ~ 34.97%
G 144 of 469 ~ 30.7%
B 161 of 469 ~ 34.33%

%34.97
%30.7
%34.33

CMYK color model

#A490A1 color CMYK value is (0,12,2,36).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 1.83%
  • key color value is 35.69%
CMYK:
(0,12,2,36)
C0M12Y2K36 
(0%,12%,2%,36%)
(0.00/0.12/0.02/0.36)	

CMYK percentages

%0
%12.2
%1.83
%35.69

Codes

Color #A490A1 in popluar color models

A490A1
RGB164144161
HSL309°9.90%60.39%
HSB/HSV309°12.20%64.31%
CMYK0.00%12.20%1.83%
35.69%

Color #A490A1 in popluar number systems.

HEXA490A1
Decimal164144161
Binary101001001001000010100001
Octal244220241

Shades and tints

Shades of #A490A1

#A490A1
(164,144,161)
#968393
(150,131,147)
#887685
(136,118,133)
#7A6977
(122,105,119)
#6C5C69
(108,92,105)
#5E4F5B
(94,79,91)
#50424D
(80,66,77)
#42353F
(66,53,63)
#342831
(52,40,49)
#261B23
(38,27,35)
#180E15
(24,14,21)
#000000
(0,0,0)

Tints of #A490A1

#A490A1
(164,144,161)
#AC9AA9
(172,154,169)
#B4A4B1
(180,164,177)
#BCAEB9
(188,174,185)
#C4B8C1
(196,184,193)
#CCC2C9
(204,194,201)
#D4CCD1
(212,204,209)
#DCD6D9
(220,214,217)
#E4E0E1
(228,224,225)
#ECEAE9
(236,234,233)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A490A1 color. Also use rgb(164,144,161) instead hex code.

Text Font Color

.myTextColor { color: #A490A1; }

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

This text font color is #A490A1.


Background Color

.myBgColor { background-color: #A490A1; }

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

This div background color is #A490A1.


Border color

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

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

This div border color is #A490A1.


Opacity

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

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

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

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

This text has shadow with #A490A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A490A1 on black background.


Color preview on white background

This text has color #A490A1 on white background.



Black color preview on #A490A1 background

This text has black color on #A490A1 background.


White color preview on #A490A1 background

This text has white color on #A490A1 background.