COLOR #A482CC

HEX: #A482CC
RGB: (164,130,204)

Color info

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

RGB color model

#A482CC color RGB value is (164,130,204).

  • red value is 164;
  • green value is 130;
  • blue value is 204.
RGB:
(164,130,204)
(64%,51%,80%)

RGB channels and saturation

R 164 of 255 = 64%
G 130 of 255 = 51%
B 204 of 255 = 80%

164
130
204

R + G + B ~ 65%. #A482CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 130 + 204 = 498 (100%)
R 164 of 498 ~ 32.93%
G 130 of 498 ~ 26.1%
B 204 of 498 ~ 40.96%

%32.93
%26.1
%40.96

CMYK color model

#A482CC color CMYK value is (20,36,0,20).

  • cyan value is 19.61%
  • magenta value is 36.27%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(20,36,0,20)
C20M36Y0K20 
(20%,36%,0%,20%)
(0.20/0.36/0.00/0.20)	

CMYK percentages

%19.61
%36.27
%0
%20

Codes

Color #A482CC in popluar color models

A482CC
RGB164130204
HSL268°42.05%65.49%
HSB/HSV268°36.27%80.00%
CMYK19.61%36.27%0.00%
20.00%

Color #A482CC in popluar number systems.

HEXA482CC
Decimal164130204
Binary101001001000001011001100
Octal244202314

Shades and tints

Shades of #A482CC

#A482CC
(164,130,204)
#9677BA
(150,119,186)
#886CA8
(136,108,168)
#7A6196
(122,97,150)
#6C5684
(108,86,132)
#5E4B72
(94,75,114)
#504060
(80,64,96)
#42354E
(66,53,78)
#342A3C
(52,42,60)
#261F2A
(38,31,42)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #A482CC

#A482CC
(164,130,204)
#AC8DD0
(172,141,208)
#B498D4
(180,152,212)
#BCA3D8
(188,163,216)
#C4AEDC
(196,174,220)
#CCB9E0
(204,185,224)
#D4C4E4
(212,196,228)
#DCCFE8
(220,207,232)
#E4DAEC
(228,218,236)
#ECE5F0
(236,229,240)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A482CC; }

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

This text font color is #A482CC.


Background Color

.myBgColor { background-color: #A482CC; }

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

This div background color is #A482CC.


Border color

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

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

This div border color is #A482CC.


Opacity

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

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

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

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

This text has shadow with #A482CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A482CC on black background.


Color preview on white background

This text has color #A482CC on white background.



Black color preview on #A482CC background

This text has black color on #A482CC background.


White color preview on #A482CC background

This text has white color on #A482CC background.