COLOR #A078DC

HEX: #A078DC RGB: (160,120,220)

Color info

#A078DC contains mainly blue color. Web safe color of #A078DC is #9966CC (or #96C).

RGB color model

#A078DC color RGB value is (160,120,220).

RGB: (160,120,220) (63%, 47%, 86%)

RGB channels and saturation

R 160 of 255 = 63%
G 120 of 255 = 47%
B 220 of 255 = 86%

160
120
220

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

Portions of RGB colors in percentages

R + G + B = 160 + 120 + 220 = 500 (100%)
R 160 of 500 ~ 32%
G 120 of 500 ~ 24%
B 220 of 500 ~ 44'%

%32
%24
%44

CMYK color model

#A078DC color CMYK value is (27,45,0,14).

  • cyan value is 27.27%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (27,45,0,14)
C27M45Y0K14 (27%, 45%, 0%, 14%)
(0.27 / 0.45 / 0.00 / 0.14)

CMYK percentages

%27.27
%45.45
%0
%13.73

Codes

Color #A078DC in popluar color models

A0 78 DC
RGB 160 120 220
HSL 264° 58.82% 66.67%
HSB/HSV 264° 45.45% 86.27%
CMYK 27.27% 45.45% 0.00%
13.73%

Color #A078DC in popluar number systems.

HEX A0 78 DC
Decimal 160 120 220
Binary 10100000 1111000 11011100
Octal 240 170 334

Shades and tints

Shades of #A078DC

#A078DC
(160,120,220)
#926EC8
(146,110,200)
#8464B4
(132,100,180)
#765AA0
(118,90,160)
#68508C
(104,80,140)
#5A4678
(90,70,120)
#4C3C64
(76,60,100)
#3E3250
(62,50,80)
#30283C
(48,40,60)
#221E28
(34,30,40)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #A078DC

#A078DC
(160,120,220)
#A884DF
(168,132,223)
#B090E2
(176,144,226)
#B89CE5
(184,156,229)
#C0A8E8
(192,168,232)
#C8B4EB
(200,180,235)
#D0C0EE
(208,192,238)
#D8CCF1
(216,204,241)
#E0D8F4
(224,216,244)
#E8E4F7
(232,228,247)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A078DC color. Also use rgb(160,120,220) instead hex code.

Text Font Color

.myTextColor { color: #A078DC; }

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

This text font color is #A078DC.

Background Color

.myBgColor { background-color: #A078DC; }

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

This div background color is #A078DC.

Border color

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

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

This div border color is #A078DC.

Opacity

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

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

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

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

This text has shadow with #A078DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A078DC.

Preview

Color preview on black background

This text has color #A078DC on black background.


Color preview on white background

This text has color #A078DC on white background.


Black color preview on #A078DC background

This text has black color on #A078DC background.


White color preview on #A078DC background

This text has white color on #A078DC background.


Related colors

Complementary color

Complementary color for #hex is #5F8723.


I love getcolorcode.com

Triadic colors

1 #DCA078 and #78DCA0 with #A078DC are triadic colors.

2 #DC78A0 and #78A0DC with #A078DC are triadic colors.