COLOR #A35F8E

HEX: #A35F8E
RGB: (163,95,142)

Color info

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

RGB color model

#A35F8E color RGB value is (163,95,142).

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

RGB channels and saturation

R 163 of 255 = 64%
G 95 of 255 = 37%
B 142 of 255 = 56%

163
95
142

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

Portions of RGB colors in percentages

R + G + B =
163 + 95 + 142 = 400 (100%)
R 163 of 400 ~ 40.75%
G 95 of 400 ~ 23.75%
B 142 of 400 ~ 35.5%

%40.75
%23.75
%35.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.72%
  • yellow value is 12.88%
  • 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
%12.88
%36.08

Codes

Color #A35F8E in popluar color models

A35F8E
RGB16395142
HSL319°26.98%50.59%
HSB/HSV319°41.72%63.92%
CMYK0.00%41.72%12.88%
36.08%

Color #A35F8E in popluar number systems.

HEXA35F8E
Decimal16395142
Binary10100011101111110001110
Octal243137216

Shades and tints

Shades of #A35F8E

#A35F8E
(163,95,142)
#955782
(149,87,130)
#874F76
(135,79,118)
#79476A
(121,71,106)
#6B3F5E
(107,63,94)
#5D3752
(93,55,82)
#4F2F46
(79,47,70)
#41273A
(65,39,58)
#331F2E
(51,31,46)
#251722
(37,23,34)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #A35F8E

#A35F8E
(163,95,142)
#AB6D98
(171,109,152)
#B37BA2
(179,123,162)
#BB89AC
(187,137,172)
#C397B6
(195,151,182)
#CBA5C0
(203,165,192)
#D3B3CA
(211,179,202)
#DBC1D4
(219,193,212)
#E3CFDE
(227,207,222)
#EBDDE8
(235,221,232)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35F8E; }

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

This text font color is #A35F8E.


Background Color

.myBgColor { background-color: #A35F8E; }

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

This div background color is #A35F8E.


Border color

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

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

This div border color is #A35F8E.


Opacity

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

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

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

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

This text has shadow with #A35F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35F8E on black background.


Color preview on white background

This text has color #A35F8E on white background.



Black color preview on #A35F8E background

This text has black color on #A35F8E background.


White color preview on #A35F8E background

This text has white color on #A35F8E background.