COLOR #A589D6

HEX: #A589D6
RGB: (165,137,214)

Color info

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

RGB color model

#A589D6 color RGB value is (165,137,214).

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

RGB channels and saturation

R 165 of 255 = 65%
G 137 of 255 = 54%
B 214 of 255 = 84%

165
137
214

R + G + B ~ 68%. #A589D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 137 + 214 = 516 (100%)
R 165 of 516 ~ 31.98%
G 137 of 516 ~ 26.55%
B 214 of 516 ~ 41.47%

%31.98
%26.55
%41.47

CMYK color model

#A589D6 color CMYK value is (23,36,0,16).

  • cyan value is 22.90%
  • magenta value is 35.98%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(23,36,0,16)
C23M36Y0K16 
(23%,36%,0%,16%)
(0.23/0.36/0.00/0.16)	

CMYK percentages

%22.9
%35.98
%0
%16.08

Codes

Color #A589D6 in popluar color models

A589D6
RGB165137214
HSL262°48.43%68.82%
HSB/HSV262°35.98%83.92%
CMYK22.90%35.98%0.00%
16.08%

Color #A589D6 in popluar number systems.

HEXA589D6
Decimal165137214
Binary101001011000100111010110
Octal245211326

Shades and tints

Shades of #A589D6

#A589D6
(165,137,214)
#967DC3
(150,125,195)
#8771B0
(135,113,176)
#78659D
(120,101,157)
#69598A
(105,89,138)
#5A4D77
(90,77,119)
#4B4164
(75,65,100)
#3C3551
(60,53,81)
#2D293E
(45,41,62)
#1E1D2B
(30,29,43)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #A589D6

#A589D6
(165,137,214)
#AD93D9
(173,147,217)
#B59DDC
(181,157,220)
#BDA7DF
(189,167,223)
#C5B1E2
(197,177,226)
#CDBBE5
(205,187,229)
#D5C5E8
(213,197,232)
#DDCFEB
(221,207,235)
#E5D9EE
(229,217,238)
#EDE3F1
(237,227,241)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A589D6; }

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

This text font color is #A589D6.


Background Color

.myBgColor { background-color: #A589D6; }

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

This div background color is #A589D6.


Border color

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

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

This div border color is #A589D6.


Opacity

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

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

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

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

This text has shadow with #A589D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A589D6 on black background.


Color preview on white background

This text has color #A589D6 on white background.



Black color preview on #A589D6 background

This text has black color on #A589D6 background.


White color preview on #A589D6 background

This text has white color on #A589D6 background.