COLOR #A85F9C

HEX: #A85F9C
RGB: (168,95,156)

Color info

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

RGB color model

#A85F9C color RGB value is (168,95,156).

  • red value is 168;
  • green value is 95;
  • blue value is 156.
RGB:
(168,95,156)
(66%,37%,61%)

RGB channels and saturation

R 168 of 255 = 66%
G 95 of 255 = 37%
B 156 of 255 = 61%

168
95
156

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

Portions of RGB colors in percentages

R + G + B =
168 + 95 + 156 = 419 (100%)
R 168 of 419 ~ 40.1%
G 95 of 419 ~ 22.67%
B 156 of 419 ~ 37.23%

%40.1
%22.67
%37.23

CMYK color model

#A85F9C color CMYK value is (0,43,7,34).

  • cyan value is 0.00%
  • magenta value is 43.45%
  • yellow value is 7.14%
  • key color value is 34.12%
CMYK:
(0,43,7,34)
C0M43Y7K34 
(0%,43%,7%,34%)
(0.00/0.43/0.07/0.34)	

CMYK percentages

%0
%43.45
%7.14
%34.12

Codes

Color #A85F9C in popluar color models

A85F9C
RGB16895156
HSL310°29.55%51.57%
HSB/HSV310°43.45%65.88%
CMYK0.00%43.45%7.14%
34.12%

Color #A85F9C in popluar number systems.

HEXA85F9C
Decimal16895156
Binary10101000101111110011100
Octal250137234

Shades and tints

Shades of #A85F9C

#A85F9C
(168,95,156)
#99578E
(153,87,142)
#8A4F80
(138,79,128)
#7B4772
(123,71,114)
#6C3F64
(108,63,100)
#5D3756
(93,55,86)
#4E2F48
(78,47,72)
#3F273A
(63,39,58)
#301F2C
(48,31,44)
#21171E
(33,23,30)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #A85F9C

#A85F9C
(168,95,156)
#AF6DA5
(175,109,165)
#B67BAE
(182,123,174)
#BD89B7
(189,137,183)
#C497C0
(196,151,192)
#CBA5C9
(203,165,201)
#D2B3D2
(210,179,210)
#D9C1DB
(217,193,219)
#E0CFE4
(224,207,228)
#E7DDED
(231,221,237)
#EEEBF6
(238,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A85F9C color. Also use rgb(168,95,156) instead hex code.

Text Font Color

.myTextColor { color: #A85F9C; }

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

This text font color is #A85F9C.


Background Color

.myBgColor { background-color: #A85F9C; }

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

This div background color is #A85F9C.


Border color

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

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

This div border color is #A85F9C.


Opacity

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

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

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

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

This text has shadow with #A85F9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A85F9C on black background.


Color preview on white background

This text has color #A85F9C on white background.



Black color preview on #A85F9C background

This text has black color on #A85F9C background.


White color preview on #A85F9C background

This text has white color on #A85F9C background.