COLOR #A884E0

HEX: #A884E0
RGB: (168,132,224)

Color info

#A884E0 contains mainly red and blue colors. Web safe color of #A884E0 is #9999CC (or #99C).

RGB color model

#A884E0 color RGB value is (168,132,224).

  • red value is 168;
  • green value is 132;
  • blue value is 224.
RGB:
(168,132,224)
(66%,52%,88%)

RGB channels and saturation

R 168 of 255 = 66%
G 132 of 255 = 52%
B 224 of 255 = 88%

168
132
224

R + G + B ~ 69%. #A884E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 132 + 224 = 524 (100%)
R 168 of 524 ~ 32.06%
G 132 of 524 ~ 25.19%
B 224 of 524 ~ 42.75%

%32.06
%25.19
%42.75

CMYK color model

#A884E0 color CMYK value is (25,41,0,12).

  • cyan value is 25.00%
  • magenta value is 41.07%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(25,41,0,12)
C25M41Y0K12 
(25%,41%,0%,12%)
(0.25/0.41/0.00/0.12)	

CMYK percentages

%25
%41.07
%0
%12.16

Codes

Color #A884E0 in popluar color models

A884E0
RGB168132224
HSL263°59.74%69.80%
HSB/HSV263°41.07%87.84%
CMYK25.00%41.07%0.00%
12.16%

Color #A884E0 in popluar number systems.

HEXA884E0
Decimal168132224
Binary101010001000010011100000
Octal250204340

Shades and tints

Shades of #A884E0

#A884E0
(168,132,224)
#9978CC
(153,120,204)
#8A6CB8
(138,108,184)
#7B60A4
(123,96,164)
#6C5490
(108,84,144)
#5D487C
(93,72,124)
#4E3C68
(78,60,104)
#3F3054
(63,48,84)
#302440
(48,36,64)
#21182C
(33,24,44)
#120C18
(18,12,24)
#000000
(0,0,0)

Tints of #A884E0

#A884E0
(168,132,224)
#AF8FE2
(175,143,226)
#B69AE4
(182,154,228)
#BDA5E6
(189,165,230)
#C4B0E8
(196,176,232)
#CBBBEA
(203,187,234)
#D2C6EC
(210,198,236)
#D9D1EE
(217,209,238)
#E0DCF0
(224,220,240)
#E7E7F2
(231,231,242)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A884E0 color. Also use rgb(168,132,224) instead hex code.

Text Font Color

.myTextColor { color: #A884E0; }

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

This text font color is #A884E0.


Background Color

.myBgColor { background-color: #A884E0; }

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

This div background color is #A884E0.


Border color

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

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

This div border color is #A884E0.


Opacity

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

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

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

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

This text has shadow with #A884E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A884E0 on black background.


Color preview on white background

This text has color #A884E0 on white background.



Black color preview on #A884E0 background

This text has black color on #A884E0 background.


White color preview on #A884E0 background

This text has white color on #A884E0 background.