COLOR #A492A5

HEX: #A492A5
RGB: (164,146,165)

Color info

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

RGB color model

#A492A5 color RGB value is (164,146,165).

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

RGB channels and saturation

R 164 of 255 = 64%
G 146 of 255 = 57%
B 165 of 255 = 65%

164
146
165

R + G + B ~ 62%. #A492A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 146 + 165 = 475 (100%)
R 164 of 475 ~ 34.53%
G 146 of 475 ~ 30.74%
B 165 of 475 ~ 34.74%

%34.53
%30.74
%34.74

CMYK color model

#A492A5 color CMYK value is (1,12,0,35).

  • cyan value is 0.61%
  • magenta value is 11.52%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK: (1,12,0,35) C1M12Y0K35 (1%,12%,0%,35%) (0.01/0.12/0.00/0.35)

CMYK percentages

%0.61
%11.52
%0
%35.29

Codes

Color #A492A5 in popluar color models

A492A5
RGB164146165
HSL297°9.55%60.98%
HSB/HSV297°11.52%64.71%
CMYK0.61%11.52%0.00%
35.29%

Color #A492A5 in popluar number systems.

HEXA492A5
Decimal164146165
Binary101001001001001010100101
Octal244222245

Shades and tints

Shades of #A492A5

#A492A5
(164,146,165)
#968596
(150,133,150)
#887887
(136,120,135)
#7A6B78
(122,107,120)
#6C5E69
(108,94,105)
#5E515A
(94,81,90)
#50444B
(80,68,75)
#42373C
(66,55,60)
#342A2D
(52,42,45)
#261D1E
(38,29,30)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #A492A5

#A492A5
(164,146,165)
#AC9BAD
(172,155,173)
#B4A4B5
(180,164,181)
#BCADBD
(188,173,189)
#C4B6C5
(196,182,197)
#CCBFCD
(204,191,205)
#D4C8D5
(212,200,213)
#DCD1DD
(220,209,221)
#E4DAE5
(228,218,229)
#ECE3ED
(236,227,237)
#F4ECF5
(244,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A492A5; }

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

This text font color is #A492A5.


Background Color

.myBgColor { background-color: #A492A5; }

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

This div background color is #A492A5.


Border color

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

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

This div border color is #A492A5.


Opacity

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

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

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

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

This text has shadow with #A492A5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A492A5 on black background.


Color preview on white background

This text has color #A492A5 on white background.



Black color preview on #A492A5 background

This text has black color on #A492A5 background.


White color preview on #A492A5 background

This text has white color on #A492A5 background.