COLOR #A089CA

HEX: #A089CA
RGB: (160,137,202)

Color info

#A089CA contains mainly red and blue colors. Web safe color of #A089CA is #9999CC (or #99C).

RGB color model

#A089CA color RGB value is (160,137,202).

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

RGB channels and saturation

R 160 of 255 = 63%
G 137 of 255 = 54%
B 202 of 255 = 79%

160
137
202

R + G + B ~ 65%. #A089CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 137 + 202 = 499 (100%)
R 160 of 499 ~ 32.06%
G 137 of 499 ~ 27.45%
B 202 of 499 ~ 40.48%

%32.06
%27.45
%40.48

CMYK color model

#A089CA color CMYK value is (21,32,0,21).

  • cyan value is 20.79%
  • magenta value is 32.18%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(21,32,0,21)
C21M32Y0K21 
(21%,32%,0%,21%)
(0.21/0.32/0.00/0.21)	

CMYK percentages

%20.79
%32.18
%0
%20.78

Codes

Color #A089CA in popluar color models

A089CA
RGB160137202
HSL261°38.01%66.47%
HSB/HSV261°32.18%79.22%
CMYK20.79%32.18%0.00%
20.78%

Color #A089CA in popluar number systems.

HEXA089CA
Decimal160137202
Binary101000001000100111001010
Octal240211312

Shades and tints

Shades of #A089CA

#A089CA
(160,137,202)
#927DB8
(146,125,184)
#8471A6
(132,113,166)
#766594
(118,101,148)
#685982
(104,89,130)
#5A4D70
(90,77,112)
#4C415E
(76,65,94)
#3E354C
(62,53,76)
#30293A
(48,41,58)
#221D28
(34,29,40)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #A089CA

#A089CA
(160,137,202)
#A893CE
(168,147,206)
#B09DD2
(176,157,210)
#B8A7D6
(184,167,214)
#C0B1DA
(192,177,218)
#C8BBDE
(200,187,222)
#D0C5E2
(208,197,226)
#D8CFE6
(216,207,230)
#E0D9EA
(224,217,234)
#E8E3EE
(232,227,238)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A089CA; }

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

This text font color is #A089CA.


Background Color

.myBgColor { background-color: #A089CA; }

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

This div background color is #A089CA.


Border color

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

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

This div border color is #A089CA.


Opacity

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

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

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

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

This text has shadow with #A089CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A089CA on black background.


Color preview on white background

This text has color #A089CA on white background.



Black color preview on #A089CA background

This text has black color on #A089CA background.


White color preview on #A089CA background

This text has white color on #A089CA background.