COLOR #A085A7

HEX: #A085A7
RGB: (160,133,167)

Color info

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

RGB color model

#A085A7 color RGB value is (160,133,167).

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

RGB channels and saturation

R 160 of 255 = 63%
G 133 of 255 = 52%
B 167 of 255 = 65%

160
133
167

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

Portions of RGB colors in percentages

R + G + B =
160 + 133 + 167 = 460 (100%)
R 160 of 460 ~ 34.78%
G 133 of 460 ~ 28.91%
B 167 of 460 ~ 36.3%

%34.78
%28.91
%36.3

CMYK color model

#A085A7 color CMYK value is (4,20,0,35).

  • cyan value is 4.19%
  • magenta value is 20.36%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(4,20,0,35)
C4M20Y0K35 
(4%,20%,0%,35%)
(0.04/0.20/0.00/0.35)	

CMYK percentages

%4.19
%20.36
%0
%34.51

Codes

Color #A085A7 in popluar color models

A085A7
RGB160133167
HSL288°16.19%58.82%
HSB/HSV288°20.36%65.49%
CMYK4.19%20.36%0.00%
34.51%

Color #A085A7 in popluar number systems.

HEXA085A7
Decimal160133167
Binary101000001000010110100111
Octal240205247

Shades and tints

Shades of #A085A7

#A085A7
(160,133,167)
#927998
(146,121,152)
#846D89
(132,109,137)
#76617A
(118,97,122)
#68556B
(104,85,107)
#5A495C
(90,73,92)
#4C3D4D
(76,61,77)
#3E313E
(62,49,62)
#30252F
(48,37,47)
#221920
(34,25,32)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #A085A7

#A085A7
(160,133,167)
#A890AF
(168,144,175)
#B09BB7
(176,155,183)
#B8A6BF
(184,166,191)
#C0B1C7
(192,177,199)
#C8BCCF
(200,188,207)
#D0C7D7
(208,199,215)
#D8D2DF
(216,210,223)
#E0DDE7
(224,221,231)
#E8E8EF
(232,232,239)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A085A7; }

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

This text font color is #A085A7.


Background Color

.myBgColor { background-color: #A085A7; }

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

This div background color is #A085A7.


Border color

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

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

This div border color is #A085A7.


Opacity

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

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

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

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

This text has shadow with #A085A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A085A7 on black background.


Color preview on white background

This text has color #A085A7 on white background.



Black color preview on #A085A7 background

This text has black color on #A085A7 background.


White color preview on #A085A7 background

This text has white color on #A085A7 background.