COLOR #A36F9E

HEX: #A36F9E
RGB: (163,111,158)

Color info

#A36F9E contains red, green and blue colors in about the same proportion. Web safe color of #A36F9E is #996699 (or #969).

RGB color model

#A36F9E color RGB value is (163,111,158).

  • red value is 163;
  • green value is 111;
  • blue value is 158.
RGB:
(163,111,158)
(64%,44%,62%)

RGB channels and saturation

R 163 of 255 = 64%
G 111 of 255 = 44%
B 158 of 255 = 62%

163
111
158

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

Portions of RGB colors in percentages

R + G + B =
163 + 111 + 158 = 432 (100%)
R 163 of 432 ~ 37.73%
G 111 of 432 ~ 25.69%
B 158 of 432 ~ 36.57%

%37.73
%25.69
%36.57

CMYK color model

#A36F9E color CMYK value is (0,32,3,36).

  • cyan value is 0.00%
  • magenta value is 31.90%
  • yellow value is 3.07%
  • key color value is 36.08%
CMYK:
(0,32,3,36)
C0M32Y3K36 
(0%,32%,3%,36%)
(0.00/0.32/0.03/0.36)	

CMYK percentages

%0
%31.9
%3.07
%36.08

Codes

Color #A36F9E in popluar color models

A36F9E
RGB163111158
HSL306°22.03%53.73%
HSB/HSV306°31.90%63.92%
CMYK0.00%31.90%3.07%
36.08%

Color #A36F9E in popluar number systems.

HEXA36F9E
Decimal163111158
Binary10100011110111110011110
Octal243157236

Shades and tints

Shades of #A36F9E

#A36F9E
(163,111,158)
#956590
(149,101,144)
#875B82
(135,91,130)
#795174
(121,81,116)
#6B4766
(107,71,102)
#5D3D58
(93,61,88)
#4F334A
(79,51,74)
#41293C
(65,41,60)
#331F2E
(51,31,46)
#251520
(37,21,32)
#170B12
(23,11,18)
#000000
(0,0,0)

Tints of #A36F9E

#A36F9E
(163,111,158)
#AB7CA6
(171,124,166)
#B389AE
(179,137,174)
#BB96B6
(187,150,182)
#C3A3BE
(195,163,190)
#CBB0C6
(203,176,198)
#D3BDCE
(211,189,206)
#DBCAD6
(219,202,214)
#E3D7DE
(227,215,222)
#EBE4E6
(235,228,230)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A36F9E color. Also use rgb(163,111,158) instead hex code.

Text Font Color

.myTextColor { color: #A36F9E; }

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

This text font color is #A36F9E.


Background Color

.myBgColor { background-color: #A36F9E; }

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

This div background color is #A36F9E.


Border color

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

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

This div border color is #A36F9E.


Opacity

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

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

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

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

This text has shadow with #A36F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36F9E on black background.


Color preview on white background

This text has color #A36F9E on white background.



Black color preview on #A36F9E background

This text has black color on #A36F9E background.


White color preview on #A36F9E background

This text has white color on #A36F9E background.