COLOR #A492A1

HEX: #A492A1
RGB: (164,146,161)

Color info

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

RGB color model

#A492A1 color RGB value is (164,146,161).

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

RGB channels and saturation

R 164 of 255 = 64%
G 146 of 255 = 57%
B 161 of 255 = 63%

164
146
161

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

Portions of RGB colors in percentages

R + G + B =
164 + 146 + 161 = 471 (100%)
R 164 of 471 ~ 34.82%
G 146 of 471 ~ 31%
B 161 of 471 ~ 34.18%

%34.82
%31
%34.18

CMYK color model

#A492A1 color CMYK value is (0,11,2,36).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 1.83%
  • key color value is 35.69%
CMYK:
(0,11,2,36)
C0M11Y2K36 
(0%,11%,2%,36%)
(0.00/0.11/0.02/0.36)	

CMYK percentages

%0
%10.98
%1.83
%35.69

Codes

Color #A492A1 in popluar color models

A492A1
RGB164146161
HSL310°9.00%60.78%
HSB/HSV310°10.98%64.31%
CMYK0.00%10.98%1.83%
35.69%

Color #A492A1 in popluar number systems.

HEXA492A1
Decimal164146161
Binary101001001001001010100001
Octal244222241

Shades and tints

Shades of #A492A1

#A492A1
(164,146,161)
#968593
(150,133,147)
#887885
(136,120,133)
#7A6B77
(122,107,119)
#6C5E69
(108,94,105)
#5E515B
(94,81,91)
#50444D
(80,68,77)
#42373F
(66,55,63)
#342A31
(52,42,49)
#261D23
(38,29,35)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #A492A1

#A492A1
(164,146,161)
#AC9BA9
(172,155,169)
#B4A4B1
(180,164,177)
#BCADB9
(188,173,185)
#C4B6C1
(196,182,193)
#CCBFC9
(204,191,201)
#D4C8D1
(212,200,209)
#DCD1D9
(220,209,217)
#E4DAE1
(228,218,225)
#ECE3E9
(236,227,233)
#F4ECF1
(244,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A492A1; }

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

This text font color is #A492A1.


Background Color

.myBgColor { background-color: #A492A1; }

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

This div background color is #A492A1.


Border color

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

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

This div border color is #A492A1.


Opacity

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

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

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

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

This text has shadow with #A492A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A492A1 on black background.


Color preview on white background

This text has color #A492A1 on white background.



Black color preview on #A492A1 background

This text has black color on #A492A1 background.


White color preview on #A492A1 background

This text has white color on #A492A1 background.