COLOR #A393BD

HEX: #A393BD RGB: (163,147,189)

Color info

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

RGB color model

#A393BD color RGB value is (163,147,189).

RGB: (163,147,189) (64%, 58%, 74%)

RGB channels and saturation

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

163
147
189

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

Portions of RGB colors in percentages

R + G + B = 163 + 147 + 189 = 499 (100%)
R 163 of 499 ~ 32.67%
G 147 of 499 ~ 29.46%
B 189 of 499 ~ 37.88'%

%32.67
%29.46
%37.88

CMYK color model

#A393BD color CMYK value is (14,22,0,26).

  • cyan value is 13.76%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (14,22,0,26)
C14M22Y0K26 (14%, 22%, 0%, 26%)
(0.14 / 0.22 / 0.00 / 0.26)

CMYK percentages

%13.76
%22.22
%0
%25.88

Codes

Color #A393BD in popluar color models

A3 93 BD
RGB 163 147 189
HSL 263° 24.14% 65.88%
HSB/HSV 263° 22.22% 74.12%
CMYK 13.76% 22.22% 0.00%
25.88%

Color #A393BD in popluar number systems.

HEX A3 93 BD
Decimal 163 147 189
Binary 10100011 10010011 10111101
Octal 243 223 275

Shades and tints

Shades of #A393BD

#A393BD
(163,147,189)
#9586AC
(149,134,172)
#87799B
(135,121,155)
#796C8A
(121,108,138)
#6B5F79
(107,95,121)
#5D5268
(93,82,104)
#4F4557
(79,69,87)
#413846
(65,56,70)
#332B35
(51,43,53)
#251E24
(37,30,36)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #A393BD

#A393BD
(163,147,189)
#AB9CC3
(171,156,195)
#B3A5C9
(179,165,201)
#BBAECF
(187,174,207)
#C3B7D5
(195,183,213)
#CBC0DB
(203,192,219)
#D3C9E1
(211,201,225)
#DBD2E7
(219,210,231)
#E3DBED
(227,219,237)
#EBE4F3
(235,228,243)
#F3EDF9
(243,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A393BD; }

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

This text font color is #A393BD.

Background Color

.myBgColor { background-color: #A393BD; }

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

This div background color is #A393BD.

Border color

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

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

This div border color is #A393BD.

Opacity

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

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

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

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

This text has shadow with #A393BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A393BD.

Preview

Color preview on black background

This text has color #A393BD on black background.


Color preview on white background

This text has color #A393BD on white background.


Black color preview on #A393BD background

This text has black color on #A393BD background.


White color preview on #A393BD background

This text has white color on #A393BD background.


Related colors

Complementary color

Complementary color for #hex is #5C6C42.


I love getcolorcode.com

Triadic colors

1 #BDA393 and #93BDA3 with #A393BD are triadic colors.

2 #BD93A3 and #93A3BD with #A393BD are triadic colors.