COLOR #A493BE

HEX: #A493BE
RGB: (164,147,190)

Color info

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

RGB color model

#A493BE color RGB value is (164,147,190).

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

RGB channels and saturation

R 164 of 255 = 64%
G 147 of 255 = 58%
B 190 of 255 = 75%

164
147
190

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

Portions of RGB colors in percentages

R + G + B =
164 + 147 + 190 = 501 (100%)
R 164 of 501 ~ 32.73%
G 147 of 501 ~ 29.34%
B 190 of 501 ~ 37.92%

%32.73
%29.34
%37.92

CMYK color model

#A493BE color CMYK value is (14,23,0,25).

  • cyan value is 13.68%
  • magenta value is 22.63%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(14,23,0,25)
C14M23Y0K25 
(14%,23%,0%,25%)
(0.14/0.23/0.00/0.25)	

CMYK percentages

%13.68
%22.63
%0
%25.49

Codes

Color #A493BE in popluar color models

A493BE
RGB164147190
HSL264°24.86%66.08%
HSB/HSV264°22.63%74.51%
CMYK13.68%22.63%0.00%
25.49%

Color #A493BE in popluar number systems.

HEXA493BE
Decimal164147190
Binary101001001001001110111110
Octal244223276

Shades and tints

Shades of #A493BE

#A493BE
(164,147,190)
#9686AD
(150,134,173)
#88799C
(136,121,156)
#7A6C8B
(122,108,139)
#6C5F7A
(108,95,122)
#5E5269
(94,82,105)
#504558
(80,69,88)
#423847
(66,56,71)
#342B36
(52,43,54)
#261E25
(38,30,37)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #A493BE

#A493BE
(164,147,190)
#AC9CC3
(172,156,195)
#B4A5C8
(180,165,200)
#BCAECD
(188,174,205)
#C4B7D2
(196,183,210)
#CCC0D7
(204,192,215)
#D4C9DC
(212,201,220)
#DCD2E1
(220,210,225)
#E4DBE6
(228,219,230)
#ECE4EB
(236,228,235)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A493BE; }

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

This text font color is #A493BE.


Background Color

.myBgColor { background-color: #A493BE; }

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

This div background color is #A493BE.


Border color

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

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

This div border color is #A493BE.


Opacity

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

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

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

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

This text has shadow with #A493BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A493BE on black background.


Color preview on white background

This text has color #A493BE on white background.



Black color preview on #A493BE background

This text has black color on #A493BE background.


White color preview on #A493BE background

This text has white color on #A493BE background.