COLOR #A480AA

HEX: #A480AA
RGB: (164,128,170)

Color info

#A480AA contains red, green and blue colors in about the same proportion. Web safe color of #A480AA is #996699 (or #969).

RGB color model

#A480AA color RGB value is (164,128,170).

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

RGB channels and saturation

R 164 of 255 = 64%
G 128 of 255 = 50%
B 170 of 255 = 67%

164
128
170

R + G + B ~ 60%. #A480AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
164 + 128 + 170 = 462 (100%)
R 164 of 462 ~ 35.5%
G 128 of 462 ~ 27.71%
B 170 of 462 ~ 36.8%

%35.5
%27.71
%36.8

CMYK color model

#A480AA color CMYK value is (4,25,0,33).

  • cyan value is 3.53%
  • magenta value is 24.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(4,25,0,33)
C4M25Y0K33 
(4%,25%,0%,33%)
(0.04/0.25/0.00/0.33)	

CMYK percentages

%3.53
%24.71
%0
%33.33

Codes

Color #A480AA in popluar color models

A480AA
RGB164128170
HSL291°19.81%58.43%
HSB/HSV291°24.71%66.67%
CMYK3.53%24.71%0.00%
33.33%

Color #A480AA in popluar number systems.

HEXA480AA
Decimal164128170
Binary101001001000000010101010
Octal244200252

Shades and tints

Shades of #A480AA

#A480AA
(164,128,170)
#96759B
(150,117,155)
#886A8C
(136,106,140)
#7A5F7D
(122,95,125)
#6C546E
(108,84,110)
#5E495F
(94,73,95)
#503E50
(80,62,80)
#423341
(66,51,65)
#342832
(52,40,50)
#261D23
(38,29,35)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #A480AA

#A480AA
(164,128,170)
#AC8BB1
(172,139,177)
#B496B8
(180,150,184)
#BCA1BF
(188,161,191)
#C4ACC6
(196,172,198)
#CCB7CD
(204,183,205)
#D4C2D4
(212,194,212)
#DCCDDB
(220,205,219)
#E4D8E2
(228,216,226)
#ECE3E9
(236,227,233)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A480AA; }

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

This text font color is #A480AA.


Background Color

.myBgColor { background-color: #A480AA; }

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

This div background color is #A480AA.


Border color

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

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

This div border color is #A480AA.


Opacity

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

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

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

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

This text has shadow with #A480AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A480AA on black background.


Color preview on white background

This text has color #A480AA on white background.



Black color preview on #A480AA background

This text has black color on #A480AA background.


White color preview on #A480AA background

This text has white color on #A480AA background.