COLOR #A5689B

HEX: #A5689B
RGB: (165,104,155)

Color info

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

RGB color model

#A5689B color RGB value is (165,104,155).

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

RGB channels and saturation

R 165 of 255 = 65%
G 104 of 255 = 41%
B 155 of 255 = 61%

165
104
155

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

Portions of RGB colors in percentages

R + G + B =
165 + 104 + 155 = 424 (100%)
R 165 of 424 ~ 38.92%
G 104 of 424 ~ 24.53%
B 155 of 424 ~ 36.56%

%38.92
%24.53
%36.56

CMYK color model

#A5689B color CMYK value is (0,37,6,35).

  • cyan value is 0.00%
  • magenta value is 36.97%
  • yellow value is 6.06%
  • key color value is 35.29%
CMYK:
(0,37,6,35)
C0M37Y6K35 
(0%,37%,6%,35%)
(0.00/0.37/0.06/0.35)	

CMYK percentages

%0
%36.97
%6.06
%35.29

Codes

Color #A5689B in popluar color models

A5689B
RGB165104155
HSL310°25.31%52.75%
HSB/HSV310°36.97%64.71%
CMYK0.00%36.97%6.06%
35.29%

Color #A5689B in popluar number systems.

HEXA5689B
Decimal165104155
Binary10100101110100010011011
Octal245150233

Shades and tints

Shades of #A5689B

#A5689B
(165,104,155)
#965F8D
(150,95,141)
#87567F
(135,86,127)
#784D71
(120,77,113)
#694463
(105,68,99)
#5A3B55
(90,59,85)
#4B3247
(75,50,71)
#3C2939
(60,41,57)
#2D202B
(45,32,43)
#1E171D
(30,23,29)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #A5689B

#A5689B
(165,104,155)
#AD75A4
(173,117,164)
#B582AD
(181,130,173)
#BD8FB6
(189,143,182)
#C59CBF
(197,156,191)
#CDA9C8
(205,169,200)
#D5B6D1
(213,182,209)
#DDC3DA
(221,195,218)
#E5D0E3
(229,208,227)
#EDDDEC
(237,221,236)
#F5EAF5
(245,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5689B; }

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

This text font color is #A5689B.


Background Color

.myBgColor { background-color: #A5689B; }

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

This div background color is #A5689B.


Border color

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

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

This div border color is #A5689B.


Opacity

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

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

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

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

This text has shadow with #A5689B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5689B on black background.


Color preview on white background

This text has color #A5689B on white background.



Black color preview on #A5689B background

This text has black color on #A5689B background.


White color preview on #A5689B background

This text has white color on #A5689B background.