COLOR #A078C5

HEX: #A078C5 RGB: (160,120,197)

Color info

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

RGB color model

#A078C5 color RGB value is (160,120,197).

RGB: (160,120,197) (63%, 47%, 77%)

RGB channels and saturation

R 160 of 255 = 63%
G 120 of 255 = 47%
B 197 of 255 = 77%

160
120
197

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

Portions of RGB colors in percentages

R + G + B = 160 + 120 + 197 = 477 (100%)
R 160 of 477 ~ 33.54%
G 120 of 477 ~ 25.16%
B 197 of 477 ~ 41.3'%

%33.54
%25.16
%41.3

CMYK color model

#A078C5 color CMYK value is (19,39,0,23).

  • cyan value is 18.78%
  • magenta value is 39.09%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (19,39,0,23)
C19M39Y0K23 (19%, 39%, 0%, 23%)
(0.19 / 0.39 / 0.00 / 0.23)

CMYK percentages

%18.78
%39.09
%0
%22.75

Codes

Color #A078C5 in popluar color models

A0 78 C5
RGB 160 120 197
HSL 271° 39.90% 62.16%
HSB/HSV 271° 39.09% 77.25%
CMYK 18.78% 39.09% 0.00%
22.75%

Color #A078C5 in popluar number systems.

HEX A0 78 C5
Decimal 160 120 197
Binary 10100000 1111000 11000101
Octal 240 170 305

Shades and tints

Shades of #A078C5

#A078C5
(160,120,197)
#926EB4
(146,110,180)
#8464A3
(132,100,163)
#765A92
(118,90,146)
#685081
(104,80,129)
#5A4670
(90,70,112)
#4C3C5F
(76,60,95)
#3E324E
(62,50,78)
#30283D
(48,40,61)
#221E2C
(34,30,44)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #A078C5

#A078C5
(160,120,197)
#A884CA
(168,132,202)
#B090CF
(176,144,207)
#B89CD4
(184,156,212)
#C0A8D9
(192,168,217)
#C8B4DE
(200,180,222)
#D0C0E3
(208,192,227)
#D8CCE8
(216,204,232)
#E0D8ED
(224,216,237)
#E8E4F2
(232,228,242)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A078C5; }

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

This text font color is #A078C5.

Background Color

.myBgColor { background-color: #A078C5; }

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

This div background color is #A078C5.

Border color

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

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

This div border color is #A078C5.

Opacity

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

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

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

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

This text has shadow with #A078C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A078C5.

Preview

Color preview on black background

This text has color #A078C5 on black background.


Color preview on white background

This text has color #A078C5 on white background.


Black color preview on #A078C5 background

This text has black color on #A078C5 background.


White color preview on #A078C5 background

This text has white color on #A078C5 background.


Related colors

Complementary color

Complementary color for #hex is #5F873A.


I love getcolorcode.com

Triadic colors

1 #C5A078 and #78C5A0 with #A078C5 are triadic colors.

2 #C578A0 and #78A0C5 with #A078C5 are triadic colors.