COLOR #A389AA

HEX: #A389AA
RGB: (163,137,170)

Color info

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

RGB color model

#A389AA color RGB value is (163,137,170).

  • red value is 163;
  • green value is 137;
  • blue value is 170.
RGB:
(163,137,170)
(64%,54%,67%)

RGB channels and saturation

R 163 of 255 = 64%
G 137 of 255 = 54%
B 170 of 255 = 67%

163
137
170

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

Portions of RGB colors in percentages

R + G + B =
163 + 137 + 170 = 470 (100%)
R 163 of 470 ~ 34.68%
G 137 of 470 ~ 29.15%
B 170 of 470 ~ 36.17%

%34.68
%29.15
%36.17

CMYK color model

#A389AA color CMYK value is (4,19,0,33).

  • cyan value is 4.12%
  • magenta value is 19.41%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(4,19,0,33)
C4M19Y0K33 
(4%,19%,0%,33%)
(0.04/0.19/0.00/0.33)	

CMYK percentages

%4.12
%19.41
%0
%33.33

Codes

Color #A389AA in popluar color models

A389AA
RGB163137170
HSL287°16.26%60.20%
HSB/HSV287°19.41%66.67%
CMYK4.12%19.41%0.00%
33.33%

Color #A389AA in popluar number systems.

HEXA389AA
Decimal163137170
Binary101000111000100110101010
Octal243211252

Shades and tints

Shades of #A389AA

#A389AA
(163,137,170)
#957D9B
(149,125,155)
#87718C
(135,113,140)
#79657D
(121,101,125)
#6B596E
(107,89,110)
#5D4D5F
(93,77,95)
#4F4150
(79,65,80)
#413541
(65,53,65)
#332932
(51,41,50)
#251D23
(37,29,35)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #A389AA

#A389AA
(163,137,170)
#AB93B1
(171,147,177)
#B39DB8
(179,157,184)
#BBA7BF
(187,167,191)
#C3B1C6
(195,177,198)
#CBBBCD
(203,187,205)
#D3C5D4
(211,197,212)
#DBCFDB
(219,207,219)
#E3D9E2
(227,217,226)
#EBE3E9
(235,227,233)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A389AA; }

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

This text font color is #A389AA.


Background Color

.myBgColor { background-color: #A389AA; }

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

This div background color is #A389AA.


Border color

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

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

This div border color is #A389AA.


Opacity

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

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

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

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

This text has shadow with #A389AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A389AA on black background.


Color preview on white background

This text has color #A389AA on white background.



Black color preview on #A389AA background

This text has black color on #A389AA background.


White color preview on #A389AA background

This text has white color on #A389AA background.