COLOR #A0809C

HEX: #A0809C RGB: (160,128,156)

Color info

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

RGB color model

#A0809C color RGB value is (160,128,156).

RGB: (160,128,156) (63%, 50%, 61%)

RGB channels and saturation

R 160 of 255 = 63%
G 128 of 255 = 50%
B 156 of 255 = 61%

160
128
156

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

Portions of RGB colors in percentages

R + G + B = 160 + 128 + 156 = 444 (100%)
R 160 of 444 ~ 36.04%
G 128 of 444 ~ 28.83%
B 156 of 444 ~ 35.14'%

%36.04
%28.83
%35.14

CMYK color model

#A0809C color CMYK value is (0,20,2,37).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 2.50%
  • key color value is 37.25%

CMYK: (0,20,2,37)
C0M20Y2K37 (0%, 20%, 2%, 37%)
(0.00 / 0.20 / 0.02 / 0.37)

CMYK percentages

%0
%20
%2.5
%37.25

Codes

Color #A0809C in popluar color models

A0 80 9C
RGB 160 128 156
HSL 308° 14.41% 56.47%
HSB/HSV 308° 20.00% 62.75%
CMYK 0.00% 20.00% 2.50%
37.25%

Color #A0809C in popluar number systems.

HEX A0 80 9C
Decimal 160 128 156
Binary 10100000 10000000 10011100
Octal 240 200 234

Shades and tints

Shades of #A0809C

#A0809C
(160,128,156)
#92758E
(146,117,142)
#846A80
(132,106,128)
#765F72
(118,95,114)
#685464
(104,84,100)
#5A4956
(90,73,86)
#4C3E48
(76,62,72)
#3E333A
(62,51,58)
#30282C
(48,40,44)
#221D1E
(34,29,30)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #A0809C

#A0809C
(160,128,156)
#A88BA5
(168,139,165)
#B096AE
(176,150,174)
#B8A1B7
(184,161,183)
#C0ACC0
(192,172,192)
#C8B7C9
(200,183,201)
#D0C2D2
(208,194,210)
#D8CDDB
(216,205,219)
#E0D8E4
(224,216,228)
#E8E3ED
(232,227,237)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0809C; }

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

This text font color is #A0809C.

Background Color

.myBgColor { background-color: #A0809C; }

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

This div background color is #A0809C.

Border color

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

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

This div border color is #A0809C.

Opacity

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

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

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

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

This text has shadow with #A0809C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0809C.

Preview

Color preview on black background

This text has color #A0809C on black background.


Color preview on white background

This text has color #A0809C on white background.


Black color preview on #A0809C background

This text has black color on #A0809C background.


White color preview on #A0809C background

This text has white color on #A0809C background.


Related colors

Complementary color

Complementary color for #hex is #5F7F63.


I love getcolorcode.com

Triadic colors

1 #9CA080 and #809CA0 with #A0809C are triadic colors.

2 #9C80A0 and #80A09C with #A0809C are triadic colors.