COLOR #A5689E

HEX: #A5689E
RGB: (165,104,158)

Color info

#A5689E contains mainly red and blue colors. Web safe color of #A5689E is #996699 (or #969).

RGB color model

#A5689E color RGB value is (165,104,158).

  • red value is 165;
  • green value is 104;
  • blue value is 158.
RGB:
(165,104,158)
(65%,41%,62%)

RGB channels and saturation

R 165 of 255 = 65%
G 104 of 255 = 41%
B 158 of 255 = 62%

165
104
158

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

Portions of RGB colors in percentages

R + G + B =
165 + 104 + 158 = 427 (100%)
R 165 of 427 ~ 38.64%
G 104 of 427 ~ 24.36%
B 158 of 427 ~ 37%

%38.64
%24.36
%37

CMYK color model

#A5689E color CMYK value is (0,37,4,35).

  • cyan value is 0.00%
  • magenta value is 36.97%
  • yellow value is 4.24%
  • key color value is 35.29%
CMYK:
(0,37,4,35)
C0M37Y4K35 
(0%,37%,4%,35%)
(0.00/0.37/0.04/0.35)	

CMYK percentages

%0
%36.97
%4.24
%35.29

Codes

Color #A5689E in popluar color models

A5689E
RGB165104158
HSL307°25.31%52.75%
HSB/HSV307°36.97%64.71%
CMYK0.00%36.97%4.24%
35.29%

Color #A5689E in popluar number systems.

HEXA5689E
Decimal165104158
Binary10100101110100010011110
Octal245150236

Shades and tints

Shades of #A5689E

#A5689E
(165,104,158)
#965F90
(150,95,144)
#875682
(135,86,130)
#784D74
(120,77,116)
#694466
(105,68,102)
#5A3B58
(90,59,88)
#4B324A
(75,50,74)
#3C293C
(60,41,60)
#2D202E
(45,32,46)
#1E1720
(30,23,32)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #A5689E

#A5689E
(165,104,158)
#AD75A6
(173,117,166)
#B582AE
(181,130,174)
#BD8FB6
(189,143,182)
#C59CBE
(197,156,190)
#CDA9C6
(205,169,198)
#D5B6CE
(213,182,206)
#DDC3D6
(221,195,214)
#E5D0DE
(229,208,222)
#EDDDE6
(237,221,230)
#F5EAEE
(245,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5689E color. Also use rgb(165,104,158) instead hex code.

Text Font Color

.myTextColor { color: #A5689E; }

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

This text font color is #A5689E.


Background Color

.myBgColor { background-color: #A5689E; }

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

This div background color is #A5689E.


Border color

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

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

This div border color is #A5689E.


Opacity

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

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

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

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

This text has shadow with #A5689E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5689E on black background.


Color preview on white background

This text has color #A5689E on white background.



Black color preview on #A5689E background

This text has black color on #A5689E background.


White color preview on #A5689E background

This text has white color on #A5689E background.