COLOR #A5819B

HEX: #A5819B
RGB: (165,129,155)

Color info

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

RGB color model

#A5819B color RGB value is (165,129,155).

  • red value is 165;
  • green value is 129;
  • blue value is 155.
RGB:
(165,129,155)
(65%,51%,61%)

RGB channels and saturation

R 165 of 255 = 65%
G 129 of 255 = 51%
B 155 of 255 = 61%

165
129
155

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

Portions of RGB colors in percentages

R + G + B =
165 + 129 + 155 = 449 (100%)
R 165 of 449 ~ 36.75%
G 129 of 449 ~ 28.73%
B 155 of 449 ~ 34.52%

%36.75
%28.73
%34.52

CMYK color model

#A5819B color CMYK value is (0,22,6,35).

  • cyan value is 0.00%
  • magenta value is 21.82%
  • yellow value is 6.06%
  • key color value is 35.29%
CMYK:
(0,22,6,35)
C0M22Y6K35 
(0%,22%,6%,35%)
(0.00/0.22/0.06/0.35)	

CMYK percentages

%0
%21.82
%6.06
%35.29

Codes

Color #A5819B in popluar color models

A5819B
RGB165129155
HSL317°16.67%57.65%
HSB/HSV317°21.82%64.71%
CMYK0.00%21.82%6.06%
35.29%

Color #A5819B in popluar number systems.

HEXA5819B
Decimal165129155
Binary101001011000000110011011
Octal245201233

Shades and tints

Shades of #A5819B

#A5819B
(165,129,155)
#96768D
(150,118,141)
#876B7F
(135,107,127)
#786071
(120,96,113)
#695563
(105,85,99)
#5A4A55
(90,74,85)
#4B3F47
(75,63,71)
#3C3439
(60,52,57)
#2D292B
(45,41,43)
#1E1E1D
(30,30,29)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #A5819B

#A5819B
(165,129,155)
#AD8CA4
(173,140,164)
#B597AD
(181,151,173)
#BDA2B6
(189,162,182)
#C5ADBF
(197,173,191)
#CDB8C8
(205,184,200)
#D5C3D1
(213,195,209)
#DDCEDA
(221,206,218)
#E5D9E3
(229,217,227)
#EDE4EC
(237,228,236)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5819B color. Also use rgb(165,129,155) instead hex code.

Text Font Color

.myTextColor { color: #A5819B; }

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

This text font color is #A5819B.


Background Color

.myBgColor { background-color: #A5819B; }

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

This div background color is #A5819B.


Border color

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

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

This div border color is #A5819B.


Opacity

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

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

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

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

This text has shadow with #A5819B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5819B on black background.


Color preview on white background

This text has color #A5819B on white background.



Black color preview on #A5819B background

This text has black color on #A5819B background.


White color preview on #A5819B background

This text has white color on #A5819B background.