COLOR #A05F8E

HEX: #A05F8E
RGB: (160,95,142)

Color info

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

RGB color model

#A05F8E color RGB value is (160,95,142).

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

RGB channels and saturation

R 160 of 255 = 63%
G 95 of 255 = 37%
B 142 of 255 = 56%

160
95
142

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

Portions of RGB colors in percentages

R + G + B =
160 + 95 + 142 = 397 (100%)
R 160 of 397 ~ 40.3%
G 95 of 397 ~ 23.93%
B 142 of 397 ~ 35.77%

%40.3
%23.93
%35.77

CMYK color model

#A05F8E color CMYK value is (0,41,11,37).

  • cyan value is 0.00%
  • magenta value is 40.63%
  • yellow value is 11.25%
  • key color value is 37.25%
CMYK:
(0,41,11,37)
C0M41Y11K37 
(0%,41%,11%,37%)
(0.00/0.41/0.11/0.37)	

CMYK percentages

%0
%40.63
%11.25
%37.25

Codes

Color #A05F8E in popluar color models

A05F8E
RGB16095142
HSL317°25.49%50.00%
HSB/HSV317°40.63%62.75%
CMYK0.00%40.63%11.25%
37.25%

Color #A05F8E in popluar number systems.

HEXA05F8E
Decimal16095142
Binary10100000101111110001110
Octal240137216

Shades and tints

Shades of #A05F8E

#A05F8E
(160,95,142)
#925782
(146,87,130)
#844F76
(132,79,118)
#76476A
(118,71,106)
#683F5E
(104,63,94)
#5A3752
(90,55,82)
#4C2F46
(76,47,70)
#3E273A
(62,39,58)
#301F2E
(48,31,46)
#221722
(34,23,34)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #A05F8E

#A05F8E
(160,95,142)
#A86D98
(168,109,152)
#B07BA2
(176,123,162)
#B889AC
(184,137,172)
#C097B6
(192,151,182)
#C8A5C0
(200,165,192)
#D0B3CA
(208,179,202)
#D8C1D4
(216,193,212)
#E0CFDE
(224,207,222)
#E8DDE8
(232,221,232)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A05F8E; }

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

This text font color is #A05F8E.


Background Color

.myBgColor { background-color: #A05F8E; }

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

This div background color is #A05F8E.


Border color

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

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

This div border color is #A05F8E.


Opacity

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

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

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

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

This text has shadow with #A05F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A05F8E on black background.


Color preview on white background

This text has color #A05F8E on white background.



Black color preview on #A05F8E background

This text has black color on #A05F8E background.


White color preview on #A05F8E background

This text has white color on #A05F8E background.