COLOR #A180A5

HEX: #A180A5
RGB: (161,128,165)

Color info

#A180A5 contains red, green and blue colors in about the same proportion. Web safe color of #A180A5 is #996699 (or #969).

RGB color model

#A180A5 color RGB value is (161,128,165).

  • red value is 161;
  • green value is 128;
  • blue value is 165.
RGB:
(161,128,165)
(63%,50%,65%)

RGB channels and saturation

R 161 of 255 = 63%
G 128 of 255 = 50%
B 165 of 255 = 65%

161
128
165

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

Portions of RGB colors in percentages

R + G + B =
161 + 128 + 165 = 454 (100%)
R 161 of 454 ~ 35.46%
G 128 of 454 ~ 28.19%
B 165 of 454 ~ 36.34%

%35.46
%28.19
%36.34

CMYK color model

#A180A5 color CMYK value is (2,22,0,35).

  • cyan value is 2.42%
  • magenta value is 22.42%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(2,22,0,35)
C2M22Y0K35 
(2%,22%,0%,35%)
(0.02/0.22/0.00/0.35)	

CMYK percentages

%2.42
%22.42
%0
%35.29

Codes

Color #A180A5 in popluar color models

A180A5
RGB161128165
HSL294°17.05%57.45%
HSB/HSV294°22.42%64.71%
CMYK2.42%22.42%0.00%
35.29%

Color #A180A5 in popluar number systems.

HEXA180A5
Decimal161128165
Binary101000011000000010100101
Octal241200245

Shades and tints

Shades of #A180A5

#A180A5
(161,128,165)
#937596
(147,117,150)
#856A87
(133,106,135)
#775F78
(119,95,120)
#695469
(105,84,105)
#5B495A
(91,73,90)
#4D3E4B
(77,62,75)
#3F333C
(63,51,60)
#31282D
(49,40,45)
#231D1E
(35,29,30)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #A180A5

#A180A5
(161,128,165)
#A98BAD
(169,139,173)
#B196B5
(177,150,181)
#B9A1BD
(185,161,189)
#C1ACC5
(193,172,197)
#C9B7CD
(201,183,205)
#D1C2D5
(209,194,213)
#D9CDDD
(217,205,221)
#E1D8E5
(225,216,229)
#E9E3ED
(233,227,237)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A180A5 color. Also use rgb(161,128,165) instead hex code.

Text Font Color

.myTextColor { color: #A180A5; }

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

This text font color is #A180A5.


Background Color

.myBgColor { background-color: #A180A5; }

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

This div background color is #A180A5.


Border color

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

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

This div border color is #A180A5.


Opacity

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

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

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

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

This text has shadow with #A180A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A180A5 on black background.


Color preview on white background

This text has color #A180A5 on white background.



Black color preview on #A180A5 background

This text has black color on #A180A5 background.


White color preview on #A180A5 background

This text has white color on #A180A5 background.