COLOR #A393BB

HEX: #A393BB
RGB: (163,147,187)

Color info

#A393BB contains red, green and blue colors in about the same proportion. Web safe color of #A393BB is #9999CC (or #99C).

RGB color model

#A393BB color RGB value is (163,147,187).

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

RGB channels and saturation

R 163 of 255 = 64%
G 147 of 255 = 58%
B 187 of 255 = 73%

163
147
187

R + G + B ~ 65%. #A393BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 147 + 187 = 497 (100%)
R 163 of 497 ~ 32.8%
G 147 of 497 ~ 29.58%
B 187 of 497 ~ 37.63%

%32.8
%29.58
%37.63

CMYK color model

#A393BB color CMYK value is (13,21,0,27).

  • cyan value is 12.83%
  • magenta value is 21.39%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(13,21,0,27)
C13M21Y0K27 
(13%,21%,0%,27%)
(0.13/0.21/0.00/0.27)	

CMYK percentages

%12.83
%21.39
%0
%26.67

Codes

Color #A393BB in popluar color models

A393BB
RGB163147187
HSL264°22.73%65.49%
HSB/HSV264°21.39%73.33%
CMYK12.83%21.39%0.00%
26.67%

Color #A393BB in popluar number systems.

HEXA393BB
Decimal163147187
Binary101000111001001110111011
Octal243223273

Shades and tints

Shades of #A393BB

#A393BB
(163,147,187)
#9586AA
(149,134,170)
#877999
(135,121,153)
#796C88
(121,108,136)
#6B5F77
(107,95,119)
#5D5266
(93,82,102)
#4F4555
(79,69,85)
#413844
(65,56,68)
#332B33
(51,43,51)
#251E22
(37,30,34)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #A393BB

#A393BB
(163,147,187)
#AB9CC1
(171,156,193)
#B3A5C7
(179,165,199)
#BBAECD
(187,174,205)
#C3B7D3
(195,183,211)
#CBC0D9
(203,192,217)
#D3C9DF
(211,201,223)
#DBD2E5
(219,210,229)
#E3DBEB
(227,219,235)
#EBE4F1
(235,228,241)
#F3EDF7
(243,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A393BB; }

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

This text font color is #A393BB.


Background Color

.myBgColor { background-color: #A393BB; }

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

This div background color is #A393BB.


Border color

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

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

This div border color is #A393BB.


Opacity

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

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

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

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

This text has shadow with #A393BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A393BB on black background.


Color preview on white background

This text has color #A393BB on white background.



Black color preview on #A393BB background

This text has black color on #A393BB background.


White color preview on #A393BB background

This text has white color on #A393BB background.