COLOR #A35F8D

HEX: #A35F8D
RGB: (163,95,141)

Color info

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

RGB color model

#A35F8D color RGB value is (163,95,141).

  • red value is 163;
  • green value is 95;
  • blue value is 141.
RGB:
(163,95,141)
(64%,37%,55%)

RGB channels and saturation

R 163 of 255 = 64%
G 95 of 255 = 37%
B 141 of 255 = 55%

163
95
141

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

Portions of RGB colors in percentages

R + G + B =
163 + 95 + 141 = 399 (100%)
R 163 of 399 ~ 40.85%
G 95 of 399 ~ 23.81%
B 141 of 399 ~ 35.34%

%40.85
%23.81
%35.34

CMYK color model

#A35F8D color CMYK value is (0,42,13,36).

  • cyan value is 0.00%
  • magenta value is 41.72%
  • yellow value is 13.50%
  • key color value is 36.08%
CMYK:
(0,42,13,36)
C0M42Y13K36 
(0%,42%,13%,36%)
(0.00/0.42/0.13/0.36)	

CMYK percentages

%0
%41.72
%13.5
%36.08

Codes

Color #A35F8D in popluar color models

A35F8D
RGB16395141
HSL319°26.98%50.59%
HSB/HSV319°41.72%63.92%
CMYK0.00%41.72%13.50%
36.08%

Color #A35F8D in popluar number systems.

HEXA35F8D
Decimal16395141
Binary10100011101111110001101
Octal243137215

Shades and tints

Shades of #A35F8D

#A35F8D
(163,95,141)
#955781
(149,87,129)
#874F75
(135,79,117)
#794769
(121,71,105)
#6B3F5D
(107,63,93)
#5D3751
(93,55,81)
#4F2F45
(79,47,69)
#412739
(65,39,57)
#331F2D
(51,31,45)
#251721
(37,23,33)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #A35F8D

#A35F8D
(163,95,141)
#AB6D97
(171,109,151)
#B37BA1
(179,123,161)
#BB89AB
(187,137,171)
#C397B5
(195,151,181)
#CBA5BF
(203,165,191)
#D3B3C9
(211,179,201)
#DBC1D3
(219,193,211)
#E3CFDD
(227,207,221)
#EBDDE7
(235,221,231)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35F8D color. Also use rgb(163,95,141) instead hex code.

Text Font Color

.myTextColor { color: #A35F8D; }

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

This text font color is #A35F8D.


Background Color

.myBgColor { background-color: #A35F8D; }

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

This div background color is #A35F8D.


Border color

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

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

This div border color is #A35F8D.


Opacity

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

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

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

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

This text has shadow with #A35F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35F8D on black background.


Color preview on white background

This text has color #A35F8D on white background.



Black color preview on #A35F8D background

This text has black color on #A35F8D background.


White color preview on #A35F8D background

This text has white color on #A35F8D background.