COLOR #A05F9E

HEX: #A05F9E
RGB: (160,95,158)

Color info

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

RGB color model

#A05F9E color RGB value is (160,95,158).

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

RGB channels and saturation

R 160 of 255 = 63%
G 95 of 255 = 37%
B 158 of 255 = 62%

160
95
158

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

Portions of RGB colors in percentages

R + G + B =
160 + 95 + 158 = 413 (100%)
R 160 of 413 ~ 38.74%
G 95 of 413 ~ 23%
B 158 of 413 ~ 38.26%

%38.74
%23
%38.26

CMYK color model

#A05F9E color CMYK value is (0,41,1,37).

  • cyan value is 0.00%
  • magenta value is 40.63%
  • yellow value is 1.25%
  • key color value is 37.25%
CMYK:
(0,41,1,37)
C0M41Y1K37 
(0%,41%,1%,37%)
(0.00/0.41/0.01/0.37)	

CMYK percentages

%0
%40.63
%1.25
%37.25

Codes

Color #A05F9E in popluar color models

A05F9E
RGB16095158
HSL302°25.49%50.00%
HSB/HSV302°40.63%62.75%
CMYK0.00%40.63%1.25%
37.25%

Color #A05F9E in popluar number systems.

HEXA05F9E
Decimal16095158
Binary10100000101111110011110
Octal240137236

Shades and tints

Shades of #A05F9E

#A05F9E
(160,95,158)
#925790
(146,87,144)
#844F82
(132,79,130)
#764774
(118,71,116)
#683F66
(104,63,102)
#5A3758
(90,55,88)
#4C2F4A
(76,47,74)
#3E273C
(62,39,60)
#301F2E
(48,31,46)
#221720
(34,23,32)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #A05F9E

#A05F9E
(160,95,158)
#A86DA6
(168,109,166)
#B07BAE
(176,123,174)
#B889B6
(184,137,182)
#C097BE
(192,151,190)
#C8A5C6
(200,165,198)
#D0B3CE
(208,179,206)
#D8C1D6
(216,193,214)
#E0CFDE
(224,207,222)
#E8DDE6
(232,221,230)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A05F9E; }

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

This text font color is #A05F9E.


Background Color

.myBgColor { background-color: #A05F9E; }

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

This div background color is #A05F9E.


Border color

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

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

This div border color is #A05F9E.


Opacity

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

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

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

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

This text has shadow with #A05F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A05F9E on black background.


Color preview on white background

This text has color #A05F9E on white background.



Black color preview on #A05F9E background

This text has black color on #A05F9E background.


White color preview on #A05F9E background

This text has white color on #A05F9E background.