COLOR #A480D3

HEX: #A480D3
RGB: (164,128,211)

Color info

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

RGB color model

#A480D3 color RGB value is (164,128,211).

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

RGB channels and saturation

R 164 of 255 = 64%
G 128 of 255 = 50%
B 211 of 255 = 83%

164
128
211

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

Portions of RGB colors in percentages

R + G + B =
164 + 128 + 211 = 503 (100%)
R 164 of 503 ~ 32.6%
G 128 of 503 ~ 25.45%
B 211 of 503 ~ 41.95%

%32.6
%25.45
%41.95

CMYK color model

#A480D3 color CMYK value is (22,39,0,17).

  • cyan value is 22.27%
  • magenta value is 39.34%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(22,39,0,17)
C22M39Y0K17 
(22%,39%,0%,17%)
(0.22/0.39/0.00/0.17)	

CMYK percentages

%22.27
%39.34
%0
%17.25

Codes

Color #A480D3 in popluar color models

A480D3
RGB164128211
HSL266°48.54%66.47%
HSB/HSV266°39.34%82.75%
CMYK22.27%39.34%0.00%
17.25%

Color #A480D3 in popluar number systems.

HEXA480D3
Decimal164128211
Binary101001001000000011010011
Octal244200323

Shades and tints

Shades of #A480D3

#A480D3
(164,128,211)
#9675C0
(150,117,192)
#886AAD
(136,106,173)
#7A5F9A
(122,95,154)
#6C5487
(108,84,135)
#5E4974
(94,73,116)
#503E61
(80,62,97)
#42334E
(66,51,78)
#34283B
(52,40,59)
#261D28
(38,29,40)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #A480D3

#A480D3
(164,128,211)
#AC8BD7
(172,139,215)
#B496DB
(180,150,219)
#BCA1DF
(188,161,223)
#C4ACE3
(196,172,227)
#CCB7E7
(204,183,231)
#D4C2EB
(212,194,235)
#DCCDEF
(220,205,239)
#E4D8F3
(228,216,243)
#ECE3F7
(236,227,247)
#F4EEFB
(244,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A480D3; }

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

This text font color is #A480D3.


Background Color

.myBgColor { background-color: #A480D3; }

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

This div background color is #A480D3.


Border color

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

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

This div border color is #A480D3.


Opacity

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

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

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

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

This text has shadow with #A480D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A480D3 on black background.


Color preview on white background

This text has color #A480D3 on white background.



Black color preview on #A480D3 background

This text has black color on #A480D3 background.


White color preview on #A480D3 background

This text has white color on #A480D3 background.