COLOR #A65D87

HEX: #A65D87
RGB: (166,93,135)

Color info

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

RGB color model

#A65D87 color RGB value is (166,93,135).

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

RGB channels and saturation

R 166 of 255 = 65%
G 93 of 255 = 36%
B 135 of 255 = 53%

166
93
135

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

Portions of RGB colors in percentages

R + G + B =
166 + 93 + 135 = 394 (100%)
R 166 of 394 ~ 42.13%
G 93 of 394 ~ 23.6%
B 135 of 394 ~ 34.26%

%42.13
%23.6
%34.26

CMYK color model

#A65D87 color CMYK value is (0,44,19,35).

  • cyan value is 0.00%
  • magenta value is 43.98%
  • yellow value is 18.67%
  • key color value is 34.90%
CMYK:
(0,44,19,35)
C0M44Y19K35 
(0%,44%,19%,35%)
(0.00/0.44/0.19/0.35)	

CMYK percentages

%0
%43.98
%18.67
%34.9

Codes

Color #A65D87 in popluar color models

A65D87
RGB16693135
HSL325°29.08%50.78%
HSB/HSV325°43.98%65.10%
CMYK0.00%43.98%18.67%
34.90%

Color #A65D87 in popluar number systems.

HEXA65D87
Decimal16693135
Binary10100110101110110000111
Octal246135207

Shades and tints

Shades of #A65D87

#A65D87
(166,93,135)
#97557B
(151,85,123)
#884D6F
(136,77,111)
#794563
(121,69,99)
#6A3D57
(106,61,87)
#5B354B
(91,53,75)
#4C2D3F
(76,45,63)
#3D2533
(61,37,51)
#2E1D27
(46,29,39)
#1F151B
(31,21,27)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #A65D87

#A65D87
(166,93,135)
#AE6B91
(174,107,145)
#B6799B
(182,121,155)
#BE87A5
(190,135,165)
#C695AF
(198,149,175)
#CEA3B9
(206,163,185)
#D6B1C3
(214,177,195)
#DEBFCD
(222,191,205)
#E6CDD7
(230,205,215)
#EEDBE1
(238,219,225)
#F6E9EB
(246,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A65D87; }

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

This text font color is #A65D87.


Background Color

.myBgColor { background-color: #A65D87; }

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

This div background color is #A65D87.


Border color

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

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

This div border color is #A65D87.


Opacity

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

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

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

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

This text has shadow with #A65D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A65D87 on black background.


Color preview on white background

This text has color #A65D87 on white background.



Black color preview on #A65D87 background

This text has black color on #A65D87 background.


White color preview on #A65D87 background

This text has white color on #A65D87 background.