COLOR #A05189

HEX: #A05189
RGB: (160,81,137)

Color info

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

RGB color model

#A05189 color RGB value is (160,81,137).

  • red value is 160;
  • green value is 81;
  • blue value is 137.
RGB:
(160,81,137)
(63%,32%,54%)

RGB channels and saturation

R 160 of 255 = 63%
G 81 of 255 = 32%
B 137 of 255 = 54%

160
81
137

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

Portions of RGB colors in percentages

R + G + B =
160 + 81 + 137 = 378 (100%)
R 160 of 378 ~ 42.33%
G 81 of 378 ~ 21.43%
B 137 of 378 ~ 36.24%

%42.33
%21.43
%36.24

CMYK color model

#A05189 color CMYK value is (0,49,14,37).

  • cyan value is 0.00%
  • magenta value is 49.38%
  • yellow value is 14.38%
  • key color value is 37.25%
CMYK:
(0,49,14,37)
C0M49Y14K37 
(0%,49%,14%,37%)
(0.00/0.49/0.14/0.37)	

CMYK percentages

%0
%49.38
%14.38
%37.25

Codes

Color #A05189 in popluar color models

A05189
RGB16081137
HSL317°32.78%47.25%
HSB/HSV317°49.38%62.75%
CMYK0.00%49.38%14.38%
37.25%

Color #A05189 in popluar number systems.

HEXA05189
Decimal16081137
Binary10100000101000110001001
Octal240121211

Shades and tints

Shades of #A05189

#A05189
(160,81,137)
#924A7D
(146,74,125)
#844371
(132,67,113)
#763C65
(118,60,101)
#683559
(104,53,89)
#5A2E4D
(90,46,77)
#4C2741
(76,39,65)
#3E2035
(62,32,53)
#301929
(48,25,41)
#22121D
(34,18,29)
#140B11
(20,11,17)
#000000
(0,0,0)

Tints of #A05189

#A05189
(160,81,137)
#A86093
(168,96,147)
#B06F9D
(176,111,157)
#B87EA7
(184,126,167)
#C08DB1
(192,141,177)
#C89CBB
(200,156,187)
#D0ABC5
(208,171,197)
#D8BACF
(216,186,207)
#E0C9D9
(224,201,217)
#E8D8E3
(232,216,227)
#F0E7ED
(240,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A05189 color. Also use rgb(160,81,137) instead hex code.

Text Font Color

.myTextColor { color: #A05189; }

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

This text font color is #A05189.


Background Color

.myBgColor { background-color: #A05189; }

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

This div background color is #A05189.


Border color

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

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

This div border color is #A05189.


Opacity

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

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

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

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

This text has shadow with #A05189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A05189 on black background.


Color preview on white background

This text has color #A05189 on white background.



Black color preview on #A05189 background

This text has black color on #A05189 background.


White color preview on #A05189 background

This text has white color on #A05189 background.