COLOR #A093FD

HEX: #A093FD
RGB: (160,147,253)

Color info

#A093FD contains mainly blue color. Web safe color of #A093FD is #9999FF (or #99F).

RGB color model

#A093FD color RGB value is (160,147,253).

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

RGB channels and saturation

R 160 of 255 = 63%
G 147 of 255 = 58%
B 253 of 255 = 99%

160
147
253

R + G + B ~ 73%. #A093FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 147 + 253 = 560 (100%)
R 160 of 560 ~ 28.57%
G 147 of 560 ~ 26.25%
B 253 of 560 ~ 45.18%

%28.57
%26.25
%45.18

CMYK color model

#A093FD color CMYK value is (37,42,0,1).

  • cyan value is 36.76%
  • magenta value is 41.90%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(37,42,0,1)
C37M42Y0K1 
(37%,42%,0%,1%)
(0.37/0.42/0.00/0.01)	

CMYK percentages

%36.76
%41.9
%0
%0.78

Codes

Color #A093FD in popluar color models

A093FD
RGB160147253
HSL247°96.36%78.43%
HSB/HSV247°41.90%99.22%
CMYK36.76%41.90%0.00%
0.78%

Color #A093FD in popluar number systems.

HEXA093FD
Decimal160147253
Binary101000001001001111111101
Octal240223375

Shades and tints

Shades of #A093FD

#A093FD
(160,147,253)
#9286E6
(146,134,230)
#8479CF
(132,121,207)
#766CB8
(118,108,184)
#685FA1
(104,95,161)
#5A528A
(90,82,138)
#4C4573
(76,69,115)
#3E385C
(62,56,92)
#302B45
(48,43,69)
#221E2E
(34,30,46)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #A093FD

#A093FD
(160,147,253)
#A89CFD
(168,156,253)
#B0A5FD
(176,165,253)
#B8AEFD
(184,174,253)
#C0B7FD
(192,183,253)
#C8C0FD
(200,192,253)
#D0C9FD
(208,201,253)
#D8D2FD
(216,210,253)
#E0DBFD
(224,219,253)
#E8E4FD
(232,228,253)
#F0EDFD
(240,237,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A093FD; }

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

This text font color is #A093FD.


Background Color

.myBgColor { background-color: #A093FD; }

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

This div background color is #A093FD.


Border color

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

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

This div border color is #A093FD.


Opacity

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

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

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

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

This text has shadow with #A093FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A093FD on black background.


Color preview on white background

This text has color #A093FD on white background.



Black color preview on #A093FD background

This text has black color on #A093FD background.


White color preview on #A093FD background

This text has white color on #A093FD background.