COLOR #A85091

HEX: #A85091
RGB: (168,80,145)

Color info

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

RGB color model

#A85091 color RGB value is (168,80,145).

  • red value is 168;
  • green value is 80;
  • blue value is 145.
RGB:
(168,80,145)
(66%,31%,57%)

RGB channels and saturation

R 168 of 255 = 66%
G 80 of 255 = 31%
B 145 of 255 = 57%

168
80
145

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

Portions of RGB colors in percentages

R + G + B =
168 + 80 + 145 = 393 (100%)
R 168 of 393 ~ 42.75%
G 80 of 393 ~ 20.36%
B 145 of 393 ~ 36.9%

%42.75
%20.36
%36.9

CMYK color model

#A85091 color CMYK value is (0,52,14,34).

  • cyan value is 0.00%
  • magenta value is 52.38%
  • yellow value is 13.69%
  • key color value is 34.12%
CMYK:
(0,52,14,34)
C0M52Y14K34 
(0%,52%,14%,34%)
(0.00/0.52/0.14/0.34)	

CMYK percentages

%0
%52.38
%13.69
%34.12

Codes

Color #A85091 in popluar color models

A85091
RGB16880145
HSL316°35.48%48.63%
HSB/HSV316°52.38%65.88%
CMYK0.00%52.38%13.69%
34.12%

Color #A85091 in popluar number systems.

HEXA85091
Decimal16880145
Binary10101000101000010010001
Octal250120221

Shades and tints

Shades of #A85091

#A85091
(168,80,145)
#994984
(153,73,132)
#8A4277
(138,66,119)
#7B3B6A
(123,59,106)
#6C345D
(108,52,93)
#5D2D50
(93,45,80)
#4E2643
(78,38,67)
#3F1F36
(63,31,54)
#301829
(48,24,41)
#21111C
(33,17,28)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #A85091

#A85091
(168,80,145)
#AF5F9B
(175,95,155)
#B66EA5
(182,110,165)
#BD7DAF
(189,125,175)
#C48CB9
(196,140,185)
#CB9BC3
(203,155,195)
#D2AACD
(210,170,205)
#D9B9D7
(217,185,215)
#E0C8E1
(224,200,225)
#E7D7EB
(231,215,235)
#EEE6F5
(238,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A85091 color. Also use rgb(168,80,145) instead hex code.

Text Font Color

.myTextColor { color: #A85091; }

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

This text font color is #A85091.


Background Color

.myBgColor { background-color: #A85091; }

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

This div background color is #A85091.


Border color

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

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

This div border color is #A85091.


Opacity

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

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

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

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

This text has shadow with #A85091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A85091 on black background.


Color preview on white background

This text has color #A85091 on white background.



Black color preview on #A85091 background

This text has black color on #A85091 background.


White color preview on #A85091 background

This text has white color on #A85091 background.