COLOR #A080A4

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

160
128
164

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

Portions of RGB colors in percentages

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

%35.4
%28.32
%36.28

CMYK color model

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

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

CMYK percentages

%2.44
%21.95
%0
%35.69

Codes

Color #A080A4 in popluar color models

A080A4
RGB160128164
HSL293°16.51%57.25%
HSB/HSV293°21.95%64.31%
CMYK2.44%21.95%0.00%
35.69%

Color #A080A4 in popluar number systems.

HEXA080A4
Decimal160128164
Binary101000001000000010100100
Octal240200244

Shades and tints

Shades of #A080A4

#A080A4
(160,128,164)
#927596
(146,117,150)
#846A88
(132,106,136)
#765F7A
(118,95,122)
#68546C
(104,84,108)
#5A495E
(90,73,94)
#4C3E50
(76,62,80)
#3E3342
(62,51,66)
#302834
(48,40,52)
#221D26
(34,29,38)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #A080A4

#A080A4
(160,128,164)
#A88BAC
(168,139,172)
#B096B4
(176,150,180)
#B8A1BC
(184,161,188)
#C0ACC4
(192,172,196)
#C8B7CC
(200,183,204)
#D0C2D4
(208,194,212)
#D8CDDC
(216,205,220)
#E0D8E4
(224,216,228)
#E8E3EC
(232,227,236)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A080A4; }

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

This text font color is #A080A4.


Background Color

.myBgColor { background-color: #A080A4; }

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

This div background color is #A080A4.


Border color

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

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

This div border color is #A080A4.


Opacity

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

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

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

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

This text has shadow with #A080A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A080A4 on black background.


Color preview on white background

This text has color #A080A4 on white background.



Black color preview on #A080A4 background

This text has black color on #A080A4 background.


White color preview on #A080A4 background

This text has white color on #A080A4 background.