COLOR #A85595

HEX: #A85595
RGB: (168,85,149)

Color info

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

RGB color model

#A85595 color RGB value is (168,85,149).

  • red value is 168;
  • green value is 85;
  • blue value is 149.
RGB:
(168,85,149)
(66%,33%,58%)

RGB channels and saturation

R 168 of 255 = 66%
G 85 of 255 = 33%
B 149 of 255 = 58%

168
85
149

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

Portions of RGB colors in percentages

R + G + B =
168 + 85 + 149 = 402 (100%)
R 168 of 402 ~ 41.79%
G 85 of 402 ~ 21.14%
B 149 of 402 ~ 37.06%

%41.79
%21.14
%37.06

CMYK color model

#A85595 color CMYK value is (0,49,11,34).

  • cyan value is 0.00%
  • magenta value is 49.40%
  • yellow value is 11.31%
  • key color value is 34.12%
CMYK:
(0,49,11,34)
C0M49Y11K34 
(0%,49%,11%,34%)
(0.00/0.49/0.11/0.34)	

CMYK percentages

%0
%49.4
%11.31
%34.12

Codes

Color #A85595 in popluar color models

A85595
RGB16885149
HSL314°32.81%49.61%
HSB/HSV314°49.40%65.88%
CMYK0.00%49.40%11.31%
34.12%

Color #A85595 in popluar number systems.

HEXA85595
Decimal16885149
Binary10101000101010110010101
Octal250125225

Shades and tints

Shades of #A85595

#A85595
(168,85,149)
#994E88
(153,78,136)
#8A477B
(138,71,123)
#7B406E
(123,64,110)
#6C3961
(108,57,97)
#5D3254
(93,50,84)
#4E2B47
(78,43,71)
#3F243A
(63,36,58)
#301D2D
(48,29,45)
#211620
(33,22,32)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #A85595

#A85595
(168,85,149)
#AF649E
(175,100,158)
#B673A7
(182,115,167)
#BD82B0
(189,130,176)
#C491B9
(196,145,185)
#CBA0C2
(203,160,194)
#D2AFCB
(210,175,203)
#D9BED4
(217,190,212)
#E0CDDD
(224,205,221)
#E7DCE6
(231,220,230)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A85595 color. Also use rgb(168,85,149) instead hex code.

Text Font Color

.myTextColor { color: #A85595; }

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

This text font color is #A85595.


Background Color

.myBgColor { background-color: #A85595; }

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

This div background color is #A85595.


Border color

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

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

This div border color is #A85595.


Opacity

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

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

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

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

This text has shadow with #A85595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A85595 on black background.


Color preview on white background

This text has color #A85595 on white background.



Black color preview on #A85595 background

This text has black color on #A85595 background.


White color preview on #A85595 background

This text has white color on #A85595 background.