COLOR #A27AA7

HEX: #A27AA7 RGB: (162,122,167)

Color info

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

RGB color model

#A27AA7 color RGB value is (162,122,167).

RGB: (162,122,167) (64%, 48%, 65%)

RGB channels and saturation

R 162 of 255 = 64%
G 122 of 255 = 48%
B 167 of 255 = 65%

162
122
167

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

Portions of RGB colors in percentages

R + G + B = 162 + 122 + 167 = 451 (100%)
R 162 of 451 ~ 35.92%
G 122 of 451 ~ 27.05%
B 167 of 451 ~ 37.03'%

%35.92
%27.05
%37.03

CMYK color model

#A27AA7 color CMYK value is (3,27,0,35).

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

CMYK: (3,27,0,35)
C3M27Y0K35 (3%, 27%, 0%, 35%)
(0.03 / 0.27 / 0.00 / 0.35)

CMYK percentages

%2.99
%26.95
%0
%34.51

Codes

Color #A27AA7 in popluar color models

A2 7A A7
RGB 162 122 167
HSL 293° 20.36% 56.67%
HSB/HSV 293° 26.95% 65.49%
CMYK 2.99% 26.95% 0.00%
34.51%

Color #A27AA7 in popluar number systems.

HEX A2 7A A7
Decimal 162 122 167
Binary 10100010 1111010 10100111
Octal 242 172 247

Shades and tints

Shades of #A27AA7

#A27AA7
(162,122,167)
#946F98
(148,111,152)
#866489
(134,100,137)
#78597A
(120,89,122)
#6A4E6B
(106,78,107)
#5C435C
(92,67,92)
#4E384D
(78,56,77)
#402D3E
(64,45,62)
#32222F
(50,34,47)
#241720
(36,23,32)
#160C11
(22,12,17)
#000000
(0,0,0)

Tints of #A27AA7

#A27AA7
(162,122,167)
#AA86AF
(170,134,175)
#B292B7
(178,146,183)
#BA9EBF
(186,158,191)
#C2AAC7
(194,170,199)
#CAB6CF
(202,182,207)
#D2C2D7
(210,194,215)
#DACEDF
(218,206,223)
#E2DAE7
(226,218,231)
#EAE6EF
(234,230,239)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A27AA7; }

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

This text font color is #A27AA7.

Background Color

.myBgColor { background-color: #A27AA7; }

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

This div background color is #A27AA7.

Border color

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

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

This div border color is #A27AA7.

Opacity

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

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

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

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

This text has shadow with #A27AA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A27AA7.

Preview

Color preview on black background

This text has color #A27AA7 on black background.


Color preview on white background

This text has color #A27AA7 on white background.


Black color preview on #A27AA7 background

This text has black color on #A27AA7 background.


White color preview on #A27AA7 background

This text has white color on #A27AA7 background.


Related colors

Complementary color

Complementary color for #hex is #5D8558.


I love getcolorcode.com

Triadic colors

1 #A7A27A and #7AA7A2 with #A27AA7 are triadic colors.

2 #A77AA2 and #7AA2A7 with #A27AA7 are triadic colors.