COLOR #A093B0

HEX: #A093B0
RGB: (160,147,176)

Color info

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

RGB color model

#A093B0 color RGB value is (160,147,176).

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

RGB channels and saturation

R 160 of 255 = 63%
G 147 of 255 = 58%
B 176 of 255 = 69%

160
147
176

R + G + B ~ 63%. #A093B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 147 + 176 = 483 (100%)
R 160 of 483 ~ 33.13%
G 147 of 483 ~ 30.43%
B 176 of 483 ~ 36.44%

%33.13
%30.43
%36.44

CMYK color model

#A093B0 color CMYK value is (9,16,0,31).

  • cyan value is 9.09%
  • magenta value is 16.48%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(9,16,0,31)
C9M16Y0K31 
(9%,16%,0%,31%)
(0.09/0.16/0.00/0.31)	

CMYK percentages

%9.09
%16.48
%0
%30.98

Codes

Color #A093B0 in popluar color models

A093B0
RGB160147176
HSL267°15.51%63.33%
HSB/HSV267°16.48%69.02%
CMYK9.09%16.48%0.00%
30.98%

Color #A093B0 in popluar number systems.

HEXA093B0
Decimal160147176
Binary101000001001001110110000
Octal240223260

Shades and tints

Shades of #A093B0

#A093B0
(160,147,176)
#9286A0
(146,134,160)
#847990
(132,121,144)
#766C80
(118,108,128)
#685F70
(104,95,112)
#5A5260
(90,82,96)
#4C4550
(76,69,80)
#3E3840
(62,56,64)
#302B30
(48,43,48)
#221E20
(34,30,32)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #A093B0

#A093B0
(160,147,176)
#A89CB7
(168,156,183)
#B0A5BE
(176,165,190)
#B8AEC5
(184,174,197)
#C0B7CC
(192,183,204)
#C8C0D3
(200,192,211)
#D0C9DA
(208,201,218)
#D8D2E1
(216,210,225)
#E0DBE8
(224,219,232)
#E8E4EF
(232,228,239)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A093B0; }

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

This text font color is #A093B0.


Background Color

.myBgColor { background-color: #A093B0; }

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

This div background color is #A093B0.


Border color

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

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

This div border color is #A093B0.


Opacity

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

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

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

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

This text has shadow with #A093B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A093B0 on black background.


Color preview on white background

This text has color #A093B0 on white background.



Black color preview on #A093B0 background

This text has black color on #A093B0 background.


White color preview on #A093B0 background

This text has white color on #A093B0 background.