COLOR #A0819E

HEX: #A0819E
RGB: (160,129,158)

Color info

#A0819E contains red, green and blue colors in about the same proportion. Web safe color of #A0819E is #999999 (or #999).

RGB color model

#A0819E color RGB value is (160,129,158).

  • red value is 160;
  • green value is 129;
  • blue value is 158.
RGB:
(160,129,158)
(63%,51%,62%)

RGB channels and saturation

R 160 of 255 = 63%
G 129 of 255 = 51%
B 158 of 255 = 62%

160
129
158

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

Portions of RGB colors in percentages

R + G + B =
160 + 129 + 158 = 447 (100%)
R 160 of 447 ~ 35.79%
G 129 of 447 ~ 28.86%
B 158 of 447 ~ 35.35%

%35.79
%28.86
%35.35

CMYK color model

#A0819E color CMYK value is (0,19,1,37).

  • cyan value is 0.00%
  • magenta value is 19.38%
  • yellow value is 1.25%
  • key color value is 37.25%
CMYK:
(0,19,1,37)
C0M19Y1K37 
(0%,19%,1%,37%)
(0.00/0.19/0.01/0.37)	

CMYK percentages

%0
%19.38
%1.25
%37.25

Codes

Color #A0819E in popluar color models

A0819E
RGB160129158
HSL304°14.03%56.67%
HSB/HSV304°19.38%62.75%
CMYK0.00%19.38%1.25%
37.25%

Color #A0819E in popluar number systems.

HEXA0819E
Decimal160129158
Binary101000001000000110011110
Octal240201236

Shades and tints

Shades of #A0819E

#A0819E
(160,129,158)
#927690
(146,118,144)
#846B82
(132,107,130)
#766074
(118,96,116)
#685566
(104,85,102)
#5A4A58
(90,74,88)
#4C3F4A
(76,63,74)
#3E343C
(62,52,60)
#30292E
(48,41,46)
#221E20
(34,30,32)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #A0819E

#A0819E
(160,129,158)
#A88CA6
(168,140,166)
#B097AE
(176,151,174)
#B8A2B6
(184,162,182)
#C0ADBE
(192,173,190)
#C8B8C6
(200,184,198)
#D0C3CE
(208,195,206)
#D8CED6
(216,206,214)
#E0D9DE
(224,217,222)
#E8E4E6
(232,228,230)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0819E color. Also use rgb(160,129,158) instead hex code.

Text Font Color

.myTextColor { color: #A0819E; }

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

This text font color is #A0819E.


Background Color

.myBgColor { background-color: #A0819E; }

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

This div background color is #A0819E.


Border color

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

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

This div border color is #A0819E.


Opacity

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

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

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

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

This text has shadow with #A0819E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0819E on black background.


Color preview on white background

This text has color #A0819E on white background.



Black color preview on #A0819E background

This text has black color on #A0819E background.


White color preview on #A0819E background

This text has white color on #A0819E background.