COLOR #A85692

HEX: #A85692
RGB: (168,86,146)

Color info

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

RGB color model

#A85692 color RGB value is (168,86,146).

  • red value is 168;
  • green value is 86;
  • blue value is 146.
RGB:
(168,86,146)
(66%,34%,57%)

RGB channels and saturation

R 168 of 255 = 66%
G 86 of 255 = 34%
B 146 of 255 = 57%

168
86
146

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

Portions of RGB colors in percentages

R + G + B =
168 + 86 + 146 = 400 (100%)
R 168 of 400 ~ 42%
G 86 of 400 ~ 21.5%
B 146 of 400 ~ 36.5%

%42
%21.5
%36.5

CMYK color model

#A85692 color CMYK value is (0,49,13,34).

  • cyan value is 0.00%
  • magenta value is 48.81%
  • yellow value is 13.10%
  • key color value is 34.12%
CMYK:
(0,49,13,34)
C0M49Y13K34 
(0%,49%,13%,34%)
(0.00/0.49/0.13/0.34)	

CMYK percentages

%0
%48.81
%13.1
%34.12

Codes

Color #A85692 in popluar color models

A85692
RGB16886146
HSL316°32.28%49.80%
HSB/HSV316°48.81%65.88%
CMYK0.00%48.81%13.10%
34.12%

Color #A85692 in popluar number systems.

HEXA85692
Decimal16886146
Binary10101000101011010010010
Octal250126222

Shades and tints

Shades of #A85692

#A85692
(168,86,146)
#994F85
(153,79,133)
#8A4878
(138,72,120)
#7B416B
(123,65,107)
#6C3A5E
(108,58,94)
#5D3351
(93,51,81)
#4E2C44
(78,44,68)
#3F2537
(63,37,55)
#301E2A
(48,30,42)
#21171D
(33,23,29)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #A85692

#A85692
(168,86,146)
#AF659B
(175,101,155)
#B674A4
(182,116,164)
#BD83AD
(189,131,173)
#C492B6
(196,146,182)
#CBA1BF
(203,161,191)
#D2B0C8
(210,176,200)
#D9BFD1
(217,191,209)
#E0CEDA
(224,206,218)
#E7DDE3
(231,221,227)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A85692 color. Also use rgb(168,86,146) instead hex code.

Text Font Color

.myTextColor { color: #A85692; }

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

This text font color is #A85692.


Background Color

.myBgColor { background-color: #A85692; }

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

This div background color is #A85692.


Border color

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

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

This div border color is #A85692.


Opacity

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

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

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

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

This text has shadow with #A85692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A85692 on black background.


Color preview on white background

This text has color #A85692 on white background.



Black color preview on #A85692 background

This text has black color on #A85692 background.


White color preview on #A85692 background

This text has white color on #A85692 background.