COLOR #A078C1

HEX: #A078C1
RGB: (160,120,193)

Color info

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

RGB color model

#A078C1 color RGB value is (160,120,193).

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

RGB channels and saturation

R 160 of 255 = 63%
G 120 of 255 = 47%
B 193 of 255 = 76%

160
120
193

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

Portions of RGB colors in percentages

R + G + B =
160 + 120 + 193 = 473 (100%)
R 160 of 473 ~ 33.83%
G 120 of 473 ~ 25.37%
B 193 of 473 ~ 40.8%

%33.83
%25.37
%40.8

CMYK color model

#A078C1 color CMYK value is (17,38,0,24).

  • cyan value is 17.10%
  • magenta value is 37.82%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(17,38,0,24)
C17M38Y0K24 
(17%,38%,0%,24%)
(0.17/0.38/0.00/0.24)	

CMYK percentages

%17.1
%37.82
%0
%24.31

Codes

Color #A078C1 in popluar color models

A078C1
RGB160120193
HSL273°37.06%61.37%
HSB/HSV273°37.82%75.69%
CMYK17.10%37.82%0.00%
24.31%

Color #A078C1 in popluar number systems.

HEXA078C1
Decimal160120193
Binary10100000111100011000001
Octal240170301

Shades and tints

Shades of #A078C1

#A078C1
(160,120,193)
#926EB0
(146,110,176)
#84649F
(132,100,159)
#765A8E
(118,90,142)
#68507D
(104,80,125)
#5A466C
(90,70,108)
#4C3C5B
(76,60,91)
#3E324A
(62,50,74)
#302839
(48,40,57)
#221E28
(34,30,40)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #A078C1

#A078C1
(160,120,193)
#A884C6
(168,132,198)
#B090CB
(176,144,203)
#B89CD0
(184,156,208)
#C0A8D5
(192,168,213)
#C8B4DA
(200,180,218)
#D0C0DF
(208,192,223)
#D8CCE4
(216,204,228)
#E0D8E9
(224,216,233)
#E8E4EE
(232,228,238)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A078C1; }

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

This text font color is #A078C1.


Background Color

.myBgColor { background-color: #A078C1; }

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

This div background color is #A078C1.


Border color

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

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

This div border color is #A078C1.


Opacity

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

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

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

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

This text has shadow with #A078C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A078C1 on black background.


Color preview on white background

This text has color #A078C1 on white background.



Black color preview on #A078C1 background

This text has black color on #A078C1 background.


White color preview on #A078C1 background

This text has white color on #A078C1 background.