COLOR #A06587

HEX: #A06587
RGB: (160,101,135)

Color info

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

RGB color model

#A06587 color RGB value is (160,101,135).

  • red value is 160;
  • green value is 101;
  • blue value is 135.
RGB:
(160,101,135)
(63%,40%,53%)

RGB channels and saturation

R 160 of 255 = 63%
G 101 of 255 = 40%
B 135 of 255 = 53%

160
101
135

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

Portions of RGB colors in percentages

R + G + B =
160 + 101 + 135 = 396 (100%)
R 160 of 396 ~ 40.4%
G 101 of 396 ~ 25.51%
B 135 of 396 ~ 34.09%

%40.4
%25.51
%34.09

CMYK color model

#A06587 color CMYK value is (0,37,16,37).

  • cyan value is 0.00%
  • magenta value is 36.88%
  • yellow value is 15.63%
  • key color value is 37.25%
CMYK:
(0,37,16,37)
C0M37Y16K37 
(0%,37%,16%,37%)
(0.00/0.37/0.16/0.37)	

CMYK percentages

%0
%36.88
%15.63
%37.25

Codes

Color #A06587 in popluar color models

A06587
RGB160101135
HSL325°23.69%51.18%
HSB/HSV325°36.88%62.75%
CMYK0.00%36.88%15.63%
37.25%

Color #A06587 in popluar number systems.

HEXA06587
Decimal160101135
Binary10100000110010110000111
Octal240145207

Shades and tints

Shades of #A06587

#A06587
(160,101,135)
#925C7B
(146,92,123)
#84536F
(132,83,111)
#764A63
(118,74,99)
#684157
(104,65,87)
#5A384B
(90,56,75)
#4C2F3F
(76,47,63)
#3E2633
(62,38,51)
#301D27
(48,29,39)
#22141B
(34,20,27)
#140B0F
(20,11,15)
#000000
(0,0,0)

Tints of #A06587

#A06587
(160,101,135)
#A87391
(168,115,145)
#B0819B
(176,129,155)
#B88FA5
(184,143,165)
#C09DAF
(192,157,175)
#C8ABB9
(200,171,185)
#D0B9C3
(208,185,195)
#D8C7CD
(216,199,205)
#E0D5D7
(224,213,215)
#E8E3E1
(232,227,225)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06587 color. Also use rgb(160,101,135) instead hex code.

Text Font Color

.myTextColor { color: #A06587; }

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

This text font color is #A06587.


Background Color

.myBgColor { background-color: #A06587; }

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

This div background color is #A06587.


Border color

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

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

This div border color is #A06587.


Opacity

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

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

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

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

This text has shadow with #A06587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06587 on black background.


Color preview on white background

This text has color #A06587 on white background.



Black color preview on #A06587 background

This text has black color on #A06587 background.


White color preview on #A06587 background

This text has white color on #A06587 background.