COLOR #A35D8F

HEX: #A35D8F RGB: (163,93,143)

Color info

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

RGB color model

#A35D8F color RGB value is (163,93,143).

RGB: (163,93,143) (64%, 36%, 56%)

RGB channels and saturation

R 163 of 255 = 64%
G 93 of 255 = 36%
B 143 of 255 = 56%

163
93
143

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

Portions of RGB colors in percentages

R + G + B = 163 + 93 + 143 = 399 (100%)
R 163 of 399 ~ 40.85%
G 93 of 399 ~ 23.31%
B 143 of 399 ~ 35.84'%

%40.85
%23.31
%35.84

CMYK color model

#A35D8F color CMYK value is (0,43,12,36).

  • cyan value is 0.00%
  • magenta value is 42.94%
  • yellow value is 12.27%
  • key color value is 36.08%

CMYK: (0,43,12,36)
C0M43Y12K36 (0%, 43%, 12%, 36%)
(0.00 / 0.43 / 0.12 / 0.36)

CMYK percentages

%0
%42.94
%12.27
%36.08

Codes

Color #A35D8F in popluar color models

A3 5D 8F
RGB 163 93 143
HSL 317° 27.56% 50.20%
HSB/HSV 317° 42.94% 63.92%
CMYK 0.00% 42.94% 12.27%
36.08%

Color #A35D8F in popluar number systems.

HEX A3 5D 8F
Decimal 163 93 143
Binary 10100011 1011101 10001111
Octal 243 135 217

Shades and tints

Shades of #A35D8F

#A35D8F
(163,93,143)
#955582
(149,85,130)
#874D75
(135,77,117)
#794568
(121,69,104)
#6B3D5B
(107,61,91)
#5D354E
(93,53,78)
#4F2D41
(79,45,65)
#412534
(65,37,52)
#331D27
(51,29,39)
#25151A
(37,21,26)
#170D0D
(23,13,13)
#000000
(0,0,0)

Tints of #A35D8F

#A35D8F
(163,93,143)
#AB6B99
(171,107,153)
#B379A3
(179,121,163)
#BB87AD
(187,135,173)
#C395B7
(195,149,183)
#CBA3C1
(203,163,193)
#D3B1CB
(211,177,203)
#DBBFD5
(219,191,213)
#E3CDDF
(227,205,223)
#EBDBE9
(235,219,233)
#F3E9F3
(243,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35D8F color. Also use rgb(163,93,143) instead hex code.

Text Font Color

.myTextColor { color: #A35D8F; }

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

This text font color is #A35D8F.

Background Color

.myBgColor { background-color: #A35D8F; }

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

This div background color is #A35D8F.

Border color

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

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

This div border color is #A35D8F.

Opacity

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

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

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

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

This text has shadow with #A35D8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A35D8F.

Preview

Color preview on black background

This text has color #A35D8F on black background.


Color preview on white background

This text has color #A35D8F on white background.


Black color preview on #A35D8F background

This text has black color on #A35D8F background.


White color preview on #A35D8F background

This text has white color on #A35D8F background.


Related colors

Complementary color

Complementary color for #hex is #5CA270.


I love getcolorcode.com

Triadic colors

1 #8FA35D and #5D8FA3 with #A35D8F are triadic colors.

2 #8F5DA3 and #5DA38F with #A35D8F are triadic colors.