COLOR #A27FBD

HEX: #A27FBD
RGB: (162,127,189)

Color info

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

RGB color model

#A27FBD color RGB value is (162,127,189).

  • red value is 162;
  • green value is 127;
  • blue value is 189.
RGB:
(162,127,189)
(64%,50%,74%)

RGB channels and saturation

R 162 of 255 = 64%
G 127 of 255 = 50%
B 189 of 255 = 74%

162
127
189

R + G + B ~ 63%. #A27FBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 127 + 189 = 478 (100%)
R 162 of 478 ~ 33.89%
G 127 of 478 ~ 26.57%
B 189 of 478 ~ 39.54%

%33.89
%26.57
%39.54

CMYK color model

#A27FBD color CMYK value is (14,33,0,26).

  • cyan value is 14.29%
  • magenta value is 32.80%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(14,33,0,26)
C14M33Y0K26 
(14%,33%,0%,26%)
(0.14/0.33/0.00/0.26)	

CMYK percentages

%14.29
%32.8
%0
%25.88

Codes

Color #A27FBD in popluar color models

A27FBD
RGB162127189
HSL274°31.96%61.96%
HSB/HSV274°32.80%74.12%
CMYK14.29%32.80%0.00%
25.88%

Color #A27FBD in popluar number systems.

HEXA27FBD
Decimal162127189
Binary10100010111111110111101
Octal242177275

Shades and tints

Shades of #A27FBD

#A27FBD
(162,127,189)
#9474AC
(148,116,172)
#86699B
(134,105,155)
#785E8A
(120,94,138)
#6A5379
(106,83,121)
#5C4868
(92,72,104)
#4E3D57
(78,61,87)
#403246
(64,50,70)
#322735
(50,39,53)
#241C24
(36,28,36)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #A27FBD

#A27FBD
(162,127,189)
#AA8AC3
(170,138,195)
#B295C9
(178,149,201)
#BAA0CF
(186,160,207)
#C2ABD5
(194,171,213)
#CAB6DB
(202,182,219)
#D2C1E1
(210,193,225)
#DACCE7
(218,204,231)
#E2D7ED
(226,215,237)
#EAE2F3
(234,226,243)
#F2EDF9
(242,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A27FBD color. Also use rgb(162,127,189) instead hex code.

Text Font Color

.myTextColor { color: #A27FBD; }

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

This text font color is #A27FBD.


Background Color

.myBgColor { background-color: #A27FBD; }

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

This div background color is #A27FBD.


Border color

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

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

This div border color is #A27FBD.


Opacity

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

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

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

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

This text has shadow with #A27FBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A27FBD on black background.


Color preview on white background

This text has color #A27FBD on white background.



Black color preview on #A27FBD background

This text has black color on #A27FBD background.


White color preview on #A27FBD background

This text has white color on #A27FBD background.