COLOR #A589AE

HEX: #A589AE
RGB: (165,137,174)

Color info

#A589AE contains red, green and blue colors in about the same proportion. Web safe color of #A589AE is #999999 (or #999).

RGB color model

#A589AE color RGB value is (165,137,174).

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

RGB channels and saturation

R 165 of 255 = 65%
G 137 of 255 = 54%
B 174 of 255 = 68%

165
137
174

R + G + B ~ 62%. #A589AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 137 + 174 = 476 (100%)
R 165 of 476 ~ 34.66%
G 137 of 476 ~ 28.78%
B 174 of 476 ~ 36.55%

%34.66
%28.78
%36.55

CMYK color model

#A589AE color CMYK value is (5,21,0,32).

  • cyan value is 5.17%
  • magenta value is 21.26%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(5,21,0,32)
C5M21Y0K32 
(5%,21%,0%,32%)
(0.05/0.21/0.00/0.32)	

CMYK percentages

%5.17
%21.26
%0
%31.76

Codes

Color #A589AE in popluar color models

A589AE
RGB165137174
HSL285°18.59%60.98%
HSB/HSV285°21.26%68.24%
CMYK5.17%21.26%0.00%
31.76%

Color #A589AE in popluar number systems.

HEXA589AE
Decimal165137174
Binary101001011000100110101110
Octal245211256

Shades and tints

Shades of #A589AE

#A589AE
(165,137,174)
#967D9F
(150,125,159)
#877190
(135,113,144)
#786581
(120,101,129)
#695972
(105,89,114)
#5A4D63
(90,77,99)
#4B4154
(75,65,84)
#3C3545
(60,53,69)
#2D2936
(45,41,54)
#1E1D27
(30,29,39)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #A589AE

#A589AE
(165,137,174)
#AD93B5
(173,147,181)
#B59DBC
(181,157,188)
#BDA7C3
(189,167,195)
#C5B1CA
(197,177,202)
#CDBBD1
(205,187,209)
#D5C5D8
(213,197,216)
#DDCFDF
(221,207,223)
#E5D9E6
(229,217,230)
#EDE3ED
(237,227,237)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A589AE; }

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

This text font color is #A589AE.


Background Color

.myBgColor { background-color: #A589AE; }

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

This div background color is #A589AE.


Border color

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

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

This div border color is #A589AE.


Opacity

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

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

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

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

This text has shadow with #A589AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A589AE on black background.


Color preview on white background

This text has color #A589AE on white background.



Black color preview on #A589AE background

This text has black color on #A589AE background.


White color preview on #A589AE background

This text has white color on #A589AE background.