COLOR #A27FDB

HEX: #A27FDB
RGB: (162,127,219)

Color info

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

RGB color model

#A27FDB color RGB value is (162,127,219).

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

RGB channels and saturation

R 162 of 255 = 64%
G 127 of 255 = 50%
B 219 of 255 = 86%

162
127
219

R + G + B ~ 67%. #A27FDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 127 + 219 = 508 (100%)
R 162 of 508 ~ 31.89%
G 127 of 508 ~ 25%
B 219 of 508 ~ 43.11%

%31.89
%25
%43.11

CMYK color model

#A27FDB color CMYK value is (26,42,0,14).

  • cyan value is 26.03%
  • magenta value is 42.01%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(26,42,0,14)
C26M42Y0K14 
(26%,42%,0%,14%)
(0.26/0.42/0.00/0.14)	

CMYK percentages

%26.03
%42.01
%0
%14.12

Codes

Color #A27FDB in popluar color models

A27FDB
RGB162127219
HSL263°56.10%67.84%
HSB/HSV263°42.01%85.88%
CMYK26.03%42.01%0.00%
14.12%

Color #A27FDB in popluar number systems.

HEXA27FDB
Decimal162127219
Binary10100010111111111011011
Octal242177333

Shades and tints

Shades of #A27FDB

#A27FDB
(162,127,219)
#9474C8
(148,116,200)
#8669B5
(134,105,181)
#785EA2
(120,94,162)
#6A538F
(106,83,143)
#5C487C
(92,72,124)
#4E3D69
(78,61,105)
#403256
(64,50,86)
#322743
(50,39,67)
#241C30
(36,28,48)
#16111D
(22,17,29)
#000000
(0,0,0)

Tints of #A27FDB

#A27FDB
(162,127,219)
#AA8ADE
(170,138,222)
#B295E1
(178,149,225)
#BAA0E4
(186,160,228)
#C2ABE7
(194,171,231)
#CAB6EA
(202,182,234)
#D2C1ED
(210,193,237)
#DACCF0
(218,204,240)
#E2D7F3
(226,215,243)
#EAE2F6
(234,226,246)
#F2EDF9
(242,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A27FDB; }

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

This text font color is #A27FDB.


Background Color

.myBgColor { background-color: #A27FDB; }

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

This div background color is #A27FDB.


Border color

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

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

This div border color is #A27FDB.


Opacity

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

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

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

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

This text has shadow with #A27FDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A27FDB on black background.


Color preview on white background

This text has color #A27FDB on white background.



Black color preview on #A27FDB background

This text has black color on #A27FDB background.


White color preview on #A27FDB background

This text has white color on #A27FDB background.