COLOR #A06584

HEX: #A06584
RGB: (160,101,132)

Color info

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

RGB color model

#A06584 color RGB value is (160,101,132).

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

RGB channels and saturation

R 160 of 255 = 63%
G 101 of 255 = 40%
B 132 of 255 = 52%

160
101
132

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

Portions of RGB colors in percentages

R + G + B =
160 + 101 + 132 = 393 (100%)
R 160 of 393 ~ 40.71%
G 101 of 393 ~ 25.7%
B 132 of 393 ~ 33.59%

%40.71
%25.7
%33.59

CMYK color model

#A06584 color CMYK value is (0,37,18,37).

  • cyan value is 0.00%
  • magenta value is 36.88%
  • yellow value is 17.50%
  • key color value is 37.25%
CMYK:
(0,37,18,37)
C0M37Y18K37 
(0%,37%,18%,37%)
(0.00/0.37/0.18/0.37)	

CMYK percentages

%0
%36.88
%17.5
%37.25

Codes

Color #A06584 in popluar color models

A06584
RGB160101132
HSL328°23.69%51.18%
HSB/HSV328°36.88%62.75%
CMYK0.00%36.88%17.50%
37.25%

Color #A06584 in popluar number systems.

HEXA06584
Decimal160101132
Binary10100000110010110000100
Octal240145204

Shades and tints

Shades of #A06584

#A06584
(160,101,132)
#925C78
(146,92,120)
#84536C
(132,83,108)
#764A60
(118,74,96)
#684154
(104,65,84)
#5A3848
(90,56,72)
#4C2F3C
(76,47,60)
#3E2630
(62,38,48)
#301D24
(48,29,36)
#221418
(34,20,24)
#140B0C
(20,11,12)
#000000
(0,0,0)

Tints of #A06584

#A06584
(160,101,132)
#A8738F
(168,115,143)
#B0819A
(176,129,154)
#B88FA5
(184,143,165)
#C09DB0
(192,157,176)
#C8ABBB
(200,171,187)
#D0B9C6
(208,185,198)
#D8C7D1
(216,199,209)
#E0D5DC
(224,213,220)
#E8E3E7
(232,227,231)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06584; }

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

This text font color is #A06584.


Background Color

.myBgColor { background-color: #A06584; }

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

This div background color is #A06584.


Border color

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

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

This div border color is #A06584.


Opacity

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

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

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

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

This text has shadow with #A06584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06584 on black background.


Color preview on white background

This text has color #A06584 on white background.



Black color preview on #A06584 background

This text has black color on #A06584 background.


White color preview on #A06584 background

This text has white color on #A06584 background.