COLOR #A5809F

HEX: #A5809F
RGB: (165,128,159)

Color info

#A5809F contains red, green and blue colors in about the same proportion. Web safe color of #A5809F is #996699 (or #969).

RGB color model

#A5809F color RGB value is (165,128,159).

  • red value is 165;
  • green value is 128;
  • blue value is 159.
RGB:
(165,128,159)
(65%,50%,62%)

RGB channels and saturation

R 165 of 255 = 65%
G 128 of 255 = 50%
B 159 of 255 = 62%

165
128
159

R + G + B ~ 59%. #A5809F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
165 + 128 + 159 = 452 (100%)
R 165 of 452 ~ 36.5%
G 128 of 452 ~ 28.32%
B 159 of 452 ~ 35.18%

%36.5
%28.32
%35.18

CMYK color model

#A5809F color CMYK value is (0,22,4,35).

  • cyan value is 0.00%
  • magenta value is 22.42%
  • yellow value is 3.64%
  • key color value is 35.29%
CMYK:
(0,22,4,35)
C0M22Y4K35 
(0%,22%,4%,35%)
(0.00/0.22/0.04/0.35)	

CMYK percentages

%0
%22.42
%3.64
%35.29

Codes

Color #A5809F in popluar color models

A5809F
RGB165128159
HSL310°17.05%57.45%
HSB/HSV310°22.42%64.71%
CMYK0.00%22.42%3.64%
35.29%

Color #A5809F in popluar number systems.

HEXA5809F
Decimal165128159
Binary101001011000000010011111
Octal245200237

Shades and tints

Shades of #A5809F

#A5809F
(165,128,159)
#967591
(150,117,145)
#876A83
(135,106,131)
#785F75
(120,95,117)
#695467
(105,84,103)
#5A4959
(90,73,89)
#4B3E4B
(75,62,75)
#3C333D
(60,51,61)
#2D282F
(45,40,47)
#1E1D21
(30,29,33)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #A5809F

#A5809F
(165,128,159)
#AD8BA7
(173,139,167)
#B596AF
(181,150,175)
#BDA1B7
(189,161,183)
#C5ACBF
(197,172,191)
#CDB7C7
(205,183,199)
#D5C2CF
(213,194,207)
#DDCDD7
(221,205,215)
#E5D8DF
(229,216,223)
#EDE3E7
(237,227,231)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5809F color. Also use rgb(165,128,159) instead hex code.

Text Font Color

.myTextColor { color: #A5809F; }

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

This text font color is #A5809F.


Background Color

.myBgColor { background-color: #A5809F; }

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

This div background color is #A5809F.


Border color

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

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

This div border color is #A5809F.


Opacity

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

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

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

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

This text has shadow with #A5809F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5809F on black background.


Color preview on white background

This text has color #A5809F on white background.



Black color preview on #A5809F background

This text has black color on #A5809F background.


White color preview on #A5809F background

This text has white color on #A5809F background.