COLOR #A35B8E

HEX: #A35B8E
RGB: (163,91,142)

Color info

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

RGB color model

#A35B8E color RGB value is (163,91,142).

  • red value is 163;
  • green value is 91;
  • blue value is 142.
RGB:
(163,91,142)
(64%,36%,56%)

RGB channels and saturation

R 163 of 255 = 64%
G 91 of 255 = 36%
B 142 of 255 = 56%

163
91
142

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

Portions of RGB colors in percentages

R + G + B =
163 + 91 + 142 = 396 (100%)
R 163 of 396 ~ 41.16%
G 91 of 396 ~ 22.98%
B 142 of 396 ~ 35.86%

%41.16
%22.98
%35.86

CMYK color model

#A35B8E color CMYK value is (0,44,13,36).

  • cyan value is 0.00%
  • magenta value is 44.17%
  • yellow value is 12.88%
  • key color value is 36.08%
CMYK:
(0,44,13,36)
C0M44Y13K36 
(0%,44%,13%,36%)
(0.00/0.44/0.13/0.36)	

CMYK percentages

%0
%44.17
%12.88
%36.08

Codes

Color #A35B8E in popluar color models

A35B8E
RGB16391142
HSL318°28.35%49.80%
HSB/HSV318°44.17%63.92%
CMYK0.00%44.17%12.88%
36.08%

Color #A35B8E in popluar number systems.

HEXA35B8E
Decimal16391142
Binary10100011101101110001110
Octal243133216

Shades and tints

Shades of #A35B8E

#A35B8E
(163,91,142)
#955382
(149,83,130)
#874B76
(135,75,118)
#79436A
(121,67,106)
#6B3B5E
(107,59,94)
#5D3352
(93,51,82)
#4F2B46
(79,43,70)
#41233A
(65,35,58)
#331B2E
(51,27,46)
#251322
(37,19,34)
#170B16
(23,11,22)
#000000
(0,0,0)

Tints of #A35B8E

#A35B8E
(163,91,142)
#AB6998
(171,105,152)
#B377A2
(179,119,162)
#BB85AC
(187,133,172)
#C393B6
(195,147,182)
#CBA1C0
(203,161,192)
#D3AFCA
(211,175,202)
#DBBDD4
(219,189,212)
#E3CBDE
(227,203,222)
#EBD9E8
(235,217,232)
#F3E7F2
(243,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35B8E color. Also use rgb(163,91,142) instead hex code.

Text Font Color

.myTextColor { color: #A35B8E; }

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

This text font color is #A35B8E.


Background Color

.myBgColor { background-color: #A35B8E; }

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

This div background color is #A35B8E.


Border color

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

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

This div border color is #A35B8E.


Opacity

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

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

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

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

This text has shadow with #A35B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35B8E on black background.


Color preview on white background

This text has color #A35B8E on white background.



Black color preview on #A35B8E background

This text has black color on #A35B8E background.


White color preview on #A35B8E background

This text has white color on #A35B8E background.