COLOR #A482AB

HEX: #A482AB
RGB: (164,130,171)

Color info

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

RGB color model

#A482AB color RGB value is (164,130,171).

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

RGB channels and saturation

R 164 of 255 = 64%
G 130 of 255 = 51%
B 171 of 255 = 67%

164
130
171

R + G + B ~ 61%. #A482AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 130 + 171 = 465 (100%)
R 164 of 465 ~ 35.27%
G 130 of 465 ~ 27.96%
B 171 of 465 ~ 36.77%

%35.27
%27.96
%36.77

CMYK color model

#A482AB color CMYK value is (4,24,0,33).

  • cyan value is 4.09%
  • magenta value is 23.98%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(4,24,0,33)
C4M24Y0K33 
(4%,24%,0%,33%)
(0.04/0.24/0.00/0.33)	

CMYK percentages

%4.09
%23.98
%0
%32.94

Codes

Color #A482AB in popluar color models

A482AB
RGB164130171
HSL290°19.62%59.02%
HSB/HSV290°23.98%67.06%
CMYK4.09%23.98%0.00%
32.94%

Color #A482AB in popluar number systems.

HEXA482AB
Decimal164130171
Binary101001001000001010101011
Octal244202253

Shades and tints

Shades of #A482AB

#A482AB
(164,130,171)
#96779C
(150,119,156)
#886C8D
(136,108,141)
#7A617E
(122,97,126)
#6C566F
(108,86,111)
#5E4B60
(94,75,96)
#504051
(80,64,81)
#423542
(66,53,66)
#342A33
(52,42,51)
#261F24
(38,31,36)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #A482AB

#A482AB
(164,130,171)
#AC8DB2
(172,141,178)
#B498B9
(180,152,185)
#BCA3C0
(188,163,192)
#C4AEC7
(196,174,199)
#CCB9CE
(204,185,206)
#D4C4D5
(212,196,213)
#DCCFDC
(220,207,220)
#E4DAE3
(228,218,227)
#ECE5EA
(236,229,234)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A482AB; }

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

This text font color is #A482AB.


Background Color

.myBgColor { background-color: #A482AB; }

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

This div background color is #A482AB.


Border color

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

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

This div border color is #A482AB.


Opacity

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

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

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

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

This text has shadow with #A482AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A482AB on black background.


Color preview on white background

This text has color #A482AB on white background.



Black color preview on #A482AB background

This text has black color on #A482AB background.


White color preview on #A482AB background

This text has white color on #A482AB background.