COLOR #A393C4

HEX: #A393C4
RGB: (163,147,196)

Color info

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

RGB color model

#A393C4 color RGB value is (163,147,196).

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

RGB channels and saturation

R 163 of 255 = 64%
G 147 of 255 = 58%
B 196 of 255 = 77%

163
147
196

R + G + B ~ 66%. #A393C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 147 + 196 = 506 (100%)
R 163 of 506 ~ 32.21%
G 147 of 506 ~ 29.05%
B 196 of 506 ~ 38.74%

%32.21
%29.05
%38.74

CMYK color model

#A393C4 color CMYK value is (17,25,0,23).

  • cyan value is 16.84%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(17,25,0,23)
C17M25Y0K23 
(17%,25%,0%,23%)
(0.17/0.25/0.00/0.23)	

CMYK percentages

%16.84
%25
%0
%23.14

Codes

Color #A393C4 in popluar color models

A393C4
RGB163147196
HSL260°29.34%67.25%
HSB/HSV260°25.00%76.86%
CMYK16.84%25.00%0.00%
23.14%

Color #A393C4 in popluar number systems.

HEXA393C4
Decimal163147196
Binary101000111001001111000100
Octal243223304

Shades and tints

Shades of #A393C4

#A393C4
(163,147,196)
#9586B3
(149,134,179)
#8779A2
(135,121,162)
#796C91
(121,108,145)
#6B5F80
(107,95,128)
#5D526F
(93,82,111)
#4F455E
(79,69,94)
#41384D
(65,56,77)
#332B3C
(51,43,60)
#251E2B
(37,30,43)
#17111A
(23,17,26)
#000000
(0,0,0)

Tints of #A393C4

#A393C4
(163,147,196)
#AB9CC9
(171,156,201)
#B3A5CE
(179,165,206)
#BBAED3
(187,174,211)
#C3B7D8
(195,183,216)
#CBC0DD
(203,192,221)
#D3C9E2
(211,201,226)
#DBD2E7
(219,210,231)
#E3DBEC
(227,219,236)
#EBE4F1
(235,228,241)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A393C4; }

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

This text font color is #A393C4.


Background Color

.myBgColor { background-color: #A393C4; }

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

This div background color is #A393C4.


Border color

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

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

This div border color is #A393C4.


Opacity

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

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

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

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

This text has shadow with #A393C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A393C4 on black background.


Color preview on white background

This text has color #A393C4 on white background.



Black color preview on #A393C4 background

This text has black color on #A393C4 background.


White color preview on #A393C4 background

This text has white color on #A393C4 background.