COLOR #A85A96

HEX: #A85A96
RGB: (168,90,150)

Color info

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

RGB color model

#A85A96 color RGB value is (168,90,150).

  • red value is 168;
  • green value is 90;
  • blue value is 150.
RGB:
(168,90,150)
(66%,35%,59%)

RGB channels and saturation

R 168 of 255 = 66%
G 90 of 255 = 35%
B 150 of 255 = 59%

168
90
150

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

Portions of RGB colors in percentages

R + G + B =
168 + 90 + 150 = 408 (100%)
R 168 of 408 ~ 41.18%
G 90 of 408 ~ 22.06%
B 150 of 408 ~ 36.76%

%41.18
%22.06
%36.76

CMYK color model

#A85A96 color CMYK value is (0,46,11,34).

  • cyan value is 0.00%
  • magenta value is 46.43%
  • yellow value is 10.71%
  • key color value is 34.12%
CMYK:
(0,46,11,34)
C0M46Y11K34 
(0%,46%,11%,34%)
(0.00/0.46/0.11/0.34)	

CMYK percentages

%0
%46.43
%10.71
%34.12

Codes

Color #A85A96 in popluar color models

A85A96
RGB16890150
HSL314°30.95%50.59%
HSB/HSV314°46.43%65.88%
CMYK0.00%46.43%10.71%
34.12%

Color #A85A96 in popluar number systems.

HEXA85A96
Decimal16890150
Binary10101000101101010010110
Octal250132226

Shades and tints

Shades of #A85A96

#A85A96
(168,90,150)
#995289
(153,82,137)
#8A4A7C
(138,74,124)
#7B426F
(123,66,111)
#6C3A62
(108,58,98)
#5D3255
(93,50,85)
#4E2A48
(78,42,72)
#3F223B
(63,34,59)
#301A2E
(48,26,46)
#211221
(33,18,33)
#120A14
(18,10,20)
#000000
(0,0,0)

Tints of #A85A96

#A85A96
(168,90,150)
#AF699F
(175,105,159)
#B678A8
(182,120,168)
#BD87B1
(189,135,177)
#C496BA
(196,150,186)
#CBA5C3
(203,165,195)
#D2B4CC
(210,180,204)
#D9C3D5
(217,195,213)
#E0D2DE
(224,210,222)
#E7E1E7
(231,225,231)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A85A96 color. Also use rgb(168,90,150) instead hex code.

Text Font Color

.myTextColor { color: #A85A96; }

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

This text font color is #A85A96.


Background Color

.myBgColor { background-color: #A85A96; }

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

This div background color is #A85A96.


Border color

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

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

This div border color is #A85A96.


Opacity

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

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

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

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

This text has shadow with #A85A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A85A96 on black background.


Color preview on white background

This text has color #A85A96 on white background.



Black color preview on #A85A96 background

This text has black color on #A85A96 background.


White color preview on #A85A96 background

This text has white color on #A85A96 background.