COLOR #A27DD8

HEX: #A27DD8
RGB: (162,125,216)

Color info

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

RGB color model

#A27DD8 color RGB value is (162,125,216).

  • red value is 162;
  • green value is 125;
  • blue value is 216.
RGB:
(162,125,216)
(64%,49%,85%)

RGB channels and saturation

R 162 of 255 = 64%
G 125 of 255 = 49%
B 216 of 255 = 85%

162
125
216

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

Portions of RGB colors in percentages

R + G + B =
162 + 125 + 216 = 503 (100%)
R 162 of 503 ~ 32.21%
G 125 of 503 ~ 24.85%
B 216 of 503 ~ 42.94%

%32.21
%24.85
%42.94

CMYK color model

#A27DD8 color CMYK value is (25,42,0,15).

  • cyan value is 25.00%
  • magenta value is 42.13%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(25,42,0,15)
C25M42Y0K15 
(25%,42%,0%,15%)
(0.25/0.42/0.00/0.15)	

CMYK percentages

%25
%42.13
%0
%15.29

Codes

Color #A27DD8 in popluar color models

A27DD8
RGB162125216
HSL264°53.85%66.86%
HSB/HSV264°42.13%84.71%
CMYK25.00%42.13%0.00%
15.29%

Color #A27DD8 in popluar number systems.

HEXA27DD8
Decimal162125216
Binary10100010111110111011000
Octal242175330

Shades and tints

Shades of #A27DD8

#A27DD8
(162,125,216)
#9472C5
(148,114,197)
#8667B2
(134,103,178)
#785C9F
(120,92,159)
#6A518C
(106,81,140)
#5C4679
(92,70,121)
#4E3B66
(78,59,102)
#403053
(64,48,83)
#322540
(50,37,64)
#241A2D
(36,26,45)
#160F1A
(22,15,26)
#000000
(0,0,0)

Tints of #A27DD8

#A27DD8
(162,125,216)
#AA88DB
(170,136,219)
#B293DE
(178,147,222)
#BA9EE1
(186,158,225)
#C2A9E4
(194,169,228)
#CAB4E7
(202,180,231)
#D2BFEA
(210,191,234)
#DACAED
(218,202,237)
#E2D5F0
(226,213,240)
#EAE0F3
(234,224,243)
#F2EBF6
(242,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A27DD8 color. Also use rgb(162,125,216) instead hex code.

Text Font Color

.myTextColor { color: #A27DD8; }

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

This text font color is #A27DD8.


Background Color

.myBgColor { background-color: #A27DD8; }

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

This div background color is #A27DD8.


Border color

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

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

This div border color is #A27DD8.


Opacity

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

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

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

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

This text has shadow with #A27DD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A27DD8 on black background.


Color preview on white background

This text has color #A27DD8 on white background.



Black color preview on #A27DD8 background

This text has black color on #A27DD8 background.


White color preview on #A27DD8 background

This text has white color on #A27DD8 background.