COLOR #A35980

HEX: #A35980
RGB: (163,89,128)

Color info

#A35980 contains mainly red and blue colors. Web safe color of #A35980 is #996666 (or #966).

RGB color model

#A35980 color RGB value is (163,89,128).

  • red value is 163;
  • green value is 89;
  • blue value is 128.
RGB:
(163,89,128)
(64%,35%,50%)

RGB channels and saturation

R 163 of 255 = 64%
G 89 of 255 = 35%
B 128 of 255 = 50%

163
89
128

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

Portions of RGB colors in percentages

R + G + B =
163 + 89 + 128 = 380 (100%)
R 163 of 380 ~ 42.89%
G 89 of 380 ~ 23.42%
B 128 of 380 ~ 33.68%

%42.89
%23.42
%33.68

CMYK color model

#A35980 color CMYK value is (0,45,21,36).

  • cyan value is 0.00%
  • magenta value is 45.40%
  • yellow value is 21.47%
  • key color value is 36.08%
CMYK:
(0,45,21,36)
C0M45Y21K36 
(0%,45%,21%,36%)
(0.00/0.45/0.21/0.36)	

CMYK percentages

%0
%45.4
%21.47
%36.08

Codes

Color #A35980 in popluar color models

A35980
RGB16389128
HSL328°29.37%49.41%
HSB/HSV328°45.40%63.92%
CMYK0.00%45.40%21.47%
36.08%

Color #A35980 in popluar number systems.

HEXA35980
Decimal16389128
Binary10100011101100110000000
Octal243131200

Shades and tints

Shades of #A35980

#A35980
(163,89,128)
#955175
(149,81,117)
#87496A
(135,73,106)
#79415F
(121,65,95)
#6B3954
(107,57,84)
#5D3149
(93,49,73)
#4F293E
(79,41,62)
#412133
(65,33,51)
#331928
(51,25,40)
#25111D
(37,17,29)
#170912
(23,9,18)
#000000
(0,0,0)

Tints of #A35980

#A35980
(163,89,128)
#AB688B
(171,104,139)
#B37796
(179,119,150)
#BB86A1
(187,134,161)
#C395AC
(195,149,172)
#CBA4B7
(203,164,183)
#D3B3C2
(211,179,194)
#DBC2CD
(219,194,205)
#E3D1D8
(227,209,216)
#EBE0E3
(235,224,227)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35980 color. Also use rgb(163,89,128) instead hex code.

Text Font Color

.myTextColor { color: #A35980; }

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

This text font color is #A35980.


Background Color

.myBgColor { background-color: #A35980; }

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

This div background color is #A35980.


Border color

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

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

This div border color is #A35980.


Opacity

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

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

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

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

This text has shadow with #A35980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35980 on black background.


Color preview on white background

This text has color #A35980 on white background.



Black color preview on #A35980 background

This text has black color on #A35980 background.


White color preview on #A35980 background

This text has white color on #A35980 background.