COLOR #A27ED6

HEX: #A27ED6 RGB: (162,126,214)

Color info

#A27ED6 contains mainly red and blue colors. Web safe color of #A27ED6 is #9966CC (or #96C).

RGB color model

#A27ED6 color RGB value is (162,126,214).

RGB: (162,126,214) (64%, 49%, 84%)

RGB channels and saturation

R 162 of 255 = 64%
G 126 of 255 = 49%
B 214 of 255 = 84%

162
126
214

R + G + B ~ 66%. #A27ED6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 126 + 214 = 502 (100%)
R 162 of 502 ~ 32.27%
G 126 of 502 ~ 25.1%
B 214 of 502 ~ 42.63'%

%32.27
%25.1
%42.63

CMYK color model

#A27ED6 color CMYK value is (24,41,0,16).

  • cyan value is 24.30%
  • magenta value is 41.12%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (24,41,0,16)
C24M41Y0K16 (24%, 41%, 0%, 16%)
(0.24 / 0.41 / 0.00 / 0.16)

CMYK percentages

%24.3
%41.12
%0
%16.08

Codes

Color #A27ED6 in popluar color models

A2 7E D6
RGB 162 126 214
HSL 265° 51.76% 66.67%
HSB/HSV 265° 41.12% 83.92%
CMYK 24.30% 41.12% 0.00%
16.08%

Color #A27ED6 in popluar number systems.

HEX A2 7E D6
Decimal 162 126 214
Binary 10100010 1111110 11010110
Octal 242 176 326

Shades and tints

Shades of #A27ED6

#A27ED6
(162,126,214)
#9473C3
(148,115,195)
#8668B0
(134,104,176)
#785D9D
(120,93,157)
#6A528A
(106,82,138)
#5C4777
(92,71,119)
#4E3C64
(78,60,100)
#403151
(64,49,81)
#32263E
(50,38,62)
#241B2B
(36,27,43)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #A27ED6

#A27ED6
(162,126,214)
#AA89D9
(170,137,217)
#B294DC
(178,148,220)
#BA9FDF
(186,159,223)
#C2AAE2
(194,170,226)
#CAB5E5
(202,181,229)
#D2C0E8
(210,192,232)
#DACBEB
(218,203,235)
#E2D6EE
(226,214,238)
#EAE1F1
(234,225,241)
#F2ECF4
(242,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A27ED6 color. Also use rgb(162,126,214) instead hex code.

Text Font Color

.myTextColor { color: #A27ED6; }

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

This text font color is #A27ED6.

Background Color

.myBgColor { background-color: #A27ED6; }

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

This div background color is #A27ED6.

Border color

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

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

This div border color is #A27ED6.

Opacity

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

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

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

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

This text has shadow with #A27ED6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A27ED6.

Preview

Color preview on black background

This text has color #A27ED6 on black background.


Color preview on white background

This text has color #A27ED6 on white background.


Black color preview on #A27ED6 background

This text has black color on #A27ED6 background.


White color preview on #A27ED6 background

This text has white color on #A27ED6 background.


Related colors

Complementary color

Complementary color for #hex is #5D8129.


I love getcolorcode.com

Triadic colors

1 #D6A27E and #7ED6A2 with #A27ED6 are triadic colors.

2 #D67EA2 and #7EA2D6 with #A27ED6 are triadic colors.