COLOR #A27CAC

HEX: #A27CAC
RGB: (162,124,172)

Color info

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

RGB color model

#A27CAC color RGB value is (162,124,172).

  • red value is 162;
  • green value is 124;
  • blue value is 172.
RGB:
(162,124,172)
(64%,49%,67%)

RGB channels and saturation

R 162 of 255 = 64%
G 124 of 255 = 49%
B 172 of 255 = 67%

162
124
172

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

Portions of RGB colors in percentages

R + G + B =
162 + 124 + 172 = 458 (100%)
R 162 of 458 ~ 35.37%
G 124 of 458 ~ 27.07%
B 172 of 458 ~ 37.55%

%35.37
%27.07
%37.55

CMYK color model

#A27CAC color CMYK value is (6,28,0,33).

  • cyan value is 5.81%
  • magenta value is 27.91%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(6,28,0,33)
C6M28Y0K33 
(6%,28%,0%,33%)
(0.06/0.28/0.00/0.33)	

CMYK percentages

%5.81
%27.91
%0
%32.55

Codes

Color #A27CAC in popluar color models

A27CAC
RGB162124172
HSL288°22.43%58.04%
HSB/HSV288°27.91%67.45%
CMYK5.81%27.91%0.00%
32.55%

Color #A27CAC in popluar number systems.

HEXA27CAC
Decimal162124172
Binary10100010111110010101100
Octal242174254

Shades and tints

Shades of #A27CAC

#A27CAC
(162,124,172)
#94719D
(148,113,157)
#86668E
(134,102,142)
#785B7F
(120,91,127)
#6A5070
(106,80,112)
#5C4561
(92,69,97)
#4E3A52
(78,58,82)
#402F43
(64,47,67)
#322434
(50,36,52)
#241925
(36,25,37)
#160E16
(22,14,22)
#000000
(0,0,0)

Tints of #A27CAC

#A27CAC
(162,124,172)
#AA87B3
(170,135,179)
#B292BA
(178,146,186)
#BA9DC1
(186,157,193)
#C2A8C8
(194,168,200)
#CAB3CF
(202,179,207)
#D2BED6
(210,190,214)
#DAC9DD
(218,201,221)
#E2D4E4
(226,212,228)
#EADFEB
(234,223,235)
#F2EAF2
(242,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A27CAC color. Also use rgb(162,124,172) instead hex code.

Text Font Color

.myTextColor { color: #A27CAC; }

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

This text font color is #A27CAC.


Background Color

.myBgColor { background-color: #A27CAC; }

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

This div background color is #A27CAC.


Border color

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

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

This div border color is #A27CAC.


Opacity

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

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

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

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

This text has shadow with #A27CAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A27CAC on black background.


Color preview on white background

This text has color #A27CAC on white background.



Black color preview on #A27CAC background

This text has black color on #A27CAC background.


White color preview on #A27CAC background

This text has white color on #A27CAC background.