COLOR #A589B5

HEX: #A589B5
RGB: (165,137,181)

Color info

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

RGB color model

#A589B5 color RGB value is (165,137,181).

  • red value is 165;
  • green value is 137;
  • blue value is 181.
RGB:
(165,137,181)
(65%,54%,71%)

RGB channels and saturation

R 165 of 255 = 65%
G 137 of 255 = 54%
B 181 of 255 = 71%

165
137
181

R + G + B ~ 63%. #A589B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 137 + 181 = 483 (100%)
R 165 of 483 ~ 34.16%
G 137 of 483 ~ 28.36%
B 181 of 483 ~ 37.47%

%34.16
%28.36
%37.47

CMYK color model

#A589B5 color CMYK value is (9,24,0,29).

  • cyan value is 8.84%
  • magenta value is 24.31%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(9,24,0,29)
C9M24Y0K29 
(9%,24%,0%,29%)
(0.09/0.24/0.00/0.29)	

CMYK percentages

%8.84
%24.31
%0
%29.02

Codes

Color #A589B5 in popluar color models

A589B5
RGB165137181
HSL278°22.92%62.35%
HSB/HSV278°24.31%70.98%
CMYK8.84%24.31%0.00%
29.02%

Color #A589B5 in popluar number systems.

HEXA589B5
Decimal165137181
Binary101001011000100110110101
Octal245211265

Shades and tints

Shades of #A589B5

#A589B5
(165,137,181)
#967DA5
(150,125,165)
#877195
(135,113,149)
#786585
(120,101,133)
#695975
(105,89,117)
#5A4D65
(90,77,101)
#4B4155
(75,65,85)
#3C3545
(60,53,69)
#2D2935
(45,41,53)
#1E1D25
(30,29,37)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #A589B5

#A589B5
(165,137,181)
#AD93BB
(173,147,187)
#B59DC1
(181,157,193)
#BDA7C7
(189,167,199)
#C5B1CD
(197,177,205)
#CDBBD3
(205,187,211)
#D5C5D9
(213,197,217)
#DDCFDF
(221,207,223)
#E5D9E5
(229,217,229)
#EDE3EB
(237,227,235)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A589B5; }

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

This text font color is #A589B5.


Background Color

.myBgColor { background-color: #A589B5; }

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

This div background color is #A589B5.


Border color

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

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

This div border color is #A589B5.


Opacity

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

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

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

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

This text has shadow with #A589B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A589B5 on black background.


Color preview on white background

This text has color #A589B5 on white background.



Black color preview on #A589B5 background

This text has black color on #A589B5 background.


White color preview on #A589B5 background

This text has white color on #A589B5 background.