COLOR #A35C85

HEX: #A35C85
RGB: (163,92,133)

Color info

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

RGB color model

#A35C85 color RGB value is (163,92,133).

  • red value is 163;
  • green value is 92;
  • blue value is 133.
RGB:
(163,92,133)
(64%,36%,52%)

RGB channels and saturation

R 163 of 255 = 64%
G 92 of 255 = 36%
B 133 of 255 = 52%

163
92
133

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

Portions of RGB colors in percentages

R + G + B =
163 + 92 + 133 = 388 (100%)
R 163 of 388 ~ 42.01%
G 92 of 388 ~ 23.71%
B 133 of 388 ~ 34.28%

%42.01
%23.71
%34.28

CMYK color model

#A35C85 color CMYK value is (0,44,18,36).

  • cyan value is 0.00%
  • magenta value is 43.56%
  • yellow value is 18.40%
  • key color value is 36.08%
CMYK:
(0,44,18,36)
C0M44Y18K36 
(0%,44%,18%,36%)
(0.00/0.44/0.18/0.36)	

CMYK percentages

%0
%43.56
%18.4
%36.08

Codes

Color #A35C85 in popluar color models

A35C85
RGB16392133
HSL325°27.84%50.00%
HSB/HSV325°43.56%63.92%
CMYK0.00%43.56%18.40%
36.08%

Color #A35C85 in popluar number systems.

HEXA35C85
Decimal16392133
Binary10100011101110010000101
Octal243134205

Shades and tints

Shades of #A35C85

#A35C85
(163,92,133)
#955479
(149,84,121)
#874C6D
(135,76,109)
#794461
(121,68,97)
#6B3C55
(107,60,85)
#5D3449
(93,52,73)
#4F2C3D
(79,44,61)
#412431
(65,36,49)
#331C25
(51,28,37)
#251419
(37,20,25)
#170C0D
(23,12,13)
#000000
(0,0,0)

Tints of #A35C85

#A35C85
(163,92,133)
#AB6A90
(171,106,144)
#B3789B
(179,120,155)
#BB86A6
(187,134,166)
#C394B1
(195,148,177)
#CBA2BC
(203,162,188)
#D3B0C7
(211,176,199)
#DBBED2
(219,190,210)
#E3CCDD
(227,204,221)
#EBDAE8
(235,218,232)
#F3E8F3
(243,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35C85 color. Also use rgb(163,92,133) instead hex code.

Text Font Color

.myTextColor { color: #A35C85; }

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

This text font color is #A35C85.


Background Color

.myBgColor { background-color: #A35C85; }

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

This div background color is #A35C85.


Border color

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

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

This div border color is #A35C85.


Opacity

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

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

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

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

This text has shadow with #A35C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35C85 on black background.


Color preview on white background

This text has color #A35C85 on white background.



Black color preview on #A35C85 background

This text has black color on #A35C85 background.


White color preview on #A35C85 background

This text has white color on #A35C85 background.