COLOR #A589AB

HEX: #A589AB RGB: (165,137,171)

Color info

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

RGB color model

#A589AB color RGB value is (165,137,171).

RGB: (165,137,171) (65%, 54%, 67%)

RGB channels and saturation

R 165 of 255 = 65%
G 137 of 255 = 54%
B 171 of 255 = 67%

165
137
171

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

Portions of RGB colors in percentages

R + G + B = 165 + 137 + 171 = 473 (100%)
R 165 of 473 ~ 34.88%
G 137 of 473 ~ 28.96%
B 171 of 473 ~ 36.15'%

%34.88
%28.96
%36.15

CMYK color model

#A589AB color CMYK value is (4,20,0,33).

  • cyan value is 3.51%
  • magenta value is 19.88%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (4,20,0,33)
C4M20Y0K33 (4%, 20%, 0%, 33%)
(0.04 / 0.20 / 0.00 / 0.33)

CMYK percentages

%3.51
%19.88
%0
%32.94

Codes

Color #A589AB in popluar color models

A5 89 AB
RGB 165 137 171
HSL 289° 16.83% 60.39%
HSB/HSV 289° 19.88% 67.06%
CMYK 3.51% 19.88% 0.00%
32.94%

Color #A589AB in popluar number systems.

HEX A5 89 AB
Decimal 165 137 171
Binary 10100101 10001001 10101011
Octal 245 211 253

Shades and tints

Shades of #A589AB

#A589AB
(165,137,171)
#967D9C
(150,125,156)
#87718D
(135,113,141)
#78657E
(120,101,126)
#69596F
(105,89,111)
#5A4D60
(90,77,96)
#4B4151
(75,65,81)
#3C3542
(60,53,66)
#2D2933
(45,41,51)
#1E1D24
(30,29,36)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #A589AB

#A589AB
(165,137,171)
#AD93B2
(173,147,178)
#B59DB9
(181,157,185)
#BDA7C0
(189,167,192)
#C5B1C7
(197,177,199)
#CDBBCE
(205,187,206)
#D5C5D5
(213,197,213)
#DDCFDC
(221,207,220)
#E5D9E3
(229,217,227)
#EDE3EA
(237,227,234)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A589AB color. Also use rgb(165,137,171) instead hex code.

Text Font Color

.myTextColor { color: #A589AB; }

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

This text font color is #A589AB.

Background Color

.myBgColor { background-color: #A589AB; }

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

This div background color is #A589AB.

Border color

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

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

This div border color is #A589AB.

Opacity

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

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

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

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

This text has shadow with #A589AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A589AB.

Preview

Color preview on black background

This text has color #A589AB on black background.


Color preview on white background

This text has color #A589AB on white background.


Black color preview on #A589AB background

This text has black color on #A589AB background.


White color preview on #A589AB background

This text has white color on #A589AB background.


Related colors

Complementary color

Complementary color for #hex is #5A7654.


I love getcolorcode.com

Triadic colors

1 #ABA589 and #89ABA5 with #A589AB are triadic colors.

2 #AB89A5 and #89A5AB with #A589AB are triadic colors.