COLOR #A076C3

HEX: #A076C3
RGB: (160,118,195)

Color info

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

RGB color model

#A076C3 color RGB value is (160,118,195).

  • red value is 160;
  • green value is 118;
  • blue value is 195.
RGB:
(160,118,195)
(63%,46%,76%)

RGB channels and saturation

R 160 of 255 = 63%
G 118 of 255 = 46%
B 195 of 255 = 76%

160
118
195

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

Portions of RGB colors in percentages

R + G + B =
160 + 118 + 195 = 473 (100%)
R 160 of 473 ~ 33.83%
G 118 of 473 ~ 24.95%
B 195 of 473 ~ 41.23%

%33.83
%24.95
%41.23

CMYK color model

#A076C3 color CMYK value is (18,39,0,24).

  • cyan value is 17.95%
  • magenta value is 39.49%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(18,39,0,24)
C18M39Y0K24 
(18%,39%,0%,24%)
(0.18/0.39/0.00/0.24)	

CMYK percentages

%17.95
%39.49
%0
%23.53

Codes

Color #A076C3 in popluar color models

A076C3
RGB160118195
HSL273°39.09%61.37%
HSB/HSV273°39.49%76.47%
CMYK17.95%39.49%0.00%
23.53%

Color #A076C3 in popluar number systems.

HEXA076C3
Decimal160118195
Binary10100000111011011000011
Octal240166303

Shades and tints

Shades of #A076C3

#A076C3
(160,118,195)
#926CB2
(146,108,178)
#8462A1
(132,98,161)
#765890
(118,88,144)
#684E7F
(104,78,127)
#5A446E
(90,68,110)
#4C3A5D
(76,58,93)
#3E304C
(62,48,76)
#30263B
(48,38,59)
#221C2A
(34,28,42)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #A076C3

#A076C3
(160,118,195)
#A882C8
(168,130,200)
#B08ECD
(176,142,205)
#B89AD2
(184,154,210)
#C0A6D7
(192,166,215)
#C8B2DC
(200,178,220)
#D0BEE1
(208,190,225)
#D8CAE6
(216,202,230)
#E0D6EB
(224,214,235)
#E8E2F0
(232,226,240)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A076C3 color. Also use rgb(160,118,195) instead hex code.

Text Font Color

.myTextColor { color: #A076C3; }

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

This text font color is #A076C3.


Background Color

.myBgColor { background-color: #A076C3; }

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

This div background color is #A076C3.


Border color

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

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

This div border color is #A076C3.


Opacity

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

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

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

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

This text has shadow with #A076C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A076C3 on black background.


Color preview on white background

This text has color #A076C3 on white background.



Black color preview on #A076C3 background

This text has black color on #A076C3 background.


White color preview on #A076C3 background

This text has white color on #A076C3 background.