COLOR #A35E8C

HEX: #A35E8C RGB: (163,94,140)

Color info

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

RGB color model

#A35E8C color RGB value is (163,94,140).

RGB: (163,94,140) (64%, 37%, 55%)

RGB channels and saturation

R 163 of 255 = 64%
G 94 of 255 = 37%
B 140 of 255 = 55%

163
94
140

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

Portions of RGB colors in percentages

R + G + B = 163 + 94 + 140 = 397 (100%)
R 163 of 397 ~ 41.06%
G 94 of 397 ~ 23.68%
B 140 of 397 ~ 35.26'%

%41.06
%23.68
%35.26

CMYK color model

#A35E8C color CMYK value is (0,42,14,36).

  • cyan value is 0.00%
  • magenta value is 42.33%
  • yellow value is 14.11%
  • key color value is 36.08%
CMYK: (0,42,14,36) C0M42Y14K36 (0%,42%,14%,36%) (0.00/0.42/0.14/0.36) 

CMYK percentages

%0
%42.33
%14.11
%36.08

Codes

Color #A35E8C in popluar color models

A3 5E 8C
RGB 163 94 140
HSL 320° 27.27% 50.39%
HSB/HSV 320° 42.33% 63.92%
CMYK 0.00% 42.33% 14.11%
36.08%

Color #A35E8C in popluar number systems.

HEX A3 5E 8C
Decimal 163 94 140
Binary 10100011 1011110 10001100
Octal 243 136 214

Shades and tints

Shades of #A35E8C

#A35E8C
(163,94,140)
#955680
(149,86,128)
#874E74
(135,78,116)
#794668
(121,70,104)
#6B3E5C
(107,62,92)
#5D3650
(93,54,80)
#4F2E44
(79,46,68)
#412638
(65,38,56)
#331E2C
(51,30,44)
#251620
(37,22,32)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #A35E8C

#A35E8C
(163,94,140)
#AB6C96
(171,108,150)
#B37AA0
(179,122,160)
#BB88AA
(187,136,170)
#C396B4
(195,150,180)
#CBA4BE
(203,164,190)
#D3B2C8
(211,178,200)
#DBC0D2
(219,192,210)
#E3CEDC
(227,206,220)
#EBDCE6
(235,220,230)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35E8C; }

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

This text font color is #A35E8C.

Background Color

.myBgColor { background-color: #A35E8C; }

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

This div background color is #A35E8C.

Border color

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

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

This div border color is #A35E8C.

Opacity

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

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

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

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

This text has shadow with #A35E8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A35E8C.

Preview

Color preview on black background

This text has color #A35E8C on black background.


Color preview on white background

This text has color #A35E8C on white background.


Black color preview on #A35E8C background

This text has black color on #A35E8C background.


White color preview on #A35E8C background

This text has white color on #A35E8C background.


Related colors

Complementary color

Complementary color for #hex is #5CA173.


I love getcolorcode.com

Triadic colors

1 #8CA35E and #5E8CA3 with #A35E8C are triadic colors.

2 #8C5EA3 and #5EA38C with #A35E8C are triadic colors.