COLOR #A589DC

HEX: #A589DC
RGB: (165,137,220)

Color info

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

RGB color model

#A589DC color RGB value is (165,137,220).

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

RGB channels and saturation

R 165 of 255 = 65%
G 137 of 255 = 54%
B 220 of 255 = 86%

165
137
220

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

Portions of RGB colors in percentages

R + G + B =
165 + 137 + 220 = 522 (100%)
R 165 of 522 ~ 31.61%
G 137 of 522 ~ 26.25%
B 220 of 522 ~ 42.15%

%31.61
%26.25
%42.15

CMYK color model

#A589DC color CMYK value is (25,38,0,14).

  • cyan value is 25.00%
  • magenta value is 37.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(25,38,0,14)
C25M38Y0K14 
(25%,38%,0%,14%)
(0.25/0.38/0.00/0.14)	

CMYK percentages

%25
%37.73
%0
%13.73

Codes

Color #A589DC in popluar color models

A589DC
RGB165137220
HSL260°54.25%70.00%
HSB/HSV260°37.73%86.27%
CMYK25.00%37.73%0.00%
13.73%

Color #A589DC in popluar number systems.

HEXA589DC
Decimal165137220
Binary101001011000100111011100
Octal245211334

Shades and tints

Shades of #A589DC

#A589DC
(165,137,220)
#967DC8
(150,125,200)
#8771B4
(135,113,180)
#7865A0
(120,101,160)
#69598C
(105,89,140)
#5A4D78
(90,77,120)
#4B4164
(75,65,100)
#3C3550
(60,53,80)
#2D293C
(45,41,60)
#1E1D28
(30,29,40)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #A589DC

#A589DC
(165,137,220)
#AD93DF
(173,147,223)
#B59DE2
(181,157,226)
#BDA7E5
(189,167,229)
#C5B1E8
(197,177,232)
#CDBBEB
(205,187,235)
#D5C5EE
(213,197,238)
#DDCFF1
(221,207,241)
#E5D9F4
(229,217,244)
#EDE3F7
(237,227,247)
#F5EDFA
(245,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A589DC; }

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

This text font color is #A589DC.


Background Color

.myBgColor { background-color: #A589DC; }

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

This div background color is #A589DC.


Border color

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

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

This div border color is #A589DC.


Opacity

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

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

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

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

This text has shadow with #A589DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A589DC on black background.


Color preview on white background

This text has color #A589DC on white background.



Black color preview on #A589DC background

This text has black color on #A589DC background.


White color preview on #A589DC background

This text has white color on #A589DC background.