COLOR #A480A4

HEX: #A480A4
RGB: (164,128,164)

Color info

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

RGB color model

#A480A4 color RGB value is (164,128,164).

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

RGB channels and saturation

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

164
128
164

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

Portions of RGB colors in percentages

R + G + B =
164 + 128 + 164 = 456 (100%)
R 164 of 456 ~ 35.96%
G 128 of 456 ~ 28.07%
B 164 of 456 ~ 35.96%

%35.96
%28.07
%35.96

CMYK color model

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

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

CMYK percentages

%0
%21.95
%0
%35.69

Codes

Color #A480A4 in popluar color models

A480A4
RGB164128164
HSL300°16.51%57.25%
HSB/HSV300°21.95%64.31%
CMYK0.00%21.95%0.00%
35.69%

Color #A480A4 in popluar number systems.

HEXA480A4
Decimal164128164
Binary101001001000000010100100
Octal244200244

Shades and tints

Shades of #A480A4

#A480A4
(164,128,164)
#967596
(150,117,150)
#886A88
(136,106,136)
#7A5F7A
(122,95,122)
#6C546C
(108,84,108)
#5E495E
(94,73,94)
#503E50
(80,62,80)
#423342
(66,51,66)
#342834
(52,40,52)
#261D26
(38,29,38)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #A480A4

#A480A4
(164,128,164)
#AC8BAC
(172,139,172)
#B496B4
(180,150,180)
#BCA1BC
(188,161,188)
#C4ACC4
(196,172,196)
#CCB7CC
(204,183,204)
#D4C2D4
(212,194,212)
#DCCDDC
(220,205,220)
#E4D8E4
(228,216,228)
#ECE3EC
(236,227,236)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A480A4; }

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

This text font color is #A480A4.


Background Color

.myBgColor { background-color: #A480A4; }

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

This div background color is #A480A4.


Border color

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

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

This div border color is #A480A4.


Opacity

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

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

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

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

This text has shadow with #A480A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A480A4 on black background.


Color preview on white background

This text has color #A480A4 on white background.



Black color preview on #A480A4 background

This text has black color on #A480A4 background.


White color preview on #A480A4 background

This text has white color on #A480A4 background.