COLOR #A389AD

HEX: #A389AD RGB: (163,137,173)

Color info

#A389AD contains red, green and blue colors in about the same proportion. Web safe color of #A389AD is #999999 (or #999).

RGB color model

#A389AD color RGB value is (163,137,173).

RGB: (163,137,173) (64%, 54%, 68%)

RGB channels and saturation

R 163 of 255 = 64%
G 137 of 255 = 54%
B 173 of 255 = 68%

163
137
173

R + G + B ~ 62%. #A389AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 137 + 173 = 473 (100%)
R 163 of 473 ~ 34.46%
G 137 of 473 ~ 28.96%
B 173 of 473 ~ 36.58'%

%34.46
%28.96
%36.58

CMYK color model

#A389AD color CMYK value is (6,21,0,32).

  • cyan value is 5.78%
  • magenta value is 20.81%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (6,21,0,32) C6M21Y0K32 (6%,21%,0%,32%) (0.06/0.21/0.00/0.32) 

CMYK percentages

%5.78
%20.81
%0
%32.16

Codes

Color #A389AD in popluar color models

A3 89 AD
RGB 163 137 173
HSL 283° 18.00% 60.78%
HSB/HSV 283° 20.81% 67.84%
CMYK 5.78% 20.81% 0.00%
32.16%

Color #A389AD in popluar number systems.

HEX A3 89 AD
Decimal 163 137 173
Binary 10100011 10001001 10101101
Octal 243 211 255

Shades and tints

Shades of #A389AD

#A389AD
(163,137,173)
#957D9E
(149,125,158)
#87718F
(135,113,143)
#796580
(121,101,128)
#6B5971
(107,89,113)
#5D4D62
(93,77,98)
#4F4153
(79,65,83)
#413544
(65,53,68)
#332935
(51,41,53)
#251D26
(37,29,38)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #A389AD

#A389AD
(163,137,173)
#AB93B4
(171,147,180)
#B39DBB
(179,157,187)
#BBA7C2
(187,167,194)
#C3B1C9
(195,177,201)
#CBBBD0
(203,187,208)
#D3C5D7
(211,197,215)
#DBCFDE
(219,207,222)
#E3D9E5
(227,217,229)
#EBE3EC
(235,227,236)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A389AD color. Also use rgb(163,137,173) instead hex code.

Text Font Color

.myTextColor { color: #A389AD; }

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

This text font color is #A389AD.

Background Color

.myBgColor { background-color: #A389AD; }

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

This div background color is #A389AD.

Border color

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

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

This div border color is #A389AD.

Opacity

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

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

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

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

This text has shadow with #A389AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A389AD.

Preview

Color preview on black background

This text has color #A389AD on black background.


Color preview on white background

This text has color #A389AD on white background.


Black color preview on #A389AD background

This text has black color on #A389AD background.


White color preview on #A389AD background

This text has white color on #A389AD background.


Related colors

Complementary color

Complementary color for #hex is #5C7652.


I love getcolorcode.com

Triadic colors

1 #ADA389 and #89ADA3 with #A389AD are triadic colors.

2 #AD89A3 and #89A3AD with #A389AD are triadic colors.