COLOR #A081A5

HEX: #A081A5
RGB: (160,129,165)

Color info

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

RGB color model

#A081A5 color RGB value is (160,129,165).

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

RGB channels and saturation

R 160 of 255 = 63%
G 129 of 255 = 51%
B 165 of 255 = 65%

160
129
165

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

Portions of RGB colors in percentages

R + G + B =
160 + 129 + 165 = 454 (100%)
R 160 of 454 ~ 35.24%
G 129 of 454 ~ 28.41%
B 165 of 454 ~ 36.34%

%35.24
%28.41
%36.34

CMYK color model

#A081A5 color CMYK value is (3,22,0,35).

  • cyan value is 3.03%
  • magenta value is 21.82%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(3,22,0,35)
C3M22Y0K35 
(3%,22%,0%,35%)
(0.03/0.22/0.00/0.35)	

CMYK percentages

%3.03
%21.82
%0
%35.29

Codes

Color #A081A5 in popluar color models

A081A5
RGB160129165
HSL292°16.67%57.65%
HSB/HSV292°21.82%64.71%
CMYK3.03%21.82%0.00%
35.29%

Color #A081A5 in popluar number systems.

HEXA081A5
Decimal160129165
Binary101000001000000110100101
Octal240201245

Shades and tints

Shades of #A081A5

#A081A5
(160,129,165)
#927696
(146,118,150)
#846B87
(132,107,135)
#766078
(118,96,120)
#685569
(104,85,105)
#5A4A5A
(90,74,90)
#4C3F4B
(76,63,75)
#3E343C
(62,52,60)
#30292D
(48,41,45)
#221E1E
(34,30,30)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #A081A5

#A081A5
(160,129,165)
#A88CAD
(168,140,173)
#B097B5
(176,151,181)
#B8A2BD
(184,162,189)
#C0ADC5
(192,173,197)
#C8B8CD
(200,184,205)
#D0C3D5
(208,195,213)
#D8CEDD
(216,206,221)
#E0D9E5
(224,217,229)
#E8E4ED
(232,228,237)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A081A5; }

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

This text font color is #A081A5.


Background Color

.myBgColor { background-color: #A081A5; }

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

This div background color is #A081A5.


Border color

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

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

This div border color is #A081A5.


Opacity

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

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

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

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

This text has shadow with #A081A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A081A5 on black background.


Color preview on white background

This text has color #A081A5 on white background.



Black color preview on #A081A5 background

This text has black color on #A081A5 background.


White color preview on #A081A5 background

This text has white color on #A081A5 background.