COLOR #A480A0

HEX: #A480A0
RGB: (164,128,160)

Color info

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

RGB color model

#A480A0 color RGB value is (164,128,160).

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

RGB channels and saturation

R 164 of 255 = 64%
G 128 of 255 = 50%
B 160 of 255 = 63%

164
128
160

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

Portions of RGB colors in percentages

R + G + B =
164 + 128 + 160 = 452 (100%)
R 164 of 452 ~ 36.28%
G 128 of 452 ~ 28.32%
B 160 of 452 ~ 35.4%

%36.28
%28.32
%35.4

CMYK color model

#A480A0 color CMYK value is (0,22,2,36).

  • cyan value is 0.00%
  • magenta value is 21.95%
  • yellow value is 2.44%
  • key color value is 35.69%
CMYK:
(0,22,2,36)
C0M22Y2K36 
(0%,22%,2%,36%)
(0.00/0.22/0.02/0.36)	

CMYK percentages

%0
%21.95
%2.44
%35.69

Codes

Color #A480A0 in popluar color models

A480A0
RGB164128160
HSL307°16.51%57.25%
HSB/HSV307°21.95%64.31%
CMYK0.00%21.95%2.44%
35.69%

Color #A480A0 in popluar number systems.

HEXA480A0
Decimal164128160
Binary101001001000000010100000
Octal244200240

Shades and tints

Shades of #A480A0

#A480A0
(164,128,160)
#967592
(150,117,146)
#886A84
(136,106,132)
#7A5F76
(122,95,118)
#6C5468
(108,84,104)
#5E495A
(94,73,90)
#503E4C
(80,62,76)
#42333E
(66,51,62)
#342830
(52,40,48)
#261D22
(38,29,34)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #A480A0

#A480A0
(164,128,160)
#AC8BA8
(172,139,168)
#B496B0
(180,150,176)
#BCA1B8
(188,161,184)
#C4ACC0
(196,172,192)
#CCB7C8
(204,183,200)
#D4C2D0
(212,194,208)
#DCCDD8
(220,205,216)
#E4D8E0
(228,216,224)
#ECE3E8
(236,227,232)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A480A0; }

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

This text font color is #A480A0.


Background Color

.myBgColor { background-color: #A480A0; }

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

This div background color is #A480A0.


Border color

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

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

This div border color is #A480A0.


Opacity

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

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

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

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

This text has shadow with #A480A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A480A0 on black background.


Color preview on white background

This text has color #A480A0 on white background.



Black color preview on #A480A0 background

This text has black color on #A480A0 background.


White color preview on #A480A0 background

This text has white color on #A480A0 background.