COLOR #A085A1

HEX: #A085A1
RGB: (160,133,161)

Color info

#A085A1 contains red, green and blue colors in about the same proportion. Web safe color of #A085A1 is #999999 (or #999).

RGB color model

#A085A1 color RGB value is (160,133,161).

  • red value is 160;
  • green value is 133;
  • blue value is 161.
RGB:
(160,133,161)
(63%,52%,63%)

RGB channels and saturation

R 160 of 255 = 63%
G 133 of 255 = 52%
B 161 of 255 = 63%

160
133
161

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

Portions of RGB colors in percentages

R + G + B =
160 + 133 + 161 = 454 (100%)
R 160 of 454 ~ 35.24%
G 133 of 454 ~ 29.3%
B 161 of 454 ~ 35.46%

%35.24
%29.3
%35.46

CMYK color model

#A085A1 color CMYK value is (1,17,0,37).

  • cyan value is 0.62%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(1,17,0,37)
C1M17Y0K37 
(1%,17%,0%,37%)
(0.01/0.17/0.00/0.37)	

CMYK percentages

%0.62
%17.39
%0
%36.86

Codes

Color #A085A1 in popluar color models

A085A1
RGB160133161
HSL298°12.96%57.65%
HSB/HSV298°17.39%63.14%
CMYK0.62%17.39%0.00%
36.86%

Color #A085A1 in popluar number systems.

HEXA085A1
Decimal160133161
Binary101000001000010110100001
Octal240205241

Shades and tints

Shades of #A085A1

#A085A1
(160,133,161)
#927993
(146,121,147)
#846D85
(132,109,133)
#766177
(118,97,119)
#685569
(104,85,105)
#5A495B
(90,73,91)
#4C3D4D
(76,61,77)
#3E313F
(62,49,63)
#302531
(48,37,49)
#221923
(34,25,35)
#140D15
(20,13,21)
#000000
(0,0,0)

Tints of #A085A1

#A085A1
(160,133,161)
#A890A9
(168,144,169)
#B09BB1
(176,155,177)
#B8A6B9
(184,166,185)
#C0B1C1
(192,177,193)
#C8BCC9
(200,188,201)
#D0C7D1
(208,199,209)
#D8D2D9
(216,210,217)
#E0DDE1
(224,221,225)
#E8E8E9
(232,232,233)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A085A1 color. Also use rgb(160,133,161) instead hex code.

Text Font Color

.myTextColor { color: #A085A1; }

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

This text font color is #A085A1.


Background Color

.myBgColor { background-color: #A085A1; }

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

This div background color is #A085A1.


Border color

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

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

This div border color is #A085A1.


Opacity

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

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

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

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

This text has shadow with #A085A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A085A1 on black background.


Color preview on white background

This text has color #A085A1 on white background.



Black color preview on #A085A1 background

This text has black color on #A085A1 background.


White color preview on #A085A1 background

This text has white color on #A085A1 background.