COLOR #A589AF

HEX: #A589AF
RGB: (165,137,175)

Color info

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

RGB color model

#A589AF color RGB value is (165,137,175).

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

RGB channels and saturation

R 165 of 255 = 65%
G 137 of 255 = 54%
B 175 of 255 = 69%

165
137
175

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

Portions of RGB colors in percentages

R + G + B =
165 + 137 + 175 = 477 (100%)
R 165 of 477 ~ 34.59%
G 137 of 477 ~ 28.72%
B 175 of 477 ~ 36.69%

%34.59
%28.72
%36.69

CMYK color model

#A589AF color CMYK value is (6,22,0,31).

  • cyan value is 5.71%
  • magenta value is 21.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(6,22,0,31)
C6M22Y0K31 
(6%,22%,0%,31%)
(0.06/0.22/0.00/0.31)	

CMYK percentages

%5.71
%21.71
%0
%31.37

Codes

Color #A589AF in popluar color models

A589AF
RGB165137175
HSL284°19.19%61.18%
HSB/HSV284°21.71%68.63%
CMYK5.71%21.71%0.00%
31.37%

Color #A589AF in popluar number systems.

HEXA589AF
Decimal165137175
Binary101001011000100110101111
Octal245211257

Shades and tints

Shades of #A589AF

#A589AF
(165,137,175)
#967DA0
(150,125,160)
#877191
(135,113,145)
#786582
(120,101,130)
#695973
(105,89,115)
#5A4D64
(90,77,100)
#4B4155
(75,65,85)
#3C3546
(60,53,70)
#2D2937
(45,41,55)
#1E1D28
(30,29,40)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #A589AF

#A589AF
(165,137,175)
#AD93B6
(173,147,182)
#B59DBD
(181,157,189)
#BDA7C4
(189,167,196)
#C5B1CB
(197,177,203)
#CDBBD2
(205,187,210)
#D5C5D9
(213,197,217)
#DDCFE0
(221,207,224)
#E5D9E7
(229,217,231)
#EDE3EE
(237,227,238)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A589AF; }

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

This text font color is #A589AF.


Background Color

.myBgColor { background-color: #A589AF; }

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

This div background color is #A589AF.


Border color

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

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

This div border color is #A589AF.


Opacity

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

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

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

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

This text has shadow with #A589AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A589AF on black background.


Color preview on white background

This text has color #A589AF on white background.



Black color preview on #A589AF background

This text has black color on #A589AF background.


White color preview on #A589AF background

This text has white color on #A589AF background.