COLOR #A0859B

HEX: #A0859B
RGB: (160,133,155)

Color info

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

RGB color model

#A0859B color RGB value is (160,133,155).

  • red value is 160;
  • green value is 133;
  • blue value is 155.
RGB:
(160,133,155)
(63%,52%,61%)

RGB channels and saturation

R 160 of 255 = 63%
G 133 of 255 = 52%
B 155 of 255 = 61%

160
133
155

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

Portions of RGB colors in percentages

R + G + B =
160 + 133 + 155 = 448 (100%)
R 160 of 448 ~ 35.71%
G 133 of 448 ~ 29.69%
B 155 of 448 ~ 34.6%

%35.71
%29.69
%34.6

CMYK color model

#A0859B color CMYK value is (0,17,3,37).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 3.13%
  • key color value is 37.25%
CMYK:
(0,17,3,37)
C0M17Y3K37 
(0%,17%,3%,37%)
(0.00/0.17/0.03/0.37)	

CMYK percentages

%0
%16.88
%3.13
%37.25

Codes

Color #A0859B in popluar color models

A0859B
RGB160133155
HSL311°12.44%57.45%
HSB/HSV311°16.88%62.75%
CMYK0.00%16.88%3.13%
37.25%

Color #A0859B in popluar number systems.

HEXA0859B
Decimal160133155
Binary101000001000010110011011
Octal240205233

Shades and tints

Shades of #A0859B

#A0859B
(160,133,155)
#92798D
(146,121,141)
#846D7F
(132,109,127)
#766171
(118,97,113)
#685563
(104,85,99)
#5A4955
(90,73,85)
#4C3D47
(76,61,71)
#3E3139
(62,49,57)
#30252B
(48,37,43)
#22191D
(34,25,29)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #A0859B

#A0859B
(160,133,155)
#A890A4
(168,144,164)
#B09BAD
(176,155,173)
#B8A6B6
(184,166,182)
#C0B1BF
(192,177,191)
#C8BCC8
(200,188,200)
#D0C7D1
(208,199,209)
#D8D2DA
(216,210,218)
#E0DDE3
(224,221,227)
#E8E8EC
(232,232,236)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0859B color. Also use rgb(160,133,155) instead hex code.

Text Font Color

.myTextColor { color: #A0859B; }

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

This text font color is #A0859B.


Background Color

.myBgColor { background-color: #A0859B; }

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

This div background color is #A0859B.


Border color

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

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

This div border color is #A0859B.


Opacity

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

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

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

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

This text has shadow with #A0859B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0859B on black background.


Color preview on white background

This text has color #A0859B on white background.



Black color preview on #A0859B background

This text has black color on #A0859B background.


White color preview on #A0859B background

This text has white color on #A0859B background.