COLOR #A480D9

HEX: #A480D9
RGB: (164,128,217)

Color info

#A480D9 contains mainly red and blue colors. Web safe color of #A480D9 is #9966CC (or #96C).

RGB color model

#A480D9 color RGB value is (164,128,217).

  • red value is 164;
  • green value is 128;
  • blue value is 217.
RGB:
(164,128,217)
(64%,50%,85%)

RGB channels and saturation

R 164 of 255 = 64%
G 128 of 255 = 50%
B 217 of 255 = 85%

164
128
217

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

Portions of RGB colors in percentages

R + G + B =
164 + 128 + 217 = 509 (100%)
R 164 of 509 ~ 32.22%
G 128 of 509 ~ 25.15%
B 217 of 509 ~ 42.63%

%32.22
%25.15
%42.63

CMYK color model

#A480D9 color CMYK value is (24,41,0,15).

  • cyan value is 24.42%
  • magenta value is 41.01%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(24,41,0,15)
C24M41Y0K15 
(24%,41%,0%,15%)
(0.24/0.41/0.00/0.15)	

CMYK percentages

%24.42
%41.01
%0
%14.9

Codes

Color #A480D9 in popluar color models

A480D9
RGB164128217
HSL264°53.94%67.65%
HSB/HSV264°41.01%85.10%
CMYK24.42%41.01%0.00%
14.90%

Color #A480D9 in popluar number systems.

HEXA480D9
Decimal164128217
Binary101001001000000011011001
Octal244200331

Shades and tints

Shades of #A480D9

#A480D9
(164,128,217)
#9675C6
(150,117,198)
#886AB3
(136,106,179)
#7A5FA0
(122,95,160)
#6C548D
(108,84,141)
#5E497A
(94,73,122)
#503E67
(80,62,103)
#423354
(66,51,84)
#342841
(52,40,65)
#261D2E
(38,29,46)
#18121B
(24,18,27)
#000000
(0,0,0)

Tints of #A480D9

#A480D9
(164,128,217)
#AC8BDC
(172,139,220)
#B496DF
(180,150,223)
#BCA1E2
(188,161,226)
#C4ACE5
(196,172,229)
#CCB7E8
(204,183,232)
#D4C2EB
(212,194,235)
#DCCDEE
(220,205,238)
#E4D8F1
(228,216,241)
#ECE3F4
(236,227,244)
#F4EEF7
(244,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A480D9 color. Also use rgb(164,128,217) instead hex code.

Text Font Color

.myTextColor { color: #A480D9; }

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

This text font color is #A480D9.


Background Color

.myBgColor { background-color: #A480D9; }

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

This div background color is #A480D9.


Border color

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

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

This div border color is #A480D9.


Opacity

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

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

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

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

This text has shadow with #A480D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A480D9 on black background.


Color preview on white background

This text has color #A480D9 on white background.



Black color preview on #A480D9 background

This text has black color on #A480D9 background.


White color preview on #A480D9 background

This text has white color on #A480D9 background.