COLOR #A37CA8

HEX: #A37CA8
RGB: (163,124,168)

Color info

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

RGB color model

#A37CA8 color RGB value is (163,124,168).

  • red value is 163;
  • green value is 124;
  • blue value is 168.
RGB:
(163,124,168)
(64%,49%,66%)

RGB channels and saturation

R 163 of 255 = 64%
G 124 of 255 = 49%
B 168 of 255 = 66%

163
124
168

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

Portions of RGB colors in percentages

R + G + B =
163 + 124 + 168 = 455 (100%)
R 163 of 455 ~ 35.82%
G 124 of 455 ~ 27.25%
B 168 of 455 ~ 36.92%

%35.82
%27.25
%36.92

CMYK color model

#A37CA8 color CMYK value is (3,26,0,34).

  • cyan value is 2.98%
  • magenta value is 26.19%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(3,26,0,34)
C3M26Y0K34 
(3%,26%,0%,34%)
(0.03/0.26/0.00/0.34)	

CMYK percentages

%2.98
%26.19
%0
%34.12

Codes

Color #A37CA8 in popluar color models

A37CA8
RGB163124168
HSL293°20.18%57.25%
HSB/HSV293°26.19%65.88%
CMYK2.98%26.19%0.00%
34.12%

Color #A37CA8 in popluar number systems.

HEXA37CA8
Decimal163124168
Binary10100011111110010101000
Octal243174250

Shades and tints

Shades of #A37CA8

#A37CA8
(163,124,168)
#957199
(149,113,153)
#87668A
(135,102,138)
#795B7B
(121,91,123)
#6B506C
(107,80,108)
#5D455D
(93,69,93)
#4F3A4E
(79,58,78)
#412F3F
(65,47,63)
#332430
(51,36,48)
#251921
(37,25,33)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #A37CA8

#A37CA8
(163,124,168)
#AB87AF
(171,135,175)
#B392B6
(179,146,182)
#BB9DBD
(187,157,189)
#C3A8C4
(195,168,196)
#CBB3CB
(203,179,203)
#D3BED2
(211,190,210)
#DBC9D9
(219,201,217)
#E3D4E0
(227,212,224)
#EBDFE7
(235,223,231)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37CA8 color. Also use rgb(163,124,168) instead hex code.

Text Font Color

.myTextColor { color: #A37CA8; }

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

This text font color is #A37CA8.


Background Color

.myBgColor { background-color: #A37CA8; }

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

This div background color is #A37CA8.


Border color

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

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

This div border color is #A37CA8.


Opacity

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

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

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

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

This text has shadow with #A37CA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37CA8 on black background.


Color preview on white background

This text has color #A37CA8 on white background.



Black color preview on #A37CA8 background

This text has black color on #A37CA8 background.


White color preview on #A37CA8 background

This text has white color on #A37CA8 background.