COLOR #A394AA

HEX: #A394AA
RGB: (163,148,170)

Color info

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

RGB color model

#A394AA color RGB value is (163,148,170).

  • red value is 163;
  • green value is 148;
  • blue value is 170.
RGB:
(163,148,170)
(64%,58%,67%)

RGB channels and saturation

R 163 of 255 = 64%
G 148 of 255 = 58%
B 170 of 255 = 67%

163
148
170

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

Portions of RGB colors in percentages

R + G + B =
163 + 148 + 170 = 481 (100%)
R 163 of 481 ~ 33.89%
G 148 of 481 ~ 30.77%
B 170 of 481 ~ 35.34%

%33.89
%30.77
%35.34

CMYK color model

#A394AA color CMYK value is (4,13,0,33).

  • cyan value is 4.12%
  • magenta value is 12.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(4,13,0,33)
C4M13Y0K33 
(4%,13%,0%,33%)
(0.04/0.13/0.00/0.33)	

CMYK percentages

%4.12
%12.94
%0
%33.33

Codes

Color #A394AA in popluar color models

A394AA
RGB163148170
HSL281°11.46%62.35%
HSB/HSV281°12.94%66.67%
CMYK4.12%12.94%0.00%
33.33%

Color #A394AA in popluar number systems.

HEXA394AA
Decimal163148170
Binary101000111001010010101010
Octal243224252

Shades and tints

Shades of #A394AA

#A394AA
(163,148,170)
#95879B
(149,135,155)
#877A8C
(135,122,140)
#796D7D
(121,109,125)
#6B606E
(107,96,110)
#5D535F
(93,83,95)
#4F4650
(79,70,80)
#413941
(65,57,65)
#332C32
(51,44,50)
#251F23
(37,31,35)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #A394AA

#A394AA
(163,148,170)
#AB9DB1
(171,157,177)
#B3A6B8
(179,166,184)
#BBAFBF
(187,175,191)
#C3B8C6
(195,184,198)
#CBC1CD
(203,193,205)
#D3CAD4
(211,202,212)
#DBD3DB
(219,211,219)
#E3DCE2
(227,220,226)
#EBE5E9
(235,229,233)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A394AA color. Also use rgb(163,148,170) instead hex code.

Text Font Color

.myTextColor { color: #A394AA; }

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

This text font color is #A394AA.


Background Color

.myBgColor { background-color: #A394AA; }

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

This div background color is #A394AA.


Border color

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

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

This div border color is #A394AA.


Opacity

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

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

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

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

This text has shadow with #A394AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A394AA on black background.


Color preview on white background

This text has color #A394AA on white background.



Black color preview on #A394AA background

This text has black color on #A394AA background.


White color preview on #A394AA background

This text has white color on #A394AA background.