COLOR #A484D2

HEX: #A484D2
RGB: (164,132,210)

Color info

#A484D2 contains mainly red and blue colors. Web safe color of #A484D2 is #9999CC (or #99C).

RGB color model

#A484D2 color RGB value is (164,132,210).

  • red value is 164;
  • green value is 132;
  • blue value is 210.
RGB:
(164,132,210)
(64%,52%,82%)

RGB channels and saturation

R 164 of 255 = 64%
G 132 of 255 = 52%
B 210 of 255 = 82%

164
132
210

R + G + B ~ 66%. #A484D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 132 + 210 = 506 (100%)
R 164 of 506 ~ 32.41%
G 132 of 506 ~ 26.09%
B 210 of 506 ~ 41.5%

%32.41
%26.09
%41.5

CMYK color model

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

  • cyan value is 21.90%
  • magenta value is 37.14%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(22,37,0,18)
C22M37Y0K18 
(22%,37%,0%,18%)
(0.22/0.37/0.00/0.18)	

CMYK percentages

%21.9
%37.14
%0
%17.65

Codes

Color #A484D2 in popluar color models

A484D2
RGB164132210
HSL265°46.43%67.06%
HSB/HSV265°37.14%82.35%
CMYK21.90%37.14%0.00%
17.65%

Color #A484D2 in popluar number systems.

HEXA484D2
Decimal164132210
Binary101001001000010011010010
Octal244204322

Shades and tints

Shades of #A484D2

#A484D2
(164,132,210)
#9678BF
(150,120,191)
#886CAC
(136,108,172)
#7A6099
(122,96,153)
#6C5486
(108,84,134)
#5E4873
(94,72,115)
#503C60
(80,60,96)
#42304D
(66,48,77)
#34243A
(52,36,58)
#261827
(38,24,39)
#180C14
(24,12,20)
#000000
(0,0,0)

Tints of #A484D2

#A484D2
(164,132,210)
#AC8FD6
(172,143,214)
#B49ADA
(180,154,218)
#BCA5DE
(188,165,222)
#C4B0E2
(196,176,226)
#CCBBE6
(204,187,230)
#D4C6EA
(212,198,234)
#DCD1EE
(220,209,238)
#E4DCF2
(228,220,242)
#ECE7F6
(236,231,246)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A484D2; }

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

This text font color is #A484D2.


Background Color

.myBgColor { background-color: #A484D2; }

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

This div background color is #A484D2.


Border color

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

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

This div border color is #A484D2.


Opacity

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

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

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

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

This text has shadow with #A484D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A484D2 on black background.


Color preview on white background

This text has color #A484D2 on white background.



Black color preview on #A484D2 background

This text has black color on #A484D2 background.


White color preview on #A484D2 background

This text has white color on #A484D2 background.