COLOR #A078AA

HEX: #A078AA
RGB: (160,120,170)

Color info

#A078AA contains red, green and blue colors in about the same proportion. Web safe color of #A078AA is #996699 (or #969).

RGB color model

#A078AA color RGB value is (160,120,170).

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

RGB channels and saturation

R 160 of 255 = 63%
G 120 of 255 = 47%
B 170 of 255 = 67%

160
120
170

R + G + B ~ 59%. #A078AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
160 + 120 + 170 = 450 (100%)
R 160 of 450 ~ 35.56%
G 120 of 450 ~ 26.67%
B 170 of 450 ~ 37.78%

%35.56
%26.67
%37.78

CMYK color model

#A078AA color CMYK value is (6,29,0,33).

  • cyan value is 5.88%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(6,29,0,33)
C6M29Y0K33 
(6%,29%,0%,33%)
(0.06/0.29/0.00/0.33)	

CMYK percentages

%5.88
%29.41
%0
%33.33

Codes

Color #A078AA in popluar color models

A078AA
RGB160120170
HSL288°22.73%56.86%
HSB/HSV288°29.41%66.67%
CMYK5.88%29.41%0.00%
33.33%

Color #A078AA in popluar number systems.

HEXA078AA
Decimal160120170
Binary10100000111100010101010
Octal240170252

Shades and tints

Shades of #A078AA

#A078AA
(160,120,170)
#926E9B
(146,110,155)
#84648C
(132,100,140)
#765A7D
(118,90,125)
#68506E
(104,80,110)
#5A465F
(90,70,95)
#4C3C50
(76,60,80)
#3E3241
(62,50,65)
#302832
(48,40,50)
#221E23
(34,30,35)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #A078AA

#A078AA
(160,120,170)
#A884B1
(168,132,177)
#B090B8
(176,144,184)
#B89CBF
(184,156,191)
#C0A8C6
(192,168,198)
#C8B4CD
(200,180,205)
#D0C0D4
(208,192,212)
#D8CCDB
(216,204,219)
#E0D8E2
(224,216,226)
#E8E4E9
(232,228,233)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A078AA; }

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

This text font color is #A078AA.


Background Color

.myBgColor { background-color: #A078AA; }

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

This div background color is #A078AA.


Border color

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

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

This div border color is #A078AA.


Opacity

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

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

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

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

This text has shadow with #A078AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A078AA on black background.


Color preview on white background

This text has color #A078AA on white background.



Black color preview on #A078AA background

This text has black color on #A078AA background.


White color preview on #A078AA background

This text has white color on #A078AA background.