COLOR #A484C9

HEX: #A484C9
RGB: (164,132,201)

Color info

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

RGB color model

#A484C9 color RGB value is (164,132,201).

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

RGB channels and saturation

R 164 of 255 = 64%
G 132 of 255 = 52%
B 201 of 255 = 79%

164
132
201

R + G + B ~ 65%. #A484C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 132 + 201 = 497 (100%)
R 164 of 497 ~ 33%
G 132 of 497 ~ 26.56%
B 201 of 497 ~ 40.44%

%33
%26.56
%40.44

CMYK color model

#A484C9 color CMYK value is (18,34,0,21).

  • cyan value is 18.41%
  • magenta value is 34.33%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(18,34,0,21)
C18M34Y0K21 
(18%,34%,0%,21%)
(0.18/0.34/0.00/0.21)	

CMYK percentages

%18.41
%34.33
%0
%21.18

Codes

Color #A484C9 in popluar color models

A484C9
RGB164132201
HSL268°38.98%65.29%
HSB/HSV268°34.33%78.82%
CMYK18.41%34.33%0.00%
21.18%

Color #A484C9 in popluar number systems.

HEXA484C9
Decimal164132201
Binary101001001000010011001001
Octal244204311

Shades and tints

Shades of #A484C9

#A484C9
(164,132,201)
#9678B7
(150,120,183)
#886CA5
(136,108,165)
#7A6093
(122,96,147)
#6C5481
(108,84,129)
#5E486F
(94,72,111)
#503C5D
(80,60,93)
#42304B
(66,48,75)
#342439
(52,36,57)
#261827
(38,24,39)
#180C15
(24,12,21)
#000000
(0,0,0)

Tints of #A484C9

#A484C9
(164,132,201)
#AC8FCD
(172,143,205)
#B49AD1
(180,154,209)
#BCA5D5
(188,165,213)
#C4B0D9
(196,176,217)
#CCBBDD
(204,187,221)
#D4C6E1
(212,198,225)
#DCD1E5
(220,209,229)
#E4DCE9
(228,220,233)
#ECE7ED
(236,231,237)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A484C9; }

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

This text font color is #A484C9.


Background Color

.myBgColor { background-color: #A484C9; }

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

This div background color is #A484C9.


Border color

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

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

This div border color is #A484C9.


Opacity

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

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

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

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

This text has shadow with #A484C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A484C9 on black background.


Color preview on white background

This text has color #A484C9 on white background.



Black color preview on #A484C9 background

This text has black color on #A484C9 background.


White color preview on #A484C9 background

This text has white color on #A484C9 background.