COLOR #A076F3

HEX: #A076F3
RGB: (160,118,243)

Color info

#A076F3 contains mainly blue color. Web safe color of #A076F3 is #9966FF (or #96F).

RGB color model

#A076F3 color RGB value is (160,118,243).

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

RGB channels and saturation

R 160 of 255 = 63%
G 118 of 255 = 46%
B 243 of 255 = 95%

160
118
243

R + G + B ~ 68%. #A076F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 118 + 243 = 521 (100%)
R 160 of 521 ~ 30.71%
G 118 of 521 ~ 22.65%
B 243 of 521 ~ 46.64%

%30.71
%22.65
%46.64

CMYK color model

#A076F3 color CMYK value is (34,51,0,5).

  • cyan value is 34.16%
  • magenta value is 51.44%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(34,51,0,5)
C34M51Y0K5 
(34%,51%,0%,5%)
(0.34/0.51/0.00/0.05)	

CMYK percentages

%34.16
%51.44
%0
%4.71

Codes

Color #A076F3 in popluar color models

A076F3
RGB160118243
HSL260°83.89%70.78%
HSB/HSV260°51.44%95.29%
CMYK34.16%51.44%0.00%
4.71%

Color #A076F3 in popluar number systems.

HEXA076F3
Decimal160118243
Binary10100000111011011110011
Octal240166363

Shades and tints

Shades of #A076F3

#A076F3
(160,118,243)
#926CDD
(146,108,221)
#8462C7
(132,98,199)
#7658B1
(118,88,177)
#684E9B
(104,78,155)
#5A4485
(90,68,133)
#4C3A6F
(76,58,111)
#3E3059
(62,48,89)
#302643
(48,38,67)
#221C2D
(34,28,45)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #A076F3

#A076F3
(160,118,243)
#A882F4
(168,130,244)
#B08EF5
(176,142,245)
#B89AF6
(184,154,246)
#C0A6F7
(192,166,247)
#C8B2F8
(200,178,248)
#D0BEF9
(208,190,249)
#D8CAFA
(216,202,250)
#E0D6FB
(224,214,251)
#E8E2FC
(232,226,252)
#F0EEFD
(240,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A076F3; }

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

This text font color is #A076F3.


Background Color

.myBgColor { background-color: #A076F3; }

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

This div background color is #A076F3.


Border color

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

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

This div border color is #A076F3.


Opacity

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

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

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

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

This text has shadow with #A076F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A076F3 on black background.


Color preview on white background

This text has color #A076F3 on white background.



Black color preview on #A076F3 background

This text has black color on #A076F3 background.


White color preview on #A076F3 background

This text has white color on #A076F3 background.