COLOR #A5739C

HEX: #A5739C RGB: (165,115,156)

Color info

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

RGB color model

#A5739C color RGB value is (165,115,156).

RGB: (165,115,156) (65%, 45%, 61%)

RGB channels and saturation

R 165 of 255 = 65%
G 115 of 255 = 45%
B 156 of 255 = 61%

165
115
156

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

Portions of RGB colors in percentages

R + G + B = 165 + 115 + 156 = 436 (100%)
R 165 of 436 ~ 37.84%
G 115 of 436 ~ 26.38%
B 156 of 436 ~ 35.78'%

%37.84
%26.38
%35.78

CMYK color model

#A5739C color CMYK value is (0,30,5,35).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 5.45%
  • key color value is 35.29%
CMYK: (0,30,5,35) C0M30Y5K35 (0%,30%,5%,35%) (0.00/0.30/0.05/0.35) 

CMYK percentages

%0
%30.3
%5.45
%35.29

Codes

Color #A5739C in popluar color models

A5 73 9C
RGB 165 115 156
HSL 311° 21.74% 54.90%
HSB/HSV 311° 30.30% 64.71%
CMYK 0.00% 30.30% 5.45%
35.29%

Color #A5739C in popluar number systems.

HEX A5 73 9C
Decimal 165 115 156
Binary 10100101 1110011 10011100
Octal 245 163 234

Shades and tints

Shades of #A5739C

#A5739C
(165,115,156)
#96698E
(150,105,142)
#875F80
(135,95,128)
#785572
(120,85,114)
#694B64
(105,75,100)
#5A4156
(90,65,86)
#4B3748
(75,55,72)
#3C2D3A
(60,45,58)
#2D232C
(45,35,44)
#1E191E
(30,25,30)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #A5739C

#A5739C
(165,115,156)
#AD7FA5
(173,127,165)
#B58BAE
(181,139,174)
#BD97B7
(189,151,183)
#C5A3C0
(197,163,192)
#CDAFC9
(205,175,201)
#D5BBD2
(213,187,210)
#DDC7DB
(221,199,219)
#E5D3E4
(229,211,228)
#EDDFED
(237,223,237)
#F5EBF6
(245,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5739C color. Also use rgb(165,115,156) instead hex code.

Text Font Color

.myTextColor { color: #A5739C; }

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

This text font color is #A5739C.

Background Color

.myBgColor { background-color: #A5739C; }

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

This div background color is #A5739C.

Border color

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

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

This div border color is #A5739C.

Opacity

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

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

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

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

This text has shadow with #A5739C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5739C.

Preview

Color preview on black background

This text has color #A5739C on black background.


Color preview on white background

This text has color #A5739C on white background.


Black color preview on #A5739C background

This text has black color on #A5739C background.


White color preview on #A5739C background

This text has white color on #A5739C background.


Related colors

Complementary color

Complementary color for #hex is #5A8C63.


I love getcolorcode.com

Triadic colors

1 #9CA573 and #739CA5 with #A5739C are triadic colors.

2 #9C73A5 and #73A59C with #A5739C are triadic colors.