COLOR #A589B6

HEX: #A589B6 RGB: (165,137,182)

Color info

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

RGB color model

#A589B6 color RGB value is (165,137,182).

RGB: (165,137,182) (65%, 54%, 71%)

RGB channels and saturation

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

165
137
182

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

Portions of RGB colors in percentages

R + G + B = 165 + 137 + 182 = 484 (100%)
R 165 of 484 ~ 34.09%
G 137 of 484 ~ 28.31%
B 182 of 484 ~ 37.6'%

%34.09
%28.31
%37.6

CMYK color model

#A589B6 color CMYK value is (9,25,0,29).

  • cyan value is 9.34%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (9,25,0,29)
C9M25Y0K29 (9%, 25%, 0%, 29%)
(0.09 / 0.25 / 0.00 / 0.29)

CMYK percentages

%9.34
%24.73
%0
%28.63

Codes

Color #A589B6 in popluar color models

A5 89 B6
RGB 165 137 182
HSL 277° 23.56% 62.55%
HSB/HSV 277° 24.73% 71.37%
CMYK 9.34% 24.73% 0.00%
28.63%

Color #A589B6 in popluar number systems.

HEX A5 89 B6
Decimal 165 137 182
Binary 10100101 10001001 10110110
Octal 245 211 266

Shades and tints

Shades of #A589B6

#A589B6
(165,137,182)
#967DA6
(150,125,166)
#877196
(135,113,150)
#786586
(120,101,134)
#695976
(105,89,118)
#5A4D66
(90,77,102)
#4B4156
(75,65,86)
#3C3546
(60,53,70)
#2D2936
(45,41,54)
#1E1D26
(30,29,38)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #A589B6

#A589B6
(165,137,182)
#AD93BC
(173,147,188)
#B59DC2
(181,157,194)
#BDA7C8
(189,167,200)
#C5B1CE
(197,177,206)
#CDBBD4
(205,187,212)
#D5C5DA
(213,197,218)
#DDCFE0
(221,207,224)
#E5D9E6
(229,217,230)
#EDE3EC
(237,227,236)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A589B6; }

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

This text font color is #A589B6.

Background Color

.myBgColor { background-color: #A589B6; }

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

This div background color is #A589B6.

Border color

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

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

This div border color is #A589B6.

Opacity

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

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

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

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

This text has shadow with #A589B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A589B6.

Preview

Color preview on black background

This text has color #A589B6 on black background.


Color preview on white background

This text has color #A589B6 on white background.


Black color preview on #A589B6 background

This text has black color on #A589B6 background.


White color preview on #A589B6 background

This text has white color on #A589B6 background.


Related colors

Complementary color

Complementary color for #hex is #5A7649.


I love getcolorcode.com

Triadic colors

1 #B6A589 and #89B6A5 with #A589B6 are triadic colors.

2 #B689A5 and #89A5B6 with #A589B6 are triadic colors.