COLOR #A35C96

HEX: #A35C96
RGB: (163,92,150)

Color info

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

RGB color model

#A35C96 color RGB value is (163,92,150).

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

RGB channels and saturation

R 163 of 255 = 64%
G 92 of 255 = 36%
B 150 of 255 = 59%

163
92
150

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

Portions of RGB colors in percentages

R + G + B =
163 + 92 + 150 = 405 (100%)
R 163 of 405 ~ 40.25%
G 92 of 405 ~ 22.72%
B 150 of 405 ~ 37.04%

%40.25
%22.72
%37.04

CMYK color model

#A35C96 color CMYK value is (0,44,8,36).

  • cyan value is 0.00%
  • magenta value is 43.56%
  • yellow value is 7.98%
  • key color value is 36.08%
CMYK:
(0,44,8,36)
C0M44Y8K36 
(0%,44%,8%,36%)
(0.00/0.44/0.08/0.36)	

CMYK percentages

%0
%43.56
%7.98
%36.08

Codes

Color #A35C96 in popluar color models

A35C96
RGB16392150
HSL311°27.84%50.00%
HSB/HSV311°43.56%63.92%
CMYK0.00%43.56%7.98%
36.08%

Color #A35C96 in popluar number systems.

HEXA35C96
Decimal16392150
Binary10100011101110010010110
Octal243134226

Shades and tints

Shades of #A35C96

#A35C96
(163,92,150)
#955489
(149,84,137)
#874C7C
(135,76,124)
#79446F
(121,68,111)
#6B3C62
(107,60,98)
#5D3455
(93,52,85)
#4F2C48
(79,44,72)
#41243B
(65,36,59)
#331C2E
(51,28,46)
#251421
(37,20,33)
#170C14
(23,12,20)
#000000
(0,0,0)

Tints of #A35C96

#A35C96
(163,92,150)
#AB6A9F
(171,106,159)
#B378A8
(179,120,168)
#BB86B1
(187,134,177)
#C394BA
(195,148,186)
#CBA2C3
(203,162,195)
#D3B0CC
(211,176,204)
#DBBED5
(219,190,213)
#E3CCDE
(227,204,222)
#EBDAE7
(235,218,231)
#F3E8F0
(243,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35C96; }

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

This text font color is #A35C96.


Background Color

.myBgColor { background-color: #A35C96; }

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

This div background color is #A35C96.


Border color

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

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

This div border color is #A35C96.


Opacity

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

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

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

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

This text has shadow with #A35C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35C96 on black background.


Color preview on white background

This text has color #A35C96 on white background.



Black color preview on #A35C96 background

This text has black color on #A35C96 background.


White color preview on #A35C96 background

This text has white color on #A35C96 background.