COLOR #A093B3

HEX: #A093B3
RGB: (160,147,179)

Color info

#A093B3 contains red, green and blue colors in about the same proportion. Web safe color of #A093B3 is #999999 (or #999).

RGB color model

#A093B3 color RGB value is (160,147,179).

  • red value is 160;
  • green value is 147;
  • blue value is 179.
RGB:
(160,147,179)
(63%,58%,70%)

RGB channels and saturation

R 160 of 255 = 63%
G 147 of 255 = 58%
B 179 of 255 = 70%

160
147
179

R + G + B ~ 64%. #A093B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 147 + 179 = 486 (100%)
R 160 of 486 ~ 32.92%
G 147 of 486 ~ 30.25%
B 179 of 486 ~ 36.83%

%32.92
%30.25
%36.83

CMYK color model

#A093B3 color CMYK value is (11,18,0,30).

  • cyan value is 10.61%
  • magenta value is 17.88%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(11,18,0,30)
C11M18Y0K30 
(11%,18%,0%,30%)
(0.11/0.18/0.00/0.30)	

CMYK percentages

%10.61
%17.88
%0
%29.8

Codes

Color #A093B3 in popluar color models

A093B3
RGB160147179
HSL264°17.39%63.92%
HSB/HSV264°17.88%70.20%
CMYK10.61%17.88%0.00%
29.80%

Color #A093B3 in popluar number systems.

HEXA093B3
Decimal160147179
Binary101000001001001110110011
Octal240223263

Shades and tints

Shades of #A093B3

#A093B3
(160,147,179)
#9286A3
(146,134,163)
#847993
(132,121,147)
#766C83
(118,108,131)
#685F73
(104,95,115)
#5A5263
(90,82,99)
#4C4553
(76,69,83)
#3E3843
(62,56,67)
#302B33
(48,43,51)
#221E23
(34,30,35)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #A093B3

#A093B3
(160,147,179)
#A89CB9
(168,156,185)
#B0A5BF
(176,165,191)
#B8AEC5
(184,174,197)
#C0B7CB
(192,183,203)
#C8C0D1
(200,192,209)
#D0C9D7
(208,201,215)
#D8D2DD
(216,210,221)
#E0DBE3
(224,219,227)
#E8E4E9
(232,228,233)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A093B3 color. Also use rgb(160,147,179) instead hex code.

Text Font Color

.myTextColor { color: #A093B3; }

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

This text font color is #A093B3.


Background Color

.myBgColor { background-color: #A093B3; }

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

This div background color is #A093B3.


Border color

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

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

This div border color is #A093B3.


Opacity

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

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

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

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

This text has shadow with #A093B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A093B3 on black background.


Color preview on white background

This text has color #A093B3 on white background.



Black color preview on #A093B3 background

This text has black color on #A093B3 background.


White color preview on #A093B3 background

This text has white color on #A093B3 background.