COLOR #A780DC

HEX: #A780DC
RGB: (167,128,220)

Color info

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

RGB color model

#A780DC color RGB value is (167,128,220).

  • red value is 167;
  • green value is 128;
  • blue value is 220.
RGB:
(167,128,220)
(65%,50%,86%)

RGB channels and saturation

R 167 of 255 = 65%
G 128 of 255 = 50%
B 220 of 255 = 86%

167
128
220

R + G + B ~ 67%. #A780DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 128 + 220 = 515 (100%)
R 167 of 515 ~ 32.43%
G 128 of 515 ~ 24.85%
B 220 of 515 ~ 42.72%

%32.43
%24.85
%42.72

CMYK color model

#A780DC color CMYK value is (24,42,0,14).

  • cyan value is 24.09%
  • magenta value is 41.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(24,42,0,14)
C24M42Y0K14 
(24%,42%,0%,14%)
(0.24/0.42/0.00/0.14)	

CMYK percentages

%24.09
%41.82
%0
%13.73

Codes

Color #A780DC in popluar color models

A780DC
RGB167128220
HSL265°56.79%68.24%
HSB/HSV265°41.82%86.27%
CMYK24.09%41.82%0.00%
13.73%

Color #A780DC in popluar number systems.

HEXA780DC
Decimal167128220
Binary101001111000000011011100
Octal247200334

Shades and tints

Shades of #A780DC

#A780DC
(167,128,220)
#9875C8
(152,117,200)
#896AB4
(137,106,180)
#7A5FA0
(122,95,160)
#6B548C
(107,84,140)
#5C4978
(92,73,120)
#4D3E64
(77,62,100)
#3E3350
(62,51,80)
#2F283C
(47,40,60)
#201D28
(32,29,40)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #A780DC

#A780DC
(167,128,220)
#AF8BDF
(175,139,223)
#B796E2
(183,150,226)
#BFA1E5
(191,161,229)
#C7ACE8
(199,172,232)
#CFB7EB
(207,183,235)
#D7C2EE
(215,194,238)
#DFCDF1
(223,205,241)
#E7D8F4
(231,216,244)
#EFE3F7
(239,227,247)
#F7EEFA
(247,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A780DC color. Also use rgb(167,128,220) instead hex code.

Text Font Color

.myTextColor { color: #A780DC; }

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

This text font color is #A780DC.


Background Color

.myBgColor { background-color: #A780DC; }

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

This div background color is #A780DC.


Border color

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

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

This div border color is #A780DC.


Opacity

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

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

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

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

This text has shadow with #A780DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A780DC on black background.


Color preview on white background

This text has color #A780DC on white background.



Black color preview on #A780DC background

This text has black color on #A780DC background.


White color preview on #A780DC background

This text has white color on #A780DC background.