COLOR #A85385

HEX: #A85385
RGB: (168,83,133)

Color info

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

RGB color model

#A85385 color RGB value is (168,83,133).

  • red value is 168;
  • green value is 83;
  • blue value is 133.
RGB:
(168,83,133)
(66%,33%,52%)

RGB channels and saturation

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

168
83
133

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

Portions of RGB colors in percentages

R + G + B =
168 + 83 + 133 = 384 (100%)
R 168 of 384 ~ 43.75%
G 83 of 384 ~ 21.61%
B 133 of 384 ~ 34.64%

%43.75
%21.61
%34.64

CMYK color model

#A85385 color CMYK value is (0,51,21,34).

  • cyan value is 0.00%
  • magenta value is 50.60%
  • yellow value is 20.83%
  • key color value is 34.12%
CMYK:
(0,51,21,34)
C0M51Y21K34 
(0%,51%,21%,34%)
(0.00/0.51/0.21/0.34)	

CMYK percentages

%0
%50.6
%20.83
%34.12

Codes

Color #A85385 in popluar color models

A85385
RGB16883133
HSL325°33.86%49.22%
HSB/HSV325°50.60%65.88%
CMYK0.00%50.60%20.83%
34.12%

Color #A85385 in popluar number systems.

HEXA85385
Decimal16883133
Binary10101000101001110000101
Octal250123205

Shades and tints

Shades of #A85385

#A85385
(168,83,133)
#994C79
(153,76,121)
#8A456D
(138,69,109)
#7B3E61
(123,62,97)
#6C3755
(108,55,85)
#5D3049
(93,48,73)
#4E293D
(78,41,61)
#3F2231
(63,34,49)
#301B25
(48,27,37)
#211419
(33,20,25)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #A85385

#A85385
(168,83,133)
#AF6290
(175,98,144)
#B6719B
(182,113,155)
#BD80A6
(189,128,166)
#C48FB1
(196,143,177)
#CB9EBC
(203,158,188)
#D2ADC7
(210,173,199)
#D9BCD2
(217,188,210)
#E0CBDD
(224,203,221)
#E7DAE8
(231,218,232)
#EEE9F3
(238,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A85385; }

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

This text font color is #A85385.


Background Color

.myBgColor { background-color: #A85385; }

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

This div background color is #A85385.


Border color

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

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

This div border color is #A85385.


Opacity

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

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

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

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

This text has shadow with #A85385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A85385 on black background.


Color preview on white background

This text has color #A85385 on white background.



Black color preview on #A85385 background

This text has black color on #A85385 background.


White color preview on #A85385 background

This text has white color on #A85385 background.