COLOR #A35489

HEX: #A35489
RGB: (163,84,137)

Color info

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

RGB color model

#A35489 color RGB value is (163,84,137).

  • red value is 163;
  • green value is 84;
  • blue value is 137.
RGB:
(163,84,137)
(64%,33%,54%)

RGB channels and saturation

R 163 of 255 = 64%
G 84 of 255 = 33%
B 137 of 255 = 54%

163
84
137

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

Portions of RGB colors in percentages

R + G + B =
163 + 84 + 137 = 384 (100%)
R 163 of 384 ~ 42.45%
G 84 of 384 ~ 21.88%
B 137 of 384 ~ 35.68%

%42.45
%21.88
%35.68

CMYK color model

#A35489 color CMYK value is (0,48,16,36).

  • cyan value is 0.00%
  • magenta value is 48.47%
  • yellow value is 15.95%
  • key color value is 36.08%
CMYK:
(0,48,16,36)
C0M48Y16K36 
(0%,48%,16%,36%)
(0.00/0.48/0.16/0.36)	

CMYK percentages

%0
%48.47
%15.95
%36.08

Codes

Color #A35489 in popluar color models

A35489
RGB16384137
HSL320°31.98%48.43%
HSB/HSV320°48.47%63.92%
CMYK0.00%48.47%15.95%
36.08%

Color #A35489 in popluar number systems.

HEXA35489
Decimal16384137
Binary10100011101010010001001
Octal243124211

Shades and tints

Shades of #A35489

#A35489
(163,84,137)
#954D7D
(149,77,125)
#874671
(135,70,113)
#793F65
(121,63,101)
#6B3859
(107,56,89)
#5D314D
(93,49,77)
#4F2A41
(79,42,65)
#412335
(65,35,53)
#331C29
(51,28,41)
#25151D
(37,21,29)
#170E11
(23,14,17)
#000000
(0,0,0)

Tints of #A35489

#A35489
(163,84,137)
#AB6393
(171,99,147)
#B3729D
(179,114,157)
#BB81A7
(187,129,167)
#C390B1
(195,144,177)
#CB9FBB
(203,159,187)
#D3AEC5
(211,174,197)
#DBBDCF
(219,189,207)
#E3CCD9
(227,204,217)
#EBDBE3
(235,219,227)
#F3EAED
(243,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35489 color. Also use rgb(163,84,137) instead hex code.

Text Font Color

.myTextColor { color: #A35489; }

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

This text font color is #A35489.


Background Color

.myBgColor { background-color: #A35489; }

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

This div background color is #A35489.


Border color

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

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

This div border color is #A35489.


Opacity

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

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

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

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

This text has shadow with #A35489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35489 on black background.


Color preview on white background

This text has color #A35489 on white background.



Black color preview on #A35489 background

This text has black color on #A35489 background.


White color preview on #A35489 background

This text has white color on #A35489 background.