COLOR #A089C0

HEX: #A089C0
RGB: (160,137,192)

Color info

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

RGB color model

#A089C0 color RGB value is (160,137,192).

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

RGB channels and saturation

R 160 of 255 = 63%
G 137 of 255 = 54%
B 192 of 255 = 75%

160
137
192

R + G + B ~ 64%. #A089C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 137 + 192 = 489 (100%)
R 160 of 489 ~ 32.72%
G 137 of 489 ~ 28.02%
B 192 of 489 ~ 39.26%

%32.72
%28.02
%39.26

CMYK color model

#A089C0 color CMYK value is (17,29,0,25).

  • cyan value is 16.67%
  • magenta value is 28.65%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(17,29,0,25)
C17M29Y0K25 
(17%,29%,0%,25%)
(0.17/0.29/0.00/0.25)	

CMYK percentages

%16.67
%28.65
%0
%24.71

Codes

Color #A089C0 in popluar color models

A089C0
RGB160137192
HSL265°30.39%64.51%
HSB/HSV265°28.65%75.29%
CMYK16.67%28.65%0.00%
24.71%

Color #A089C0 in popluar number systems.

HEXA089C0
Decimal160137192
Binary101000001000100111000000
Octal240211300

Shades and tints

Shades of #A089C0

#A089C0
(160,137,192)
#927DAF
(146,125,175)
#84719E
(132,113,158)
#76658D
(118,101,141)
#68597C
(104,89,124)
#5A4D6B
(90,77,107)
#4C415A
(76,65,90)
#3E3549
(62,53,73)
#302938
(48,41,56)
#221D27
(34,29,39)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #A089C0

#A089C0
(160,137,192)
#A893C5
(168,147,197)
#B09DCA
(176,157,202)
#B8A7CF
(184,167,207)
#C0B1D4
(192,177,212)
#C8BBD9
(200,187,217)
#D0C5DE
(208,197,222)
#D8CFE3
(216,207,227)
#E0D9E8
(224,217,232)
#E8E3ED
(232,227,237)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A089C0; }

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

This text font color is #A089C0.


Background Color

.myBgColor { background-color: #A089C0; }

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

This div background color is #A089C0.


Border color

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

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

This div border color is #A089C0.


Opacity

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

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

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

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

This text has shadow with #A089C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A089C0 on black background.


Color preview on white background

This text has color #A089C0 on white background.



Black color preview on #A089C0 background

This text has black color on #A089C0 background.


White color preview on #A089C0 background

This text has white color on #A089C0 background.