COLOR #A084A0

HEX: #A084A0
RGB: (160,132,160)

Color info

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

RGB color model

#A084A0 color RGB value is (160,132,160).

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

RGB channels and saturation

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

160
132
160

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

Portions of RGB colors in percentages

R + G + B =
160 + 132 + 160 = 452 (100%)
R 160 of 452 ~ 35.4%
G 132 of 452 ~ 29.2%
B 160 of 452 ~ 35.4%

%35.4
%29.2
%35.4

CMYK color model

#A084A0 color CMYK value is (0,18,0,37).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(0,18,0,37)
C0M18Y0K37 
(0%,18%,0%,37%)
(0.00/0.18/0.00/0.37)	

CMYK percentages

%0
%17.5
%0
%37.25

Codes

Color #A084A0 in popluar color models

A084A0
RGB160132160
HSL300°12.84%57.25%
HSB/HSV300°17.50%62.75%
CMYK0.00%17.50%0.00%
37.25%

Color #A084A0 in popluar number systems.

HEXA084A0
Decimal160132160
Binary101000001000010010100000
Octal240204240

Shades and tints

Shades of #A084A0

#A084A0
(160,132,160)
#927892
(146,120,146)
#846C84
(132,108,132)
#766076
(118,96,118)
#685468
(104,84,104)
#5A485A
(90,72,90)
#4C3C4C
(76,60,76)
#3E303E
(62,48,62)
#302430
(48,36,48)
#221822
(34,24,34)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #A084A0

#A084A0
(160,132,160)
#A88FA8
(168,143,168)
#B09AB0
(176,154,176)
#B8A5B8
(184,165,184)
#C0B0C0
(192,176,192)
#C8BBC8
(200,187,200)
#D0C6D0
(208,198,208)
#D8D1D8
(216,209,216)
#E0DCE0
(224,220,224)
#E8E7E8
(232,231,232)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A084A0; }

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

This text font color is #A084A0.


Background Color

.myBgColor { background-color: #A084A0; }

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

This div background color is #A084A0.


Border color

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

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

This div border color is #A084A0.


Opacity

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

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

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

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

This text has shadow with #A084A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A084A0 on black background.


Color preview on white background

This text has color #A084A0 on white background.



Black color preview on #A084A0 background

This text has black color on #A084A0 background.


White color preview on #A084A0 background

This text has white color on #A084A0 background.