COLOR #A05592

HEX: #A05592
RGB: (160,85,146)

Color info

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

RGB color model

#A05592 color RGB value is (160,85,146).

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

RGB channels and saturation

R 160 of 255 = 63%
G 85 of 255 = 33%
B 146 of 255 = 57%

160
85
146

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

Portions of RGB colors in percentages

R + G + B =
160 + 85 + 146 = 391 (100%)
R 160 of 391 ~ 40.92%
G 85 of 391 ~ 21.74%
B 146 of 391 ~ 37.34%

%40.92
%21.74
%37.34

CMYK color model

#A05592 color CMYK value is (0,47,9,37).

  • cyan value is 0.00%
  • magenta value is 46.88%
  • yellow value is 8.75%
  • key color value is 37.25%
CMYK:
(0,47,9,37)
C0M47Y9K37 
(0%,47%,9%,37%)
(0.00/0.47/0.09/0.37)	

CMYK percentages

%0
%46.88
%8.75
%37.25

Codes

Color #A05592 in popluar color models

A05592
RGB16085146
HSL311°30.61%48.04%
HSB/HSV311°46.88%62.75%
CMYK0.00%46.88%8.75%
37.25%

Color #A05592 in popluar number systems.

HEXA05592
Decimal16085146
Binary10100000101010110010010
Octal240125222

Shades and tints

Shades of #A05592

#A05592
(160,85,146)
#924E85
(146,78,133)
#844778
(132,71,120)
#76406B
(118,64,107)
#68395E
(104,57,94)
#5A3251
(90,50,81)
#4C2B44
(76,43,68)
#3E2437
(62,36,55)
#301D2A
(48,29,42)
#22161D
(34,22,29)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #A05592

#A05592
(160,85,146)
#A8649B
(168,100,155)
#B073A4
(176,115,164)
#B882AD
(184,130,173)
#C091B6
(192,145,182)
#C8A0BF
(200,160,191)
#D0AFC8
(208,175,200)
#D8BED1
(216,190,209)
#E0CDDA
(224,205,218)
#E8DCE3
(232,220,227)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A05592; }

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

This text font color is #A05592.


Background Color

.myBgColor { background-color: #A05592; }

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

This div background color is #A05592.


Border color

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

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

This div border color is #A05592.


Opacity

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

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

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

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

This text has shadow with #A05592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A05592 on black background.


Color preview on white background

This text has color #A05592 on white background.



Black color preview on #A05592 background

This text has black color on #A05592 background.


White color preview on #A05592 background

This text has white color on #A05592 background.