COLOR #A35E81

HEX: #A35E81
RGB: (163,94,129)

Color info

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

RGB color model

#A35E81 color RGB value is (163,94,129).

  • red value is 163;
  • green value is 94;
  • blue value is 129.
RGB:
(163,94,129)
(64%,37%,51%)

RGB channels and saturation

R 163 of 255 = 64%
G 94 of 255 = 37%
B 129 of 255 = 51%

163
94
129

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

Portions of RGB colors in percentages

R + G + B =
163 + 94 + 129 = 386 (100%)
R 163 of 386 ~ 42.23%
G 94 of 386 ~ 24.35%
B 129 of 386 ~ 33.42%

%42.23
%24.35
%33.42

CMYK color model

#A35E81 color CMYK value is (0,42,21,36).

  • cyan value is 0.00%
  • magenta value is 42.33%
  • yellow value is 20.86%
  • key color value is 36.08%
CMYK:
(0,42,21,36)
C0M42Y21K36 
(0%,42%,21%,36%)
(0.00/0.42/0.21/0.36)	

CMYK percentages

%0
%42.33
%20.86
%36.08

Codes

Color #A35E81 in popluar color models

A35E81
RGB16394129
HSL330°27.27%50.39%
HSB/HSV330°42.33%63.92%
CMYK0.00%42.33%20.86%
36.08%

Color #A35E81 in popluar number systems.

HEXA35E81
Decimal16394129
Binary10100011101111010000001
Octal243136201

Shades and tints

Shades of #A35E81

#A35E81
(163,94,129)
#955676
(149,86,118)
#874E6B
(135,78,107)
#794660
(121,70,96)
#6B3E55
(107,62,85)
#5D364A
(93,54,74)
#4F2E3F
(79,46,63)
#412634
(65,38,52)
#331E29
(51,30,41)
#25161E
(37,22,30)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #A35E81

#A35E81
(163,94,129)
#AB6C8C
(171,108,140)
#B37A97
(179,122,151)
#BB88A2
(187,136,162)
#C396AD
(195,150,173)
#CBA4B8
(203,164,184)
#D3B2C3
(211,178,195)
#DBC0CE
(219,192,206)
#E3CED9
(227,206,217)
#EBDCE4
(235,220,228)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35E81 color. Also use rgb(163,94,129) instead hex code.

Text Font Color

.myTextColor { color: #A35E81; }

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

This text font color is #A35E81.


Background Color

.myBgColor { background-color: #A35E81; }

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

This div background color is #A35E81.


Border color

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

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

This div border color is #A35E81.


Opacity

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

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

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

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

This text has shadow with #A35E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35E81 on black background.


Color preview on white background

This text has color #A35E81 on white background.



Black color preview on #A35E81 background

This text has black color on #A35E81 background.


White color preview on #A35E81 background

This text has white color on #A35E81 background.