COLOR #A093DF

HEX: #A093DF
RGB: (160,147,223)

Color info

#A093DF contains mainly blue color. Web safe color of #A093DF is #9999CC (or #99C).

RGB color model

#A093DF color RGB value is (160,147,223).

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

RGB channels and saturation

R 160 of 255 = 63%
G 147 of 255 = 58%
B 223 of 255 = 87%

160
147
223

R + G + B ~ 69%. #A093DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 147 + 223 = 530 (100%)
R 160 of 530 ~ 30.19%
G 147 of 530 ~ 27.74%
B 223 of 530 ~ 42.08%

%30.19
%27.74
%42.08

CMYK color model

#A093DF color CMYK value is (28,34,0,13).

  • cyan value is 28.25%
  • magenta value is 34.08%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(28,34,0,13)
C28M34Y0K13 
(28%,34%,0%,13%)
(0.28/0.34/0.00/0.13)	

CMYK percentages

%28.25
%34.08
%0
%12.55

Codes

Color #A093DF in popluar color models

A093DF
RGB160147223
HSL250°54.29%72.55%
HSB/HSV250°34.08%87.45%
CMYK28.25%34.08%0.00%
12.55%

Color #A093DF in popluar number systems.

HEXA093DF
Decimal160147223
Binary101000001001001111011111
Octal240223337

Shades and tints

Shades of #A093DF

#A093DF
(160,147,223)
#9286CB
(146,134,203)
#8479B7
(132,121,183)
#766CA3
(118,108,163)
#685F8F
(104,95,143)
#5A527B
(90,82,123)
#4C4567
(76,69,103)
#3E3853
(62,56,83)
#302B3F
(48,43,63)
#221E2B
(34,30,43)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #A093DF

#A093DF
(160,147,223)
#A89CE1
(168,156,225)
#B0A5E3
(176,165,227)
#B8AEE5
(184,174,229)
#C0B7E7
(192,183,231)
#C8C0E9
(200,192,233)
#D0C9EB
(208,201,235)
#D8D2ED
(216,210,237)
#E0DBEF
(224,219,239)
#E8E4F1
(232,228,241)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A093DF; }

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

This text font color is #A093DF.


Background Color

.myBgColor { background-color: #A093DF; }

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

This div background color is #A093DF.


Border color

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

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

This div border color is #A093DF.


Opacity

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

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

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

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

This text has shadow with #A093DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A093DF on black background.


Color preview on white background

This text has color #A093DF on white background.



Black color preview on #A093DF background

This text has black color on #A093DF background.


White color preview on #A093DF background

This text has white color on #A093DF background.