COLOR #A27CA7

HEX: #A27CA7 RGB: (162,124,167)

Color info

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

RGB color model

#A27CA7 color RGB value is (162,124,167).

RGB: (162,124,167) (64%, 49%, 65%)

RGB channels and saturation

R 162 of 255 = 64%
G 124 of 255 = 49%
B 167 of 255 = 65%

162
124
167

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

Portions of RGB colors in percentages

R + G + B = 162 + 124 + 167 = 453 (100%)
R 162 of 453 ~ 35.76%
G 124 of 453 ~ 27.37%
B 167 of 453 ~ 36.87'%

%35.76
%27.37
%36.87

CMYK color model

#A27CA7 color CMYK value is (3,26,0,35).

  • cyan value is 2.99%
  • magenta value is 25.75%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (3,26,0,35)
C3M26Y0K35 (3%, 26%, 0%, 35%)
(0.03 / 0.26 / 0.00 / 0.35)

CMYK percentages

%2.99
%25.75
%0
%34.51

Codes

Color #A27CA7 in popluar color models

A2 7C A7
RGB 162 124 167
HSL 293° 19.63% 57.06%
HSB/HSV 293° 25.75% 65.49%
CMYK 2.99% 25.75% 0.00%
34.51%

Color #A27CA7 in popluar number systems.

HEX A2 7C A7
Decimal 162 124 167
Binary 10100010 1111100 10100111
Octal 242 174 247

Shades and tints

Shades of #A27CA7

#A27CA7
(162,124,167)
#947198
(148,113,152)
#866689
(134,102,137)
#785B7A
(120,91,122)
#6A506B
(106,80,107)
#5C455C
(92,69,92)
#4E3A4D
(78,58,77)
#402F3E
(64,47,62)
#32242F
(50,36,47)
#241920
(36,25,32)
#160E11
(22,14,17)
#000000
(0,0,0)

Tints of #A27CA7

#A27CA7
(162,124,167)
#AA87AF
(170,135,175)
#B292B7
(178,146,183)
#BA9DBF
(186,157,191)
#C2A8C7
(194,168,199)
#CAB3CF
(202,179,207)
#D2BED7
(210,190,215)
#DAC9DF
(218,201,223)
#E2D4E7
(226,212,231)
#EADFEF
(234,223,239)
#F2EAF7
(242,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A27CA7; }

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

This text font color is #A27CA7.

Background Color

.myBgColor { background-color: #A27CA7; }

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

This div background color is #A27CA7.

Border color

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

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

This div border color is #A27CA7.

Opacity

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

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

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

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

This text has shadow with #A27CA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A27CA7.

Preview

Color preview on black background

This text has color #A27CA7 on black background.


Color preview on white background

This text has color #A27CA7 on white background.


Black color preview on #A27CA7 background

This text has black color on #A27CA7 background.


White color preview on #A27CA7 background

This text has white color on #A27CA7 background.


Related colors

Complementary color

Complementary color for #hex is #5D8358.


I love getcolorcode.com

Triadic colors

1 #A7A27C and #7CA7A2 with #A27CA7 are triadic colors.

2 #A77CA2 and #7CA2A7 with #A27CA7 are triadic colors.