COLOR #A482D2

HEX: #A482D2 RGB: (164,130,210)

Color info

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

RGB color model

#A482D2 color RGB value is (164,130,210).

RGB: (164,130,210) (64%, 51%, 82%)

RGB channels and saturation

R 164 of 255 = 64%
G 130 of 255 = 51%
B 210 of 255 = 82%

164
130
210

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

Portions of RGB colors in percentages

R + G + B = 164 + 130 + 210 = 504 (100%)
R 164 of 504 ~ 32.54%
G 130 of 504 ~ 25.79%
B 210 of 504 ~ 41.67'%

%32.54
%25.79
%41.67

CMYK color model

#A482D2 color CMYK value is (22,38,0,18).

  • cyan value is 21.90%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (22,38,0,18)
C22M38Y0K18 (22%, 38%, 0%, 18%)
(0.22 / 0.38 / 0.00 / 0.18)

CMYK percentages

%21.9
%38.1
%0
%17.65

Codes

Color #A482D2 in popluar color models

A4 82 D2
RGB 164 130 210
HSL 266° 47.06% 66.67%
HSB/HSV 266° 38.10% 82.35%
CMYK 21.90% 38.10% 0.00%
17.65%

Color #A482D2 in popluar number systems.

HEX A4 82 D2
Decimal 164 130 210
Binary 10100100 10000010 11010010
Octal 244 202 322

Shades and tints

Shades of #A482D2

#A482D2
(164,130,210)
#9677BF
(150,119,191)
#886CAC
(136,108,172)
#7A6199
(122,97,153)
#6C5686
(108,86,134)
#5E4B73
(94,75,115)
#504060
(80,64,96)
#42354D
(66,53,77)
#342A3A
(52,42,58)
#261F27
(38,31,39)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #A482D2

#A482D2
(164,130,210)
#AC8DD6
(172,141,214)
#B498DA
(180,152,218)
#BCA3DE
(188,163,222)
#C4AEE2
(196,174,226)
#CCB9E6
(204,185,230)
#D4C4EA
(212,196,234)
#DCCFEE
(220,207,238)
#E4DAF2
(228,218,242)
#ECE5F6
(236,229,246)
#F4F0FA
(244,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A482D2 color. Also use rgb(164,130,210) instead hex code.

Text Font Color

.myTextColor { color: #A482D2; }

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

This text font color is #A482D2.

Background Color

.myBgColor { background-color: #A482D2; }

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

This div background color is #A482D2.

Border color

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

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

This div border color is #A482D2.

Opacity

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

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

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

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

This text has shadow with #A482D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A482D2.

Preview

Color preview on black background

This text has color #A482D2 on black background.


Color preview on white background

This text has color #A482D2 on white background.


Black color preview on #A482D2 background

This text has black color on #A482D2 background.


White color preview on #A482D2 background

This text has white color on #A482D2 background.


Related colors

Complementary color

Complementary color for #hex is #5B7D2D.


I love getcolorcode.com

Triadic colors

1 #D2A482 and #82D2A4 with #A482D2 are triadic colors.

2 #D282A4 and #82A4D2 with #A482D2 are triadic colors.