COLOR #A493A1

HEX: #A493A1
RGB: (164,147,161)

Color info

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

RGB color model

#A493A1 color RGB value is (164,147,161).

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

RGB channels and saturation

R 164 of 255 = 64%
G 147 of 255 = 58%
B 161 of 255 = 63%

164
147
161

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

Portions of RGB colors in percentages

R + G + B =
164 + 147 + 161 = 472 (100%)
R 164 of 472 ~ 34.75%
G 147 of 472 ~ 31.14%
B 161 of 472 ~ 34.11%

%34.75
%31.14
%34.11

CMYK color model

#A493A1 color CMYK value is (0,10,2,36).

  • cyan value is 0.00%
  • magenta value is 10.37%
  • yellow value is 1.83%
  • key color value is 35.69%
CMYK:
(0,10,2,36)
C0M10Y2K36 
(0%,10%,2%,36%)
(0.00/0.10/0.02/0.36)	

CMYK percentages

%0
%10.37
%1.83
%35.69

Codes

Color #A493A1 in popluar color models

A493A1
RGB164147161
HSL311°8.54%60.98%
HSB/HSV311°10.37%64.31%
CMYK0.00%10.37%1.83%
35.69%

Color #A493A1 in popluar number systems.

HEXA493A1
Decimal164147161
Binary101001001001001110100001
Octal244223241

Shades and tints

Shades of #A493A1

#A493A1
(164,147,161)
#968693
(150,134,147)
#887985
(136,121,133)
#7A6C77
(122,108,119)
#6C5F69
(108,95,105)
#5E525B
(94,82,91)
#50454D
(80,69,77)
#42383F
(66,56,63)
#342B31
(52,43,49)
#261E23
(38,30,35)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #A493A1

#A493A1
(164,147,161)
#AC9CA9
(172,156,169)
#B4A5B1
(180,165,177)
#BCAEB9
(188,174,185)
#C4B7C1
(196,183,193)
#CCC0C9
(204,192,201)
#D4C9D1
(212,201,209)
#DCD2D9
(220,210,217)
#E4DBE1
(228,219,225)
#ECE4E9
(236,228,233)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A493A1; }

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

This text font color is #A493A1.


Background Color

.myBgColor { background-color: #A493A1; }

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

This div background color is #A493A1.


Border color

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

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

This div border color is #A493A1.


Opacity

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

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

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

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

This text has shadow with #A493A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A493A1 on black background.


Color preview on white background

This text has color #A493A1 on white background.



Black color preview on #A493A1 background

This text has black color on #A493A1 background.


White color preview on #A493A1 background

This text has white color on #A493A1 background.