COLOR #A078C0

HEX: #A078C0
RGB: (160,120,192)

Color info

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

RGB color model

#A078C0 color RGB value is (160,120,192).

  • red value is 160;
  • green value is 120;
  • blue value is 192.
RGB:
(160,120,192)
(63%,47%,75%)

RGB channels and saturation

R 160 of 255 = 63%
G 120 of 255 = 47%
B 192 of 255 = 75%

160
120
192

R + G + B ~ 62%. #A078C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 120 + 192 = 472 (100%)
R 160 of 472 ~ 33.9%
G 120 of 472 ~ 25.42%
B 192 of 472 ~ 40.68%

%33.9
%25.42
%40.68

CMYK color model

#A078C0 color CMYK value is (17,38,0,25).

  • cyan value is 16.67%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(17,38,0,25)
C17M38Y0K25 
(17%,38%,0%,25%)
(0.17/0.38/0.00/0.25)	

CMYK percentages

%16.67
%37.5
%0
%24.71

Codes

Color #A078C0 in popluar color models

A078C0
RGB160120192
HSL273°36.36%61.18%
HSB/HSV273°37.50%75.29%
CMYK16.67%37.50%0.00%
24.71%

Color #A078C0 in popluar number systems.

HEXA078C0
Decimal160120192
Binary10100000111100011000000
Octal240170300

Shades and tints

Shades of #A078C0

#A078C0
(160,120,192)
#926EAF
(146,110,175)
#84649E
(132,100,158)
#765A8D
(118,90,141)
#68507C
(104,80,124)
#5A466B
(90,70,107)
#4C3C5A
(76,60,90)
#3E3249
(62,50,73)
#302838
(48,40,56)
#221E27
(34,30,39)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #A078C0

#A078C0
(160,120,192)
#A884C5
(168,132,197)
#B090CA
(176,144,202)
#B89CCF
(184,156,207)
#C0A8D4
(192,168,212)
#C8B4D9
(200,180,217)
#D0C0DE
(208,192,222)
#D8CCE3
(216,204,227)
#E0D8E8
(224,216,232)
#E8E4ED
(232,228,237)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A078C0; }

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

This text font color is #A078C0.


Background Color

.myBgColor { background-color: #A078C0; }

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

This div background color is #A078C0.


Border color

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

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

This div border color is #A078C0.


Opacity

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

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

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

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

This text has shadow with #A078C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A078C0 on black background.


Color preview on white background

This text has color #A078C0 on white background.



Black color preview on #A078C0 background

This text has black color on #A078C0 background.


White color preview on #A078C0 background

This text has white color on #A078C0 background.