COLOR #A5759D

HEX: #A5759D
RGB: (165,117,157)

Color info

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

RGB color model

#A5759D color RGB value is (165,117,157).

  • red value is 165;
  • green value is 117;
  • blue value is 157.
RGB:
(165,117,157)
(65%,46%,62%)

RGB channels and saturation

R 165 of 255 = 65%
G 117 of 255 = 46%
B 157 of 255 = 62%

165
117
157

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

Portions of RGB colors in percentages

R + G + B =
165 + 117 + 157 = 439 (100%)
R 165 of 439 ~ 37.59%
G 117 of 439 ~ 26.65%
B 157 of 439 ~ 35.76%

%37.59
%26.65
%35.76

CMYK color model

#A5759D color CMYK value is (0,29,5,35).

  • cyan value is 0.00%
  • magenta value is 29.09%
  • yellow value is 4.85%
  • key color value is 35.29%
CMYK:
(0,29,5,35)
C0M29Y5K35 
(0%,29%,5%,35%)
(0.00/0.29/0.05/0.35)	

CMYK percentages

%0
%29.09
%4.85
%35.29

Codes

Color #A5759D in popluar color models

A5759D
RGB165117157
HSL310°21.05%55.29%
HSB/HSV310°29.09%64.71%
CMYK0.00%29.09%4.85%
35.29%

Color #A5759D in popluar number systems.

HEXA5759D
Decimal165117157
Binary10100101111010110011101
Octal245165235

Shades and tints

Shades of #A5759D

#A5759D
(165,117,157)
#966B8F
(150,107,143)
#876181
(135,97,129)
#785773
(120,87,115)
#694D65
(105,77,101)
#5A4357
(90,67,87)
#4B3949
(75,57,73)
#3C2F3B
(60,47,59)
#2D252D
(45,37,45)
#1E1B1F
(30,27,31)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #A5759D

#A5759D
(165,117,157)
#AD81A5
(173,129,165)
#B58DAD
(181,141,173)
#BD99B5
(189,153,181)
#C5A5BD
(197,165,189)
#CDB1C5
(205,177,197)
#D5BDCD
(213,189,205)
#DDC9D5
(221,201,213)
#E5D5DD
(229,213,221)
#EDE1E5
(237,225,229)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5759D; }

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

This text font color is #A5759D.


Background Color

.myBgColor { background-color: #A5759D; }

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

This div background color is #A5759D.


Border color

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

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

This div border color is #A5759D.


Opacity

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

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

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

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

This text has shadow with #A5759D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5759D on black background.


Color preview on white background

This text has color #A5759D on white background.



Black color preview on #A5759D background

This text has black color on #A5759D background.


White color preview on #A5759D background

This text has white color on #A5759D background.