COLOR #A494AD

HEX: #A494AD RGB: (164,148,173)

Color info

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

RGB color model

#A494AD color RGB value is (164,148,173).

RGB: (164,148,173) (64%, 58%, 68%)

RGB channels and saturation

R 164 of 255 = 64%
G 148 of 255 = 58%
B 173 of 255 = 68%

164
148
173

R + G + B ~ 63%. #A494AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 148 + 173 = 485 (100%)
R 164 of 485 ~ 33.81%
G 148 of 485 ~ 30.52%
B 173 of 485 ~ 35.67'%

%33.81
%30.52
%35.67

CMYK color model

#A494AD color CMYK value is (5,14,0,32).

  • cyan value is 5.20%
  • magenta value is 14.45%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (5,14,0,32)
C5M14Y0K32 (5%, 14%, 0%, 32%)
(0.05 / 0.14 / 0.00 / 0.32)

CMYK percentages

%5.2
%14.45
%0
%32.16

Codes

Color #A494AD in popluar color models

A4 94 AD
RGB 164 148 173
HSL 278° 13.23% 62.94%
HSB/HSV 278° 14.45% 67.84%
CMYK 5.20% 14.45% 0.00%
32.16%

Color #A494AD in popluar number systems.

HEX A4 94 AD
Decimal 164 148 173
Binary 10100100 10010100 10101101
Octal 244 224 255

Shades and tints

Shades of #A494AD

#A494AD
(164,148,173)
#96879E
(150,135,158)
#887A8F
(136,122,143)
#7A6D80
(122,109,128)
#6C6071
(108,96,113)
#5E5362
(94,83,98)
#504653
(80,70,83)
#423944
(66,57,68)
#342C35
(52,44,53)
#261F26
(38,31,38)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #A494AD

#A494AD
(164,148,173)
#AC9DB4
(172,157,180)
#B4A6BB
(180,166,187)
#BCAFC2
(188,175,194)
#C4B8C9
(196,184,201)
#CCC1D0
(204,193,208)
#D4CAD7
(212,202,215)
#DCD3DE
(220,211,222)
#E4DCE5
(228,220,229)
#ECE5EC
(236,229,236)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A494AD color. Also use rgb(164,148,173) instead hex code.

Text Font Color

.myTextColor { color: #A494AD; }

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

This text font color is #A494AD.

Background Color

.myBgColor { background-color: #A494AD; }

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

This div background color is #A494AD.

Border color

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

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

This div border color is #A494AD.

Opacity

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

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

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

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

This text has shadow with #A494AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A494AD.

Preview

Color preview on black background

This text has color #A494AD on black background.


Color preview on white background

This text has color #A494AD on white background.


Black color preview on #A494AD background

This text has black color on #A494AD background.


White color preview on #A494AD background

This text has white color on #A494AD background.


Related colors

Complementary color

Complementary color for #hex is #5B6B52.


I love getcolorcode.com

Triadic colors

1 #ADA494 and #94ADA4 with #A494AD are triadic colors.

2 #AD94A4 and #94A4AD with #A494AD are triadic colors.