COLOR #A093CA

HEX: #A093CA
RGB: (160,147,202)

Color info

#A093CA contains red, green and blue colors in about the same proportion. Web safe color of #A093CA is #9999CC (or #99C).

RGB color model

#A093CA color RGB value is (160,147,202).

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

RGB channels and saturation

R 160 of 255 = 63%
G 147 of 255 = 58%
B 202 of 255 = 79%

160
147
202

R + G + B ~ 67%. #A093CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 147 + 202 = 509 (100%)
R 160 of 509 ~ 31.43%
G 147 of 509 ~ 28.88%
B 202 of 509 ~ 39.69%

%31.43
%28.88
%39.69

CMYK color model

#A093CA color CMYK value is (21,27,0,21).

  • cyan value is 20.79%
  • magenta value is 27.23%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(21,27,0,21)
C21M27Y0K21 
(21%,27%,0%,21%)
(0.21/0.27/0.00/0.21)	

CMYK percentages

%20.79
%27.23
%0
%20.78

Codes

Color #A093CA in popluar color models

A093CA
RGB160147202
HSL254°34.16%68.43%
HSB/HSV254°27.23%79.22%
CMYK20.79%27.23%0.00%
20.78%

Color #A093CA in popluar number systems.

HEXA093CA
Decimal160147202
Binary101000001001001111001010
Octal240223312

Shades and tints

Shades of #A093CA

#A093CA
(160,147,202)
#9286B8
(146,134,184)
#8479A6
(132,121,166)
#766C94
(118,108,148)
#685F82
(104,95,130)
#5A5270
(90,82,112)
#4C455E
(76,69,94)
#3E384C
(62,56,76)
#302B3A
(48,43,58)
#221E28
(34,30,40)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #A093CA

#A093CA
(160,147,202)
#A89CCE
(168,156,206)
#B0A5D2
(176,165,210)
#B8AED6
(184,174,214)
#C0B7DA
(192,183,218)
#C8C0DE
(200,192,222)
#D0C9E2
(208,201,226)
#D8D2E6
(216,210,230)
#E0DBEA
(224,219,234)
#E8E4EE
(232,228,238)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A093CA; }

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

This text font color is #A093CA.


Background Color

.myBgColor { background-color: #A093CA; }

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

This div background color is #A093CA.


Border color

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

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

This div border color is #A093CA.


Opacity

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

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

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

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

This text has shadow with #A093CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A093CA on black background.


Color preview on white background

This text has color #A093CA on white background.



Black color preview on #A093CA background

This text has black color on #A093CA background.


White color preview on #A093CA background

This text has white color on #A093CA background.