COLOR #A289BE

HEX: #A289BE RGB: (162,137,190)

Color info

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

RGB color model

#A289BE color RGB value is (162,137,190).

RGB: (162,137,190) (64%, 54%, 75%)

RGB channels and saturation

R 162 of 255 = 64%
G 137 of 255 = 54%
B 190 of 255 = 75%

162
137
190

R + G + B ~ 64%. #A289BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 137 + 190 = 489 (100%)
R 162 of 489 ~ 33.13%
G 137 of 489 ~ 28.02%
B 190 of 489 ~ 38.85'%

%33.13
%28.02
%38.85

CMYK color model

#A289BE color CMYK value is (15,28,0,25).

  • cyan value is 14.74%
  • magenta value is 27.89%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (15,28,0,25)
C15M28Y0K25 (15%, 28%, 0%, 25%)
(0.15 / 0.28 / 0.00 / 0.25)

CMYK percentages

%14.74
%27.89
%0
%25.49

Codes

Color #A289BE in popluar color models

A2 89 BE
RGB 162 137 190
HSL 268° 28.96% 64.12%
HSB/HSV 268° 27.89% 74.51%
CMYK 14.74% 27.89% 0.00%
25.49%

Color #A289BE in popluar number systems.

HEX A2 89 BE
Decimal 162 137 190
Binary 10100010 10001001 10111110
Octal 242 211 276

Shades and tints

Shades of #A289BE

#A289BE
(162,137,190)
#947DAD
(148,125,173)
#86719C
(134,113,156)
#78658B
(120,101,139)
#6A597A
(106,89,122)
#5C4D69
(92,77,105)
#4E4158
(78,65,88)
#403547
(64,53,71)
#322936
(50,41,54)
#241D25
(36,29,37)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #A289BE

#A289BE
(162,137,190)
#AA93C3
(170,147,195)
#B29DC8
(178,157,200)
#BAA7CD
(186,167,205)
#C2B1D2
(194,177,210)
#CABBD7
(202,187,215)
#D2C5DC
(210,197,220)
#DACFE1
(218,207,225)
#E2D9E6
(226,217,230)
#EAE3EB
(234,227,235)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A289BE color. Also use rgb(162,137,190) instead hex code.

Text Font Color

.myTextColor { color: #A289BE; }

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

This text font color is #A289BE.

Background Color

.myBgColor { background-color: #A289BE; }

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

This div background color is #A289BE.

Border color

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

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

This div border color is #A289BE.

Opacity

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

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

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

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

This text has shadow with #A289BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A289BE.

Preview

Color preview on black background

This text has color #A289BE on black background.


Color preview on white background

This text has color #A289BE on white background.


Black color preview on #A289BE background

This text has black color on #A289BE background.


White color preview on #A289BE background

This text has white color on #A289BE background.


Related colors

Complementary color

Complementary color for #hex is #5D7641.


I love getcolorcode.com

Triadic colors

1 #BEA289 and #89BEA2 with #A289BE are triadic colors.

2 #BE89A2 and #89A2BE with #A289BE are triadic colors.