COLOR #A493BF

HEX: #A493BF RGB: (164,147,191)

Color info

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

RGB color model

#A493BF color RGB value is (164,147,191).

RGB: (164,147,191) (64%, 58%, 75%)

RGB channels and saturation

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

164
147
191

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

Portions of RGB colors in percentages

R + G + B = 164 + 147 + 191 = 502 (100%)
R 164 of 502 ~ 32.67%
G 147 of 502 ~ 29.28%
B 191 of 502 ~ 38.05'%

%32.67
%29.28
%38.05

CMYK color model

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

  • cyan value is 14.14%
  • magenta value is 23.04%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (14,23,0,25)
C14M23Y0K25 (14%, 23%, 0%, 25%)
(0.14 / 0.23 / 0.00 / 0.25)

CMYK percentages

%14.14
%23.04
%0
%25.1

Codes

Color #A493BF in popluar color models

A4 93 BF
RGB 164 147 191
HSL 263° 25.58% 66.27%
HSB/HSV 263° 23.04% 74.90%
CMYK 14.14% 23.04% 0.00%
25.10%

Color #A493BF in popluar number systems.

HEX A4 93 BF
Decimal 164 147 191
Binary 10100100 10010011 10111111
Octal 244 223 277

Shades and tints

Shades of #A493BF

#A493BF
(164,147,191)
#9686AE
(150,134,174)
#88799D
(136,121,157)
#7A6C8C
(122,108,140)
#6C5F7B
(108,95,123)
#5E526A
(94,82,106)
#504559
(80,69,89)
#423848
(66,56,72)
#342B37
(52,43,55)
#261E26
(38,30,38)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #A493BF

#A493BF
(164,147,191)
#AC9CC4
(172,156,196)
#B4A5C9
(180,165,201)
#BCAECE
(188,174,206)
#C4B7D3
(196,183,211)
#CCC0D8
(204,192,216)
#D4C9DD
(212,201,221)
#DCD2E2
(220,210,226)
#E4DBE7
(228,219,231)
#ECE4EC
(236,228,236)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A493BF; }

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

This text font color is #A493BF.

Background Color

.myBgColor { background-color: #A493BF; }

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

This div background color is #A493BF.

Border color

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

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

This div border color is #A493BF.

Opacity

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

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

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

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

This text has shadow with #A493BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A493BF.

Preview

Color preview on black background

This text has color #A493BF on black background.


Color preview on white background

This text has color #A493BF on white background.


Black color preview on #A493BF background

This text has black color on #A493BF background.


White color preview on #A493BF background

This text has white color on #A493BF background.


Related colors

Complementary color

Complementary color for #hex is #5B6C40.


I love getcolorcode.com

Triadic colors

1 #BFA493 and #93BFA4 with #A493BF are triadic colors.

2 #BF93A4 and #93A4BF with #A493BF are triadic colors.