COLOR #A182A4

HEX: #A182A4
RGB: (161,130,164)

Color info

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

RGB color model

#A182A4 color RGB value is (161,130,164).

  • red value is 161;
  • green value is 130;
  • blue value is 164.
RGB:
(161,130,164)
(63%,51%,64%)

RGB channels and saturation

R 161 of 255 = 63%
G 130 of 255 = 51%
B 164 of 255 = 64%

161
130
164

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

Portions of RGB colors in percentages

R + G + B =
161 + 130 + 164 = 455 (100%)
R 161 of 455 ~ 35.38%
G 130 of 455 ~ 28.57%
B 164 of 455 ~ 36.04%

%35.38
%28.57
%36.04

CMYK color model

#A182A4 color CMYK value is (2,21,0,36).

  • cyan value is 1.83%
  • magenta value is 20.73%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(2,21,0,36)
C2M21Y0K36 
(2%,21%,0%,36%)
(0.02/0.21/0.00/0.36)	

CMYK percentages

%1.83
%20.73
%0
%35.69

Codes

Color #A182A4 in popluar color models

A182A4
RGB161130164
HSL295°15.74%57.65%
HSB/HSV295°20.73%64.31%
CMYK1.83%20.73%0.00%
35.69%

Color #A182A4 in popluar number systems.

HEXA182A4
Decimal161130164
Binary101000011000001010100100
Octal241202244

Shades and tints

Shades of #A182A4

#A182A4
(161,130,164)
#937796
(147,119,150)
#856C88
(133,108,136)
#77617A
(119,97,122)
#69566C
(105,86,108)
#5B4B5E
(91,75,94)
#4D4050
(77,64,80)
#3F3542
(63,53,66)
#312A34
(49,42,52)
#231F26
(35,31,38)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #A182A4

#A182A4
(161,130,164)
#A98DAC
(169,141,172)
#B198B4
(177,152,180)
#B9A3BC
(185,163,188)
#C1AEC4
(193,174,196)
#C9B9CC
(201,185,204)
#D1C4D4
(209,196,212)
#D9CFDC
(217,207,220)
#E1DAE4
(225,218,228)
#E9E5EC
(233,229,236)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A182A4 color. Also use rgb(161,130,164) instead hex code.

Text Font Color

.myTextColor { color: #A182A4; }

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

This text font color is #A182A4.


Background Color

.myBgColor { background-color: #A182A4; }

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

This div background color is #A182A4.


Border color

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

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

This div border color is #A182A4.


Opacity

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

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

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

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

This text has shadow with #A182A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A182A4 on black background.


Color preview on white background

This text has color #A182A4 on white background.



Black color preview on #A182A4 background

This text has black color on #A182A4 background.


White color preview on #A182A4 background

This text has white color on #A182A4 background.