COLOR #A589CB

HEX: #A589CB RGB: (165,137,203)

Color info

#A589CB contains mainly red and blue colors. Web safe color of #A589CB is #9999CC (or #99C).

RGB color model

#A589CB color RGB value is (165,137,203).

RGB: (165,137,203) (65%, 54%, 80%)

RGB channels and saturation

R 165 of 255 = 65%
G 137 of 255 = 54%
B 203 of 255 = 80%

165
137
203

R + G + B ~ 66%. #A589CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 137 + 203 = 505 (100%)
R 165 of 505 ~ 32.67%
G 137 of 505 ~ 27.13%
B 203 of 505 ~ 40.2'%

%32.67
%27.13
%40.2

CMYK color model

#A589CB color CMYK value is (19,33,0,20).

  • cyan value is 18.72%
  • magenta value is 32.51%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (19,33,0,20)
C19M33Y0K20 (19%, 33%, 0%, 20%)
(0.19 / 0.33 / 0.00 / 0.20)

CMYK percentages

%18.72
%32.51
%0
%20.39

Codes

Color #A589CB in popluar color models

A5 89 CB
RGB 165 137 203
HSL 265° 38.82% 66.67%
HSB/HSV 265° 32.51% 79.61%
CMYK 18.72% 32.51% 0.00%
20.39%

Color #A589CB in popluar number systems.

HEX A5 89 CB
Decimal 165 137 203
Binary 10100101 10001001 11001011
Octal 245 211 313

Shades and tints

Shades of #A589CB

#A589CB
(165,137,203)
#967DB9
(150,125,185)
#8771A7
(135,113,167)
#786595
(120,101,149)
#695983
(105,89,131)
#5A4D71
(90,77,113)
#4B415F
(75,65,95)
#3C354D
(60,53,77)
#2D293B
(45,41,59)
#1E1D29
(30,29,41)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #A589CB

#A589CB
(165,137,203)
#AD93CF
(173,147,207)
#B59DD3
(181,157,211)
#BDA7D7
(189,167,215)
#C5B1DB
(197,177,219)
#CDBBDF
(205,187,223)
#D5C5E3
(213,197,227)
#DDCFE7
(221,207,231)
#E5D9EB
(229,217,235)
#EDE3EF
(237,227,239)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A589CB; }

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

This text font color is #A589CB.

Background Color

.myBgColor { background-color: #A589CB; }

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

This div background color is #A589CB.

Border color

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

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

This div border color is #A589CB.

Opacity

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

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

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

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

This text has shadow with #A589CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A589CB.

Preview

Color preview on black background

This text has color #A589CB on black background.


Color preview on white background

This text has color #A589CB on white background.


Black color preview on #A589CB background

This text has black color on #A589CB background.


White color preview on #A589CB background

This text has white color on #A589CB background.


Related colors

Complementary color

Complementary color for #hex is #5A7634.


I love getcolorcode.com

Triadic colors

1 #CBA589 and #89CBA5 with #A589CB are triadic colors.

2 #CB89A5 and #89A5CB with #A589CB are triadic colors.