COLOR #A780D6

HEX: #A780D6
RGB: (167,128,214)

Color info

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

RGB color model

#A780D6 color RGB value is (167,128,214).

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

RGB channels and saturation

R 167 of 255 = 65%
G 128 of 255 = 50%
B 214 of 255 = 84%

167
128
214

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

Portions of RGB colors in percentages

R + G + B =
167 + 128 + 214 = 509 (100%)
R 167 of 509 ~ 32.81%
G 128 of 509 ~ 25.15%
B 214 of 509 ~ 42.04%

%32.81
%25.15
%42.04

CMYK color model

#A780D6 color CMYK value is (22,40,0,16).

  • cyan value is 21.96%
  • magenta value is 40.19%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(22,40,0,16)
C22M40Y0K16 
(22%,40%,0%,16%)
(0.22/0.40/0.00/0.16)	

CMYK percentages

%21.96
%40.19
%0
%16.08

Codes

Color #A780D6 in popluar color models

A780D6
RGB167128214
HSL267°51.19%67.06%
HSB/HSV267°40.19%83.92%
CMYK21.96%40.19%0.00%
16.08%

Color #A780D6 in popluar number systems.

HEXA780D6
Decimal167128214
Binary101001111000000011010110
Octal247200326

Shades and tints

Shades of #A780D6

#A780D6
(167,128,214)
#9875C3
(152,117,195)
#896AB0
(137,106,176)
#7A5F9D
(122,95,157)
#6B548A
(107,84,138)
#5C4977
(92,73,119)
#4D3E64
(77,62,100)
#3E3351
(62,51,81)
#2F283E
(47,40,62)
#201D2B
(32,29,43)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #A780D6

#A780D6
(167,128,214)
#AF8BD9
(175,139,217)
#B796DC
(183,150,220)
#BFA1DF
(191,161,223)
#C7ACE2
(199,172,226)
#CFB7E5
(207,183,229)
#D7C2E8
(215,194,232)
#DFCDEB
(223,205,235)
#E7D8EE
(231,216,238)
#EFE3F1
(239,227,241)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A780D6; }

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

This text font color is #A780D6.


Background Color

.myBgColor { background-color: #A780D6; }

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

This div background color is #A780D6.


Border color

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

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

This div border color is #A780D6.


Opacity

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

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

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

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

This text has shadow with #A780D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A780D6 on black background.


Color preview on white background

This text has color #A780D6 on white background.



Black color preview on #A780D6 background

This text has black color on #A780D6 background.


White color preview on #A780D6 background

This text has white color on #A780D6 background.