COLOR #A05893

HEX: #A05893 RGB: (160,88,147)

Color info

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

RGB color model

#A05893 color RGB value is (160,88,147).

RGB: (160,88,147) (63%, 35%, 58%)

RGB channels and saturation

R 160 of 255 = 63%
G 88 of 255 = 35%
B 147 of 255 = 58%

160
88
147

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

Portions of RGB colors in percentages

R + G + B = 160 + 88 + 147 = 395 (100%)
R 160 of 395 ~ 40.51%
G 88 of 395 ~ 22.28%
B 147 of 395 ~ 37.22'%

%40.51
%22.28
%37.22

CMYK color model

#A05893 color CMYK value is (0,45,8,37).

  • cyan value is 0.00%
  • magenta value is 45.00%
  • yellow value is 8.13%
  • key color value is 37.25%

CMYK: (0,45,8,37)
C0M45Y8K37 (0%, 45%, 8%, 37%)
(0.00 / 0.45 / 0.08 / 0.37)

CMYK percentages

%0
%45
%8.13
%37.25

Codes

Color #A05893 in popluar color models

A0 58 93
RGB 160 88 147
HSL 311° 29.03% 48.63%
HSB/HSV 311° 45.00% 62.75%
CMYK 0.00% 45.00% 8.13%
37.25%

Color #A05893 in popluar number systems.

HEX A0 58 93
Decimal 160 88 147
Binary 10100000 1011000 10010011
Octal 240 130 223

Shades and tints

Shades of #A05893

#A05893
(160,88,147)
#925086
(146,80,134)
#844879
(132,72,121)
#76406C
(118,64,108)
#68385F
(104,56,95)
#5A3052
(90,48,82)
#4C2845
(76,40,69)
#3E2038
(62,32,56)
#30182B
(48,24,43)
#22101E
(34,16,30)
#140811
(20,8,17)
#000000
(0,0,0)

Tints of #A05893

#A05893
(160,88,147)
#A8679C
(168,103,156)
#B076A5
(176,118,165)
#B885AE
(184,133,174)
#C094B7
(192,148,183)
#C8A3C0
(200,163,192)
#D0B2C9
(208,178,201)
#D8C1D2
(216,193,210)
#E0D0DB
(224,208,219)
#E8DFE4
(232,223,228)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A05893 color. Also use rgb(160,88,147) instead hex code.

Text Font Color

.myTextColor { color: #A05893; }

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

This text font color is #A05893.

Background Color

.myBgColor { background-color: #A05893; }

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

This div background color is #A05893.

Border color

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

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

This div border color is #A05893.

Opacity

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

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

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

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

This text has shadow with #A05893 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A05893.

Preview

Color preview on black background

This text has color #A05893 on black background.


Color preview on white background

This text has color #A05893 on white background.


Black color preview on #A05893 background

This text has black color on #A05893 background.


White color preview on #A05893 background

This text has white color on #A05893 background.


Related colors

Complementary color

Complementary color for #hex is #5FA76C.


I love getcolorcode.com

Triadic colors

1 #93A058 and #5893A0 with #A05893 are triadic colors.

2 #9358A0 and #58A093 with #A05893 are triadic colors.