COLOR #A493E3

HEX: #A493E3
RGB: (164,147,227)

Color info

#A493E3 contains mainly blue color. Web safe color of #A493E3 is #9999CC (or #99C).

RGB color model

#A493E3 color RGB value is (164,147,227).

  • red value is 164;
  • green value is 147;
  • blue value is 227.
RGB:
(164,147,227)
(64%,58%,89%)

RGB channels and saturation

R 164 of 255 = 64%
G 147 of 255 = 58%
B 227 of 255 = 89%

164
147
227

R + G + B ~ 70%. #A493E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 147 + 227 = 538 (100%)
R 164 of 538 ~ 30.48%
G 147 of 538 ~ 27.32%
B 227 of 538 ~ 42.19%

%30.48
%27.32
%42.19

CMYK color model

#A493E3 color CMYK value is (28,35,0,11).

  • cyan value is 27.75%
  • magenta value is 35.24%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(28,35,0,11)
C28M35Y0K11 
(28%,35%,0%,11%)
(0.28/0.35/0.00/0.11)	

CMYK percentages

%27.75
%35.24
%0
%10.98

Codes

Color #A493E3 in popluar color models

A493E3
RGB164147227
HSL253°58.82%73.33%
HSB/HSV253°35.24%89.02%
CMYK27.75%35.24%0.00%
10.98%

Color #A493E3 in popluar number systems.

HEXA493E3
Decimal164147227
Binary101001001001001111100011
Octal244223343

Shades and tints

Shades of #A493E3

#A493E3
(164,147,227)
#9686CF
(150,134,207)
#8879BB
(136,121,187)
#7A6CA7
(122,108,167)
#6C5F93
(108,95,147)
#5E527F
(94,82,127)
#50456B
(80,69,107)
#423857
(66,56,87)
#342B43
(52,43,67)
#261E2F
(38,30,47)
#18111B
(24,17,27)
#000000
(0,0,0)

Tints of #A493E3

#A493E3
(164,147,227)
#AC9CE5
(172,156,229)
#B4A5E7
(180,165,231)
#BCAEE9
(188,174,233)
#C4B7EB
(196,183,235)
#CCC0ED
(204,192,237)
#D4C9EF
(212,201,239)
#DCD2F1
(220,210,241)
#E4DBF3
(228,219,243)
#ECE4F5
(236,228,245)
#F4EDF7
(244,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A493E3 color. Also use rgb(164,147,227) instead hex code.

Text Font Color

.myTextColor { color: #A493E3; }

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

This text font color is #A493E3.


Background Color

.myBgColor { background-color: #A493E3; }

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

This div background color is #A493E3.


Border color

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

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

This div border color is #A493E3.


Opacity

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

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

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

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

This text has shadow with #A493E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A493E3 on black background.


Color preview on white background

This text has color #A493E3 on white background.



Black color preview on #A493E3 background

This text has black color on #A493E3 background.


White color preview on #A493E3 background

This text has white color on #A493E3 background.