COLOR #A5819D

HEX: #A5819D RGB: (165,129,157)

Color info

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

RGB color model

#A5819D color RGB value is (165,129,157).

RGB: (165,129,157) (65%, 51%, 62%)

RGB channels and saturation

R 165 of 255 = 65%
G 129 of 255 = 51%
B 157 of 255 = 62%

165
129
157

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

Portions of RGB colors in percentages

R + G + B = 165 + 129 + 157 = 451 (100%)
R 165 of 451 ~ 36.59%
G 129 of 451 ~ 28.6%
B 157 of 451 ~ 34.81'%

%36.59
%28.6
%34.81

CMYK color model

#A5819D color CMYK value is (0,22,5,35).

  • cyan value is 0.00%
  • magenta value is 21.82%
  • yellow value is 4.85%
  • key color value is 35.29%

CMYK: (0,22,5,35)
C0M22Y5K35 (0%, 22%, 5%, 35%)
(0.00 / 0.22 / 0.05 / 0.35)

CMYK percentages

%0
%21.82
%4.85
%35.29

Codes

Color #A5819D in popluar color models

A5 81 9D
RGB 165 129 157
HSL 313° 16.67% 57.65%
HSB/HSV 313° 21.82% 64.71%
CMYK 0.00% 21.82% 4.85%
35.29%

Color #A5819D in popluar number systems.

HEX A5 81 9D
Decimal 165 129 157
Binary 10100101 10000001 10011101
Octal 245 201 235

Shades and tints

Shades of #A5819D

#A5819D
(165,129,157)
#96768F
(150,118,143)
#876B81
(135,107,129)
#786073
(120,96,115)
#695565
(105,85,101)
#5A4A57
(90,74,87)
#4B3F49
(75,63,73)
#3C343B
(60,52,59)
#2D292D
(45,41,45)
#1E1E1F
(30,30,31)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #A5819D

#A5819D
(165,129,157)
#AD8CA5
(173,140,165)
#B597AD
(181,151,173)
#BDA2B5
(189,162,181)
#C5ADBD
(197,173,189)
#CDB8C5
(205,184,197)
#D5C3CD
(213,195,205)
#DDCED5
(221,206,213)
#E5D9DD
(229,217,221)
#EDE4E5
(237,228,229)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5819D; }

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

This text font color is #A5819D.

Background Color

.myBgColor { background-color: #A5819D; }

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

This div background color is #A5819D.

Border color

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

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

This div border color is #A5819D.

Opacity

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

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

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

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

This text has shadow with #A5819D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5819D.

Preview

Color preview on black background

This text has color #A5819D on black background.


Color preview on white background

This text has color #A5819D on white background.


Black color preview on #A5819D background

This text has black color on #A5819D background.


White color preview on #A5819D background

This text has white color on #A5819D background.


Related colors

Complementary color

Complementary color for #hex is #5A7E62.


I love getcolorcode.com

Triadic colors

1 #9DA581 and #819DA5 with #A5819D are triadic colors.

2 #9D81A5 and #81A59D with #A5819D are triadic colors.