COLOR #A65587

HEX: #A65587
RGB: (166,85,135)

Color info

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

RGB color model

#A65587 color RGB value is (166,85,135).

  • red value is 166;
  • green value is 85;
  • blue value is 135.
RGB:
(166,85,135)
(65%,33%,53%)

RGB channels and saturation

R 166 of 255 = 65%
G 85 of 255 = 33%
B 135 of 255 = 53%

166
85
135

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

Portions of RGB colors in percentages

R + G + B =
166 + 85 + 135 = 386 (100%)
R 166 of 386 ~ 43.01%
G 85 of 386 ~ 22.02%
B 135 of 386 ~ 34.97%

%43.01
%22.02
%34.97

CMYK color model

#A65587 color CMYK value is (0,49,19,35).

  • cyan value is 0.00%
  • magenta value is 48.80%
  • yellow value is 18.67%
  • key color value is 34.90%
CMYK:
(0,49,19,35)
C0M49Y19K35 
(0%,49%,19%,35%)
(0.00/0.49/0.19/0.35)	

CMYK percentages

%0
%48.8
%18.67
%34.9

Codes

Color #A65587 in popluar color models

A65587
RGB16685135
HSL323°32.27%49.22%
HSB/HSV323°48.80%65.10%
CMYK0.00%48.80%18.67%
34.90%

Color #A65587 in popluar number systems.

HEXA65587
Decimal16685135
Binary10100110101010110000111
Octal246125207

Shades and tints

Shades of #A65587

#A65587
(166,85,135)
#974E7B
(151,78,123)
#88476F
(136,71,111)
#794063
(121,64,99)
#6A3957
(106,57,87)
#5B324B
(91,50,75)
#4C2B3F
(76,43,63)
#3D2433
(61,36,51)
#2E1D27
(46,29,39)
#1F161B
(31,22,27)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #A65587

#A65587
(166,85,135)
#AE6491
(174,100,145)
#B6739B
(182,115,155)
#BE82A5
(190,130,165)
#C691AF
(198,145,175)
#CEA0B9
(206,160,185)
#D6AFC3
(214,175,195)
#DEBECD
(222,190,205)
#E6CDD7
(230,205,215)
#EEDCE1
(238,220,225)
#F6EBEB
(246,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A65587 color. Also use rgb(166,85,135) instead hex code.

Text Font Color

.myTextColor { color: #A65587; }

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

This text font color is #A65587.


Background Color

.myBgColor { background-color: #A65587; }

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

This div background color is #A65587.


Border color

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

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

This div border color is #A65587.


Opacity

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

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

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

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

This text has shadow with #A65587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A65587 on black background.


Color preview on white background

This text has color #A65587 on white background.



Black color preview on #A65587 background

This text has black color on #A65587 background.


White color preview on #A65587 background

This text has white color on #A65587 background.