COLOR #A284D1

HEX: #A284D1 RGB: (162,132,209)

Color info

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

RGB color model

#A284D1 color RGB value is (162,132,209).

RGB: (162,132,209) (64%, 52%, 82%)

RGB channels and saturation

R 162 of 255 = 64%
G 132 of 255 = 52%
B 209 of 255 = 82%

162
132
209

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

Portions of RGB colors in percentages

R + G + B = 162 + 132 + 209 = 503 (100%)
R 162 of 503 ~ 32.21%
G 132 of 503 ~ 26.24%
B 209 of 503 ~ 41.55'%

%32.21
%26.24
%41.55

CMYK color model

#A284D1 color CMYK value is (22,37,0,18).

  • cyan value is 22.49%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (22,37,0,18)
C22M37Y0K18 (22%, 37%, 0%, 18%)
(0.22 / 0.37 / 0.00 / 0.18)

CMYK percentages

%22.49
%36.84
%0
%18.04

Codes

Color #A284D1 in popluar color models

A2 84 D1
RGB 162 132 209
HSL 263° 45.56% 66.86%
HSB/HSV 263° 36.84% 81.96%
CMYK 22.49% 36.84% 0.00%
18.04%

Color #A284D1 in popluar number systems.

HEX A2 84 D1
Decimal 162 132 209
Binary 10100010 10000100 11010001
Octal 242 204 321

Shades and tints

Shades of #A284D1

#A284D1
(162,132,209)
#9478BE
(148,120,190)
#866CAB
(134,108,171)
#786098
(120,96,152)
#6A5485
(106,84,133)
#5C4872
(92,72,114)
#4E3C5F
(78,60,95)
#40304C
(64,48,76)
#322439
(50,36,57)
#241826
(36,24,38)
#160C13
(22,12,19)
#000000
(0,0,0)

Tints of #A284D1

#A284D1
(162,132,209)
#AA8FD5
(170,143,213)
#B29AD9
(178,154,217)
#BAA5DD
(186,165,221)
#C2B0E1
(194,176,225)
#CABBE5
(202,187,229)
#D2C6E9
(210,198,233)
#DAD1ED
(218,209,237)
#E2DCF1
(226,220,241)
#EAE7F5
(234,231,245)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A284D1 color. Also use rgb(162,132,209) instead hex code.

Text Font Color

.myTextColor { color: #A284D1; }

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

This text font color is #A284D1.

Background Color

.myBgColor { background-color: #A284D1; }

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

This div background color is #A284D1.

Border color

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

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

This div border color is #A284D1.

Opacity

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

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

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

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

This text has shadow with #A284D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A284D1.

Preview

Color preview on black background

This text has color #A284D1 on black background.


Color preview on white background

This text has color #A284D1 on white background.


Black color preview on #A284D1 background

This text has black color on #A284D1 background.


White color preview on #A284D1 background

This text has white color on #A284D1 background.


Related colors

Complementary color

Complementary color for #hex is #5D7B2E.


I love getcolorcode.com

Triadic colors

1 #D1A284 and #84D1A2 with #A284D1 are triadic colors.

2 #D184A2 and #84A2D1 with #A284D1 are triadic colors.