COLOR #A05A8E

HEX: #A05A8E
RGB: (160,90,142)

Color info

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

RGB color model

#A05A8E color RGB value is (160,90,142).

  • red value is 160;
  • green value is 90;
  • blue value is 142.
RGB:
(160,90,142)
(63%,35%,56%)

RGB channels and saturation

R 160 of 255 = 63%
G 90 of 255 = 35%
B 142 of 255 = 56%

160
90
142

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

Portions of RGB colors in percentages

R + G + B =
160 + 90 + 142 = 392 (100%)
R 160 of 392 ~ 40.82%
G 90 of 392 ~ 22.96%
B 142 of 392 ~ 36.22%

%40.82
%22.96
%36.22

CMYK color model

#A05A8E color CMYK value is (0,44,11,37).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 11.25%
  • key color value is 37.25%
CMYK:
(0,44,11,37)
C0M44Y11K37 
(0%,44%,11%,37%)
(0.00/0.44/0.11/0.37)	

CMYK percentages

%0
%43.75
%11.25
%37.25

Codes

Color #A05A8E in popluar color models

A05A8E
RGB16090142
HSL315°28.00%49.02%
HSB/HSV315°43.75%62.75%
CMYK0.00%43.75%11.25%
37.25%

Color #A05A8E in popluar number systems.

HEXA05A8E
Decimal16090142
Binary10100000101101010001110
Octal240132216

Shades and tints

Shades of #A05A8E

#A05A8E
(160,90,142)
#925282
(146,82,130)
#844A76
(132,74,118)
#76426A
(118,66,106)
#683A5E
(104,58,94)
#5A3252
(90,50,82)
#4C2A46
(76,42,70)
#3E223A
(62,34,58)
#301A2E
(48,26,46)
#221222
(34,18,34)
#140A16
(20,10,22)
#000000
(0,0,0)

Tints of #A05A8E

#A05A8E
(160,90,142)
#A86998
(168,105,152)
#B078A2
(176,120,162)
#B887AC
(184,135,172)
#C096B6
(192,150,182)
#C8A5C0
(200,165,192)
#D0B4CA
(208,180,202)
#D8C3D4
(216,195,212)
#E0D2DE
(224,210,222)
#E8E1E8
(232,225,232)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A05A8E color. Also use rgb(160,90,142) instead hex code.

Text Font Color

.myTextColor { color: #A05A8E; }

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

This text font color is #A05A8E.


Background Color

.myBgColor { background-color: #A05A8E; }

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

This div background color is #A05A8E.


Border color

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

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

This div border color is #A05A8E.


Opacity

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

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

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

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

This text has shadow with #A05A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A05A8E on black background.


Color preview on white background

This text has color #A05A8E on white background.



Black color preview on #A05A8E background

This text has black color on #A05A8E background.


White color preview on #A05A8E background

This text has white color on #A05A8E background.