COLOR #A65E82

HEX: #A65E82
RGB: (166,94,130)

Color info

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

RGB color model

#A65E82 color RGB value is (166,94,130).

  • red value is 166;
  • green value is 94;
  • blue value is 130.
RGB:
(166,94,130)
(65%,37%,51%)

RGB channels and saturation

R 166 of 255 = 65%
G 94 of 255 = 37%
B 130 of 255 = 51%

166
94
130

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

Portions of RGB colors in percentages

R + G + B =
166 + 94 + 130 = 390 (100%)
R 166 of 390 ~ 42.56%
G 94 of 390 ~ 24.1%
B 130 of 390 ~ 33.33%

%42.56
%24.1
%33.33

CMYK color model

#A65E82 color CMYK value is (0,43,22,35).

  • cyan value is 0.00%
  • magenta value is 43.37%
  • yellow value is 21.69%
  • key color value is 34.90%
CMYK:
(0,43,22,35)
C0M43Y22K35 
(0%,43%,22%,35%)
(0.00/0.43/0.22/0.35)	

CMYK percentages

%0
%43.37
%21.69
%34.9

Codes

Color #A65E82 in popluar color models

A65E82
RGB16694130
HSL330°28.80%50.98%
HSB/HSV330°43.37%65.10%
CMYK0.00%43.37%21.69%
34.90%

Color #A65E82 in popluar number systems.

HEXA65E82
Decimal16694130
Binary10100110101111010000010
Octal246136202

Shades and tints

Shades of #A65E82

#A65E82
(166,94,130)
#975677
(151,86,119)
#884E6C
(136,78,108)
#794661
(121,70,97)
#6A3E56
(106,62,86)
#5B364B
(91,54,75)
#4C2E40
(76,46,64)
#3D2635
(61,38,53)
#2E1E2A
(46,30,42)
#1F161F
(31,22,31)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #A65E82

#A65E82
(166,94,130)
#AE6C8D
(174,108,141)
#B67A98
(182,122,152)
#BE88A3
(190,136,163)
#C696AE
(198,150,174)
#CEA4B9
(206,164,185)
#D6B2C4
(214,178,196)
#DEC0CF
(222,192,207)
#E6CEDA
(230,206,218)
#EEDCE5
(238,220,229)
#F6EAF0
(246,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A65E82 color. Also use rgb(166,94,130) instead hex code.

Text Font Color

.myTextColor { color: #A65E82; }

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

This text font color is #A65E82.


Background Color

.myBgColor { background-color: #A65E82; }

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

This div background color is #A65E82.


Border color

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

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

This div border color is #A65E82.


Opacity

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

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

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

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

This text has shadow with #A65E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A65E82 on black background.


Color preview on white background

This text has color #A65E82 on white background.



Black color preview on #A65E82 background

This text has black color on #A65E82 background.


White color preview on #A65E82 background

This text has white color on #A65E82 background.