COLOR #A85585

HEX: #A85585 RGB: (168,85,133)

Color info

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

RGB color model

#A85585 color RGB value is (168,85,133).

RGB: (168,85,133) (66%, 33%, 52%)

RGB channels and saturation

R 168 of 255 = 66%
G 85 of 255 = 33%
B 133 of 255 = 52%

168
85
133

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

Portions of RGB colors in percentages

R + G + B = 168 + 85 + 133 = 386 (100%)
R 168 of 386 ~ 43.52%
G 85 of 386 ~ 22.02%
B 133 of 386 ~ 34.46'%

%43.52
%22.02
%34.46

CMYK color model

#A85585 color CMYK value is (0,49,21,34).

  • cyan value is 0.00%
  • magenta value is 49.40%
  • yellow value is 20.83%
  • key color value is 34.12%
CMYK: (0,49,21,34) C0M49Y21K34 (0%,49%,21%,34%) (0.00/0.49/0.21/0.34) 

CMYK percentages

%0
%49.4
%20.83
%34.12

Codes

Color #A85585 in popluar color models

A8 55 85
RGB 168 85 133
HSL 325° 32.81% 49.61%
HSB/HSV 325° 49.40% 65.88%
CMYK 0.00% 49.40% 20.83%
34.12%

Color #A85585 in popluar number systems.

HEX A8 55 85
Decimal 168 85 133
Binary 10101000 1010101 10000101
Octal 250 125 205

Shades and tints

Shades of #A85585

#A85585
(168,85,133)
#994E79
(153,78,121)
#8A476D
(138,71,109)
#7B4061
(123,64,97)
#6C3955
(108,57,85)
#5D3249
(93,50,73)
#4E2B3D
(78,43,61)
#3F2431
(63,36,49)
#301D25
(48,29,37)
#211619
(33,22,25)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #A85585

#A85585
(168,85,133)
#AF6490
(175,100,144)
#B6739B
(182,115,155)
#BD82A6
(189,130,166)
#C491B1
(196,145,177)
#CBA0BC
(203,160,188)
#D2AFC7
(210,175,199)
#D9BED2
(217,190,210)
#E0CDDD
(224,205,221)
#E7DCE8
(231,220,232)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A85585; }

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

This text font color is #A85585.

Background Color

.myBgColor { background-color: #A85585; }

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

This div background color is #A85585.

Border color

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

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

This div border color is #A85585.

Opacity

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

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

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

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

This text has shadow with #A85585 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A85585.

Preview

Color preview on black background

This text has color #A85585 on black background.


Color preview on white background

This text has color #A85585 on white background.


Black color preview on #A85585 background

This text has black color on #A85585 background.


White color preview on #A85585 background

This text has white color on #A85585 background.


Related colors

Complementary color

Complementary color for #hex is #57AA7A.


I love getcolorcode.com

Triadic colors

1 #85A855 and #5585A8 with #A85585 are triadic colors.

2 #8555A8 and #55A885 with #A85585 are triadic colors.