COLOR #A854D1

HEX: #A854D1
RGB: (168,84,209)

Color info

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

RGB color model

#A854D1 color RGB value is (168,84,209).

  • red value is 168;
  • green value is 84;
  • blue value is 209.
RGB:
(168,84,209)
(66%,33%,82%)

RGB channels and saturation

R 168 of 255 = 66%
G 84 of 255 = 33%
B 209 of 255 = 82%

168
84
209

R + G + B ~ 60%. #A854D1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
168 + 84 + 209 = 461 (100%)
R 168 of 461 ~ 36.44%
G 84 of 461 ~ 18.22%
B 209 of 461 ~ 45.34%

%36.44
%18.22
%45.34

CMYK color model

#A854D1 color CMYK value is (20,60,0,18).

  • cyan value is 19.62%
  • magenta value is 59.81%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(20,60,0,18)
C20M60Y0K18 
(20%,60%,0%,18%)
(0.20/0.60/0.00/0.18)	

CMYK percentages

%19.62
%59.81
%0
%18.04

Codes

Color #A854D1 in popluar color models

A854D1
RGB16884209
HSL280°57.60%57.45%
HSB/HSV280°59.81%81.96%
CMYK19.62%59.81%0.00%
18.04%

Color #A854D1 in popluar number systems.

HEXA854D1
Decimal16884209
Binary10101000101010011010001
Octal250124321

Shades and tints

Shades of #A854D1

#A854D1
(168,84,209)
#994DBE
(153,77,190)
#8A46AB
(138,70,171)
#7B3F98
(123,63,152)
#6C3885
(108,56,133)
#5D3172
(93,49,114)
#4E2A5F
(78,42,95)
#3F234C
(63,35,76)
#301C39
(48,28,57)
#211526
(33,21,38)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #A854D1

#A854D1
(168,84,209)
#AF63D5
(175,99,213)
#B672D9
(182,114,217)
#BD81DD
(189,129,221)
#C490E1
(196,144,225)
#CB9FE5
(203,159,229)
#D2AEE9
(210,174,233)
#D9BDED
(217,189,237)
#E0CCF1
(224,204,241)
#E7DBF5
(231,219,245)
#EEEAF9
(238,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A854D1 color. Also use rgb(168,84,209) instead hex code.

Text Font Color

.myTextColor { color: #A854D1; }

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

This text font color is #A854D1.


Background Color

.myBgColor { background-color: #A854D1; }

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

This div background color is #A854D1.


Border color

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

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

This div border color is #A854D1.


Opacity

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

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

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

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

This text has shadow with #A854D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A854D1 on black background.


Color preview on white background

This text has color #A854D1 on white background.



Black color preview on #A854D1 background

This text has black color on #A854D1 background.


White color preview on #A854D1 background

This text has white color on #A854D1 background.