COLOR #A5719D

HEX: #A5719D RGB: (165,113,157)

Color info

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

RGB color model

#A5719D color RGB value is (165,113,157).

RGB: (165,113,157) (65%, 44%, 62%)

RGB channels and saturation

R 165 of 255 = 65%
G 113 of 255 = 44%
B 157 of 255 = 62%

165
113
157

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

Portions of RGB colors in percentages

R + G + B = 165 + 113 + 157 = 435 (100%)
R 165 of 435 ~ 37.93%
G 113 of 435 ~ 25.98%
B 157 of 435 ~ 36.09'%

%37.93
%25.98
%36.09

CMYK color model

#A5719D color CMYK value is (0,32,5,35).

  • cyan value is 0.00%
  • magenta value is 31.52%
  • yellow value is 4.85%
  • key color value is 35.29%
CMYK: (0,32,5,35) C0M32Y5K35 (0%,32%,5%,35%) (0.00/0.32/0.05/0.35) 

CMYK percentages

%0
%31.52
%4.85
%35.29

Codes

Color #A5719D in popluar color models

A5 71 9D
RGB 165 113 157
HSL 309° 22.41% 54.51%
HSB/HSV 309° 31.52% 64.71%
CMYK 0.00% 31.52% 4.85%
35.29%

Color #A5719D in popluar number systems.

HEX A5 71 9D
Decimal 165 113 157
Binary 10100101 1110001 10011101
Octal 245 161 235

Shades and tints

Shades of #A5719D

#A5719D
(165,113,157)
#96678F
(150,103,143)
#875D81
(135,93,129)
#785373
(120,83,115)
#694965
(105,73,101)
#5A3F57
(90,63,87)
#4B3549
(75,53,73)
#3C2B3B
(60,43,59)
#2D212D
(45,33,45)
#1E171F
(30,23,31)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #A5719D

#A5719D
(165,113,157)
#AD7DA5
(173,125,165)
#B589AD
(181,137,173)
#BD95B5
(189,149,181)
#C5A1BD
(197,161,189)
#CDADC5
(205,173,197)
#D5B9CD
(213,185,205)
#DDC5D5
(221,197,213)
#E5D1DD
(229,209,221)
#EDDDE5
(237,221,229)
#F5E9ED
(245,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5719D; }

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

This text font color is #A5719D.

Background Color

.myBgColor { background-color: #A5719D; }

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

This div background color is #A5719D.

Border color

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

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

This div border color is #A5719D.

Opacity

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

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

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

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

This text has shadow with #A5719D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5719D.

Preview

Color preview on black background

This text has color #A5719D on black background.


Color preview on white background

This text has color #A5719D on white background.


Black color preview on #A5719D background

This text has black color on #A5719D background.


White color preview on #A5719D background

This text has white color on #A5719D background.


Related colors

Complementary color

Complementary color for #hex is #5A8E62.


I love getcolorcode.com

Triadic colors

1 #9DA571 and #719DA5 with #A5719D are triadic colors.

2 #9D71A5 and #71A59D with #A5719D are triadic colors.