COLOR #A393BC

HEX: #A393BC
RGB: (163,147,188)

Color info

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

RGB color model

#A393BC color RGB value is (163,147,188).

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

RGB channels and saturation

R 163 of 255 = 64%
G 147 of 255 = 58%
B 188 of 255 = 74%

163
147
188

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

Portions of RGB colors in percentages

R + G + B =
163 + 147 + 188 = 498 (100%)
R 163 of 498 ~ 32.73%
G 147 of 498 ~ 29.52%
B 188 of 498 ~ 37.75%

%32.73
%29.52
%37.75

CMYK color model

#A393BC color CMYK value is (13,22,0,26).

  • cyan value is 13.30%
  • magenta value is 21.81%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(13,22,0,26)
C13M22Y0K26 
(13%,22%,0%,26%)
(0.13/0.22/0.00/0.26)	

CMYK percentages

%13.3
%21.81
%0
%26.27

Codes

Color #A393BC in popluar color models

A393BC
RGB163147188
HSL263°23.43%65.69%
HSB/HSV263°21.81%73.73%
CMYK13.30%21.81%0.00%
26.27%

Color #A393BC in popluar number systems.

HEXA393BC
Decimal163147188
Binary101000111001001110111100
Octal243223274

Shades and tints

Shades of #A393BC

#A393BC
(163,147,188)
#9586AB
(149,134,171)
#87799A
(135,121,154)
#796C89
(121,108,137)
#6B5F78
(107,95,120)
#5D5267
(93,82,103)
#4F4556
(79,69,86)
#413845
(65,56,69)
#332B34
(51,43,52)
#251E23
(37,30,35)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #A393BC

#A393BC
(163,147,188)
#AB9CC2
(171,156,194)
#B3A5C8
(179,165,200)
#BBAECE
(187,174,206)
#C3B7D4
(195,183,212)
#CBC0DA
(203,192,218)
#D3C9E0
(211,201,224)
#DBD2E6
(219,210,230)
#E3DBEC
(227,219,236)
#EBE4F2
(235,228,242)
#F3EDF8
(243,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A393BC; }

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

This text font color is #A393BC.


Background Color

.myBgColor { background-color: #A393BC; }

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

This div background color is #A393BC.


Border color

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

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

This div border color is #A393BC.


Opacity

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

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

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

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

This text has shadow with #A393BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A393BC on black background.


Color preview on white background

This text has color #A393BC on white background.



Black color preview on #A393BC background

This text has black color on #A393BC background.


White color preview on #A393BC background

This text has white color on #A393BC background.