COLOR #A65895

HEX: #A65895
RGB: (166,88,149)

Color info

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

RGB color model

#A65895 color RGB value is (166,88,149).

  • red value is 166;
  • green value is 88;
  • blue value is 149.
RGB:
(166,88,149)
(65%,35%,58%)

RGB channels and saturation

R 166 of 255 = 65%
G 88 of 255 = 35%
B 149 of 255 = 58%

166
88
149

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

Portions of RGB colors in percentages

R + G + B =
166 + 88 + 149 = 403 (100%)
R 166 of 403 ~ 41.19%
G 88 of 403 ~ 21.84%
B 149 of 403 ~ 36.97%

%41.19
%21.84
%36.97

CMYK color model

#A65895 color CMYK value is (0,47,10,35).

  • cyan value is 0.00%
  • magenta value is 46.99%
  • yellow value is 10.24%
  • key color value is 34.90%
CMYK:
(0,47,10,35)
C0M47Y10K35 
(0%,47%,10%,35%)
(0.00/0.47/0.10/0.35)	

CMYK percentages

%0
%46.99
%10.24
%34.9

Codes

Color #A65895 in popluar color models

A65895
RGB16688149
HSL313°30.71%49.80%
HSB/HSV313°46.99%65.10%
CMYK0.00%46.99%10.24%
34.90%

Color #A65895 in popluar number systems.

HEXA65895
Decimal16688149
Binary10100110101100010010101
Octal246130225

Shades and tints

Shades of #A65895

#A65895
(166,88,149)
#975088
(151,80,136)
#88487B
(136,72,123)
#79406E
(121,64,110)
#6A3861
(106,56,97)
#5B3054
(91,48,84)
#4C2847
(76,40,71)
#3D203A
(61,32,58)
#2E182D
(46,24,45)
#1F1020
(31,16,32)
#100813
(16,8,19)
#000000
(0,0,0)

Tints of #A65895

#A65895
(166,88,149)
#AE679E
(174,103,158)
#B676A7
(182,118,167)
#BE85B0
(190,133,176)
#C694B9
(198,148,185)
#CEA3C2
(206,163,194)
#D6B2CB
(214,178,203)
#DEC1D4
(222,193,212)
#E6D0DD
(230,208,221)
#EEDFE6
(238,223,230)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A65895 color. Also use rgb(166,88,149) instead hex code.

Text Font Color

.myTextColor { color: #A65895; }

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

This text font color is #A65895.


Background Color

.myBgColor { background-color: #A65895; }

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

This div background color is #A65895.


Border color

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

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

This div border color is #A65895.


Opacity

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

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

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

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

This text has shadow with #A65895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A65895 on black background.


Color preview on white background

This text has color #A65895 on white background.



Black color preview on #A65895 background

This text has black color on #A65895 background.


White color preview on #A65895 background

This text has white color on #A65895 background.