COLOR #A35C91

HEX: #A35C91
RGB: (163,92,145)

Color info

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

RGB color model

#A35C91 color RGB value is (163,92,145).

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

RGB channels and saturation

R 163 of 255 = 64%
G 92 of 255 = 36%
B 145 of 255 = 57%

163
92
145

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

Portions of RGB colors in percentages

R + G + B =
163 + 92 + 145 = 400 (100%)
R 163 of 400 ~ 40.75%
G 92 of 400 ~ 23%
B 145 of 400 ~ 36.25%

%40.75
%23
%36.25

CMYK color model

#A35C91 color CMYK value is (0,44,11,36).

  • cyan value is 0.00%
  • magenta value is 43.56%
  • yellow value is 11.04%
  • key color value is 36.08%
CMYK:
(0,44,11,36)
C0M44Y11K36 
(0%,44%,11%,36%)
(0.00/0.44/0.11/0.36)	

CMYK percentages

%0
%43.56
%11.04
%36.08

Codes

Color #A35C91 in popluar color models

A35C91
RGB16392145
HSL315°27.84%50.00%
HSB/HSV315°43.56%63.92%
CMYK0.00%43.56%11.04%
36.08%

Color #A35C91 in popluar number systems.

HEXA35C91
Decimal16392145
Binary10100011101110010010001
Octal243134221

Shades and tints

Shades of #A35C91

#A35C91
(163,92,145)
#955484
(149,84,132)
#874C77
(135,76,119)
#79446A
(121,68,106)
#6B3C5D
(107,60,93)
#5D3450
(93,52,80)
#4F2C43
(79,44,67)
#412436
(65,36,54)
#331C29
(51,28,41)
#25141C
(37,20,28)
#170C0F
(23,12,15)
#000000
(0,0,0)

Tints of #A35C91

#A35C91
(163,92,145)
#AB6A9B
(171,106,155)
#B378A5
(179,120,165)
#BB86AF
(187,134,175)
#C394B9
(195,148,185)
#CBA2C3
(203,162,195)
#D3B0CD
(211,176,205)
#DBBED7
(219,190,215)
#E3CCE1
(227,204,225)
#EBDAEB
(235,218,235)
#F3E8F5
(243,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35C91; }

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

This text font color is #A35C91.


Background Color

.myBgColor { background-color: #A35C91; }

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

This div background color is #A35C91.


Border color

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

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

This div border color is #A35C91.


Opacity

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

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

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

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

This text has shadow with #A35C91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35C91 on black background.


Color preview on white background

This text has color #A35C91 on white background.



Black color preview on #A35C91 background

This text has black color on #A35C91 background.


White color preview on #A35C91 background

This text has white color on #A35C91 background.