COLOR #A05396

HEX: #A05396
RGB: (160,83,150)

Color info

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

RGB color model

#A05396 color RGB value is (160,83,150).

  • red value is 160;
  • green value is 83;
  • blue value is 150.
RGB:
(160,83,150)
(63%,33%,59%)

RGB channels and saturation

R 160 of 255 = 63%
G 83 of 255 = 33%
B 150 of 255 = 59%

160
83
150

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

Portions of RGB colors in percentages

R + G + B =
160 + 83 + 150 = 393 (100%)
R 160 of 393 ~ 40.71%
G 83 of 393 ~ 21.12%
B 150 of 393 ~ 38.17%

%40.71
%21.12
%38.17

CMYK color model

#A05396 color CMYK value is (0,48,6,37).

  • cyan value is 0.00%
  • magenta value is 48.13%
  • yellow value is 6.25%
  • key color value is 37.25%
CMYK:
(0,48,6,37)
C0M48Y6K37 
(0%,48%,6%,37%)
(0.00/0.48/0.06/0.37)	

CMYK percentages

%0
%48.13
%6.25
%37.25

Codes

Color #A05396 in popluar color models

A05396
RGB16083150
HSL308°31.69%47.65%
HSB/HSV308°48.13%62.75%
CMYK0.00%48.13%6.25%
37.25%

Color #A05396 in popluar number systems.

HEXA05396
Decimal16083150
Binary10100000101001110010110
Octal240123226

Shades and tints

Shades of #A05396

#A05396
(160,83,150)
#924C89
(146,76,137)
#84457C
(132,69,124)
#763E6F
(118,62,111)
#683762
(104,55,98)
#5A3055
(90,48,85)
#4C2948
(76,41,72)
#3E223B
(62,34,59)
#301B2E
(48,27,46)
#221421
(34,20,33)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #A05396

#A05396
(160,83,150)
#A8629F
(168,98,159)
#B071A8
(176,113,168)
#B880B1
(184,128,177)
#C08FBA
(192,143,186)
#C89EC3
(200,158,195)
#D0ADCC
(208,173,204)
#D8BCD5
(216,188,213)
#E0CBDE
(224,203,222)
#E8DAE7
(232,218,231)
#F0E9F0
(240,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A05396 color. Also use rgb(160,83,150) instead hex code.

Text Font Color

.myTextColor { color: #A05396; }

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

This text font color is #A05396.


Background Color

.myBgColor { background-color: #A05396; }

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

This div background color is #A05396.


Border color

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

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

This div border color is #A05396.


Opacity

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

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

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

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

This text has shadow with #A05396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A05396 on black background.


Color preview on white background

This text has color #A05396 on white background.



Black color preview on #A05396 background

This text has black color on #A05396 background.


White color preview on #A05396 background

This text has white color on #A05396 background.