COLOR #A084A5

HEX: #A084A5
RGB: (160,132,165)

Color info

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

RGB color model

#A084A5 color RGB value is (160,132,165).

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

RGB channels and saturation

R 160 of 255 = 63%
G 132 of 255 = 52%
B 165 of 255 = 65%

160
132
165

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

Portions of RGB colors in percentages

R + G + B =
160 + 132 + 165 = 457 (100%)
R 160 of 457 ~ 35.01%
G 132 of 457 ~ 28.88%
B 165 of 457 ~ 36.11%

%35.01
%28.88
%36.11

CMYK color model

#A084A5 color CMYK value is (3,20,0,35).

  • cyan value is 3.03%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(3,20,0,35)
C3M20Y0K35 
(3%,20%,0%,35%)
(0.03/0.20/0.00/0.35)	

CMYK percentages

%3.03
%20
%0
%35.29

Codes

Color #A084A5 in popluar color models

A084A5
RGB160132165
HSL291°15.49%58.24%
HSB/HSV291°20.00%64.71%
CMYK3.03%20.00%0.00%
35.29%

Color #A084A5 in popluar number systems.

HEXA084A5
Decimal160132165
Binary101000001000010010100101
Octal240204245

Shades and tints

Shades of #A084A5

#A084A5
(160,132,165)
#927896
(146,120,150)
#846C87
(132,108,135)
#766078
(118,96,120)
#685469
(104,84,105)
#5A485A
(90,72,90)
#4C3C4B
(76,60,75)
#3E303C
(62,48,60)
#30242D
(48,36,45)
#22181E
(34,24,30)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #A084A5

#A084A5
(160,132,165)
#A88FAD
(168,143,173)
#B09AB5
(176,154,181)
#B8A5BD
(184,165,189)
#C0B0C5
(192,176,197)
#C8BBCD
(200,187,205)
#D0C6D5
(208,198,213)
#D8D1DD
(216,209,221)
#E0DCE5
(224,220,229)
#E8E7ED
(232,231,237)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A084A5 color. Also use rgb(160,132,165) instead hex code.

Text Font Color

.myTextColor { color: #A084A5; }

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

This text font color is #A084A5.


Background Color

.myBgColor { background-color: #A084A5; }

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

This div background color is #A084A5.


Border color

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

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

This div border color is #A084A5.


Opacity

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

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

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

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

This text has shadow with #A084A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A084A5 on black background.


Color preview on white background

This text has color #A084A5 on white background.



Black color preview on #A084A5 background

This text has black color on #A084A5 background.


White color preview on #A084A5 background

This text has white color on #A084A5 background.