COLOR #A393AD

HEX: #A393AD
RGB: (163,147,173)

Color info

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

RGB color model

#A393AD color RGB value is (163,147,173).

  • red value is 163;
  • green value is 147;
  • blue value is 173.
RGB:
(163,147,173)
(64%,58%,68%)

RGB channels and saturation

R 163 of 255 = 64%
G 147 of 255 = 58%
B 173 of 255 = 68%

163
147
173

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

Portions of RGB colors in percentages

R + G + B =
163 + 147 + 173 = 483 (100%)
R 163 of 483 ~ 33.75%
G 147 of 483 ~ 30.43%
B 173 of 483 ~ 35.82%

%33.75
%30.43
%35.82

CMYK color model

#A393AD color CMYK value is (6,15,0,32).

  • cyan value is 5.78%
  • magenta value is 15.03%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(6,15,0,32)
C6M15Y0K32 
(6%,15%,0%,32%)
(0.06/0.15/0.00/0.32)	

CMYK percentages

%5.78
%15.03
%0
%32.16

Codes

Color #A393AD in popluar color models

A393AD
RGB163147173
HSL277°13.68%62.75%
HSB/HSV277°15.03%67.84%
CMYK5.78%15.03%0.00%
32.16%

Color #A393AD in popluar number systems.

HEXA393AD
Decimal163147173
Binary101000111001001110101101
Octal243223255

Shades and tints

Shades of #A393AD

#A393AD
(163,147,173)
#95869E
(149,134,158)
#87798F
(135,121,143)
#796C80
(121,108,128)
#6B5F71
(107,95,113)
#5D5262
(93,82,98)
#4F4553
(79,69,83)
#413844
(65,56,68)
#332B35
(51,43,53)
#251E26
(37,30,38)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #A393AD

#A393AD
(163,147,173)
#AB9CB4
(171,156,180)
#B3A5BB
(179,165,187)
#BBAEC2
(187,174,194)
#C3B7C9
(195,183,201)
#CBC0D0
(203,192,208)
#D3C9D7
(211,201,215)
#DBD2DE
(219,210,222)
#E3DBE5
(227,219,229)
#EBE4EC
(235,228,236)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A393AD color. Also use rgb(163,147,173) instead hex code.

Text Font Color

.myTextColor { color: #A393AD; }

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

This text font color is #A393AD.


Background Color

.myBgColor { background-color: #A393AD; }

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

This div background color is #A393AD.


Border color

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

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

This div border color is #A393AD.


Opacity

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

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

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

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

This text has shadow with #A393AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A393AD on black background.


Color preview on white background

This text has color #A393AD on white background.



Black color preview on #A393AD background

This text has black color on #A393AD background.


White color preview on #A393AD background

This text has white color on #A393AD background.