COLOR #A080A7

HEX: #A080A7
RGB: (160,128,167)

Color info

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

RGB color model

#A080A7 color RGB value is (160,128,167).

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

RGB channels and saturation

R 160 of 255 = 63%
G 128 of 255 = 50%
B 167 of 255 = 65%

160
128
167

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

Portions of RGB colors in percentages

R + G + B =
160 + 128 + 167 = 455 (100%)
R 160 of 455 ~ 35.16%
G 128 of 455 ~ 28.13%
B 167 of 455 ~ 36.7%

%35.16
%28.13
%36.7

CMYK color model

#A080A7 color CMYK value is (4,23,0,35).

  • cyan value is 4.19%
  • magenta value is 23.35%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(4,23,0,35)
C4M23Y0K35 
(4%,23%,0%,35%)
(0.04/0.23/0.00/0.35)	

CMYK percentages

%4.19
%23.35
%0
%34.51

Codes

Color #A080A7 in popluar color models

A080A7
RGB160128167
HSL289°18.14%57.84%
HSB/HSV289°23.35%65.49%
CMYK4.19%23.35%0.00%
34.51%

Color #A080A7 in popluar number systems.

HEXA080A7
Decimal160128167
Binary101000001000000010100111
Octal240200247

Shades and tints

Shades of #A080A7

#A080A7
(160,128,167)
#927598
(146,117,152)
#846A89
(132,106,137)
#765F7A
(118,95,122)
#68546B
(104,84,107)
#5A495C
(90,73,92)
#4C3E4D
(76,62,77)
#3E333E
(62,51,62)
#30282F
(48,40,47)
#221D20
(34,29,32)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #A080A7

#A080A7
(160,128,167)
#A88BAF
(168,139,175)
#B096B7
(176,150,183)
#B8A1BF
(184,161,191)
#C0ACC7
(192,172,199)
#C8B7CF
(200,183,207)
#D0C2D7
(208,194,215)
#D8CDDF
(216,205,223)
#E0D8E7
(224,216,231)
#E8E3EF
(232,227,239)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A080A7; }

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

This text font color is #A080A7.


Background Color

.myBgColor { background-color: #A080A7; }

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

This div background color is #A080A7.


Border color

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

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

This div border color is #A080A7.


Opacity

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

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

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

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

This text has shadow with #A080A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A080A7 on black background.


Color preview on white background

This text has color #A080A7 on white background.



Black color preview on #A080A7 background

This text has black color on #A080A7 background.


White color preview on #A080A7 background

This text has white color on #A080A7 background.