COLOR #A078A1

HEX: #A078A1
RGB: (160,120,161)

Color info

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

RGB color model

#A078A1 color RGB value is (160,120,161).

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

RGB channels and saturation

R 160 of 255 = 63%
G 120 of 255 = 47%
B 161 of 255 = 63%

160
120
161

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

Portions of RGB colors in percentages

R + G + B =
160 + 120 + 161 = 441 (100%)
R 160 of 441 ~ 36.28%
G 120 of 441 ~ 27.21%
B 161 of 441 ~ 36.51%

%36.28
%27.21
%36.51

CMYK color model

#A078A1 color CMYK value is (1,25,0,37).

  • cyan value is 0.62%
  • magenta value is 25.47%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(1,25,0,37)
C1M25Y0K37 
(1%,25%,0%,37%)
(0.01/0.25/0.00/0.37)	

CMYK percentages

%0.62
%25.47
%0
%36.86

Codes

Color #A078A1 in popluar color models

A078A1
RGB160120161
HSL299°17.90%55.10%
HSB/HSV299°25.47%63.14%
CMYK0.62%25.47%0.00%
36.86%

Color #A078A1 in popluar number systems.

HEXA078A1
Decimal160120161
Binary10100000111100010100001
Octal240170241

Shades and tints

Shades of #A078A1

#A078A1
(160,120,161)
#926E93
(146,110,147)
#846485
(132,100,133)
#765A77
(118,90,119)
#685069
(104,80,105)
#5A465B
(90,70,91)
#4C3C4D
(76,60,77)
#3E323F
(62,50,63)
#302831
(48,40,49)
#221E23
(34,30,35)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #A078A1

#A078A1
(160,120,161)
#A884A9
(168,132,169)
#B090B1
(176,144,177)
#B89CB9
(184,156,185)
#C0A8C1
(192,168,193)
#C8B4C9
(200,180,201)
#D0C0D1
(208,192,209)
#D8CCD9
(216,204,217)
#E0D8E1
(224,216,225)
#E8E4E9
(232,228,233)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A078A1; }

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

This text font color is #A078A1.


Background Color

.myBgColor { background-color: #A078A1; }

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

This div background color is #A078A1.


Border color

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

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

This div border color is #A078A1.


Opacity

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

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

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

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

This text has shadow with #A078A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A078A1 on black background.


Color preview on white background

This text has color #A078A1 on white background.



Black color preview on #A078A1 background

This text has black color on #A078A1 background.


White color preview on #A078A1 background

This text has white color on #A078A1 background.