COLOR #A380DC

HEX: #A380DC
RGB: (163,128,220)

Color info

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

RGB color model

#A380DC color RGB value is (163,128,220).

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

RGB channels and saturation

R 163 of 255 = 64%
G 128 of 255 = 50%
B 220 of 255 = 86%

163
128
220

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

Portions of RGB colors in percentages

R + G + B =
163 + 128 + 220 = 511 (100%)
R 163 of 511 ~ 31.9%
G 128 of 511 ~ 25.05%
B 220 of 511 ~ 43.05%

%31.9
%25.05
%43.05

CMYK color model

#A380DC color CMYK value is (26,42,0,14).

  • cyan value is 25.91%
  • magenta value is 41.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(26,42,0,14)
C26M42Y0K14 
(26%,42%,0%,14%)
(0.26/0.42/0.00/0.14)	

CMYK percentages

%25.91
%41.82
%0
%13.73

Codes

Color #A380DC in popluar color models

A380DC
RGB163128220
HSL263°56.79%68.24%
HSB/HSV263°41.82%86.27%
CMYK25.91%41.82%0.00%
13.73%

Color #A380DC in popluar number systems.

HEXA380DC
Decimal163128220
Binary101000111000000011011100
Octal243200334

Shades and tints

Shades of #A380DC

#A380DC
(163,128,220)
#9575C8
(149,117,200)
#876AB4
(135,106,180)
#795FA0
(121,95,160)
#6B548C
(107,84,140)
#5D4978
(93,73,120)
#4F3E64
(79,62,100)
#413350
(65,51,80)
#33283C
(51,40,60)
#251D28
(37,29,40)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #A380DC

#A380DC
(163,128,220)
#AB8BDF
(171,139,223)
#B396E2
(179,150,226)
#BBA1E5
(187,161,229)
#C3ACE8
(195,172,232)
#CBB7EB
(203,183,235)
#D3C2EE
(211,194,238)
#DBCDF1
(219,205,241)
#E3D8F4
(227,216,244)
#EBE3F7
(235,227,247)
#F3EEFA
(243,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A380DC; }

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

This text font color is #A380DC.


Background Color

.myBgColor { background-color: #A380DC; }

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

This div background color is #A380DC.


Border color

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

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

This div border color is #A380DC.


Opacity

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

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

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

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

This text has shadow with #A380DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A380DC on black background.


Color preview on white background

This text has color #A380DC on white background.



Black color preview on #A380DC background

This text has black color on #A380DC background.


White color preview on #A380DC background

This text has white color on #A380DC background.