COLOR #A65EAE

HEX: #A65EAE
RGB: (166,94,174)

Color info

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

RGB color model

#A65EAE color RGB value is (166,94,174).

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

RGB channels and saturation

R 166 of 255 = 65%
G 94 of 255 = 37%
B 174 of 255 = 68%

166
94
174

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

Portions of RGB colors in percentages

R + G + B =
166 + 94 + 174 = 434 (100%)
R 166 of 434 ~ 38.25%
G 94 of 434 ~ 21.66%
B 174 of 434 ~ 40.09%

%38.25
%21.66
%40.09

CMYK color model

#A65EAE color CMYK value is (5,46,0,32).

  • cyan value is 4.60%
  • magenta value is 45.98%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(5,46,0,32)
C5M46Y0K32 
(5%,46%,0%,32%)
(0.05/0.46/0.00/0.32)	

CMYK percentages

%4.6
%45.98
%0
%31.76

Codes

Color #A65EAE in popluar color models

A65EAE
RGB16694174
HSL294°33.06%52.55%
HSB/HSV294°45.98%68.24%
CMYK4.60%45.98%0.00%
31.76%

Color #A65EAE in popluar number systems.

HEXA65EAE
Decimal16694174
Binary10100110101111010101110
Octal246136256

Shades and tints

Shades of #A65EAE

#A65EAE
(166,94,174)
#97569F
(151,86,159)
#884E90
(136,78,144)
#794681
(121,70,129)
#6A3E72
(106,62,114)
#5B3663
(91,54,99)
#4C2E54
(76,46,84)
#3D2645
(61,38,69)
#2E1E36
(46,30,54)
#1F1627
(31,22,39)
#100E18
(16,14,24)
#000000
(0,0,0)

Tints of #A65EAE

#A65EAE
(166,94,174)
#AE6CB5
(174,108,181)
#B67ABC
(182,122,188)
#BE88C3
(190,136,195)
#C696CA
(198,150,202)
#CEA4D1
(206,164,209)
#D6B2D8
(214,178,216)
#DEC0DF
(222,192,223)
#E6CEE6
(230,206,230)
#EEDCED
(238,220,237)
#F6EAF4
(246,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A65EAE; }

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

This text font color is #A65EAE.


Background Color

.myBgColor { background-color: #A65EAE; }

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

This div background color is #A65EAE.


Border color

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

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

This div border color is #A65EAE.


Opacity

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

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

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

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

This text has shadow with #A65EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A65EAE on black background.


Color preview on white background

This text has color #A65EAE on white background.



Black color preview on #A65EAE background

This text has black color on #A65EAE background.


White color preview on #A65EAE background

This text has white color on #A65EAE background.