COLOR #A05583

HEX: #A05583
RGB: (160,85,131)

Color info

#A05583 contains mainly red and blue colors. Web safe color of #A05583 is #996699 (or #969).

RGB color model

#A05583 color RGB value is (160,85,131).

  • red value is 160;
  • green value is 85;
  • blue value is 131.
RGB:
(160,85,131)
(63%,33%,51%)

RGB channels and saturation

R 160 of 255 = 63%
G 85 of 255 = 33%
B 131 of 255 = 51%

160
85
131

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

Portions of RGB colors in percentages

R + G + B =
160 + 85 + 131 = 376 (100%)
R 160 of 376 ~ 42.55%
G 85 of 376 ~ 22.61%
B 131 of 376 ~ 34.84%

%42.55
%22.61
%34.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 46.88%
  • yellow value is 18.13%
  • key color value is 37.25%
CMYK:
(0,47,18,37)
C0M47Y18K37 
(0%,47%,18%,37%)
(0.00/0.47/0.18/0.37)	

CMYK percentages

%0
%46.88
%18.13
%37.25

Codes

Color #A05583 in popluar color models

A05583
RGB16085131
HSL323°30.61%48.04%
HSB/HSV323°46.88%62.75%
CMYK0.00%46.88%18.13%
37.25%

Color #A05583 in popluar number systems.

HEXA05583
Decimal16085131
Binary10100000101010110000011
Octal240125203

Shades and tints

Shades of #A05583

#A05583
(160,85,131)
#924E78
(146,78,120)
#84476D
(132,71,109)
#764062
(118,64,98)
#683957
(104,57,87)
#5A324C
(90,50,76)
#4C2B41
(76,43,65)
#3E2436
(62,36,54)
#301D2B
(48,29,43)
#221620
(34,22,32)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #A05583

#A05583
(160,85,131)
#A8648E
(168,100,142)
#B07399
(176,115,153)
#B882A4
(184,130,164)
#C091AF
(192,145,175)
#C8A0BA
(200,160,186)
#D0AFC5
(208,175,197)
#D8BED0
(216,190,208)
#E0CDDB
(224,205,219)
#E8DCE6
(232,220,230)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A05583 color. Also use rgb(160,85,131) instead hex code.

Text Font Color

.myTextColor { color: #A05583; }

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

This text font color is #A05583.


Background Color

.myBgColor { background-color: #A05583; }

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

This div background color is #A05583.


Border color

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

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

This div border color is #A05583.


Opacity

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

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

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

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

This text has shadow with #A05583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A05583 on black background.


Color preview on white background

This text has color #A05583 on white background.



Black color preview on #A05583 background

This text has black color on #A05583 background.


White color preview on #A05583 background

This text has white color on #A05583 background.