COLOR #A094BA

HEX: #A094BA RGB: (160,148,186)

Color info

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

RGB color model

#A094BA color RGB value is (160,148,186).

RGB: (160,148,186) (63%, 58%, 73%)

RGB channels and saturation

R 160 of 255 = 63%
G 148 of 255 = 58%
B 186 of 255 = 73%

160
148
186

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

Portions of RGB colors in percentages

R + G + B = 160 + 148 + 186 = 494 (100%)
R 160 of 494 ~ 32.39%
G 148 of 494 ~ 29.96%
B 186 of 494 ~ 37.65'%

%32.39
%29.96
%37.65

CMYK color model

#A094BA color CMYK value is (14,20,0,27).

  • cyan value is 13.98%
  • magenta value is 20.43%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (14,20,0,27)
C14M20Y0K27 (14%, 20%, 0%, 27%)
(0.14 / 0.20 / 0.00 / 0.27)

CMYK percentages

%13.98
%20.43
%0
%27.06

Codes

Color #A094BA in popluar color models

A0 94 BA
RGB 160 148 186
HSL 259° 21.59% 65.49%
HSB/HSV 259° 20.43% 72.94%
CMYK 13.98% 20.43% 0.00%
27.06%

Color #A094BA in popluar number systems.

HEX A0 94 BA
Decimal 160 148 186
Binary 10100000 10010100 10111010
Octal 240 224 272

Shades and tints

Shades of #A094BA

#A094BA
(160,148,186)
#9287AA
(146,135,170)
#847A9A
(132,122,154)
#766D8A
(118,109,138)
#68607A
(104,96,122)
#5A536A
(90,83,106)
#4C465A
(76,70,90)
#3E394A
(62,57,74)
#302C3A
(48,44,58)
#221F2A
(34,31,42)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #A094BA

#A094BA
(160,148,186)
#A89DC0
(168,157,192)
#B0A6C6
(176,166,198)
#B8AFCC
(184,175,204)
#C0B8D2
(192,184,210)
#C8C1D8
(200,193,216)
#D0CADE
(208,202,222)
#D8D3E4
(216,211,228)
#E0DCEA
(224,220,234)
#E8E5F0
(232,229,240)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A094BA color. Also use rgb(160,148,186) instead hex code.

Text Font Color

.myTextColor { color: #A094BA; }

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

This text font color is #A094BA.

Background Color

.myBgColor { background-color: #A094BA; }

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

This div background color is #A094BA.

Border color

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

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

This div border color is #A094BA.

Opacity

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

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

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

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

This text has shadow with #A094BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A094BA.

Preview

Color preview on black background

This text has color #A094BA on black background.


Color preview on white background

This text has color #A094BA on white background.


Black color preview on #A094BA background

This text has black color on #A094BA background.


White color preview on #A094BA background

This text has white color on #A094BA background.


Related colors

Complementary color

Complementary color for #hex is #5F6B45.


I love getcolorcode.com

Triadic colors

1 #BAA094 and #94BAA0 with #A094BA are triadic colors.

2 #BA94A0 and #94A0BA with #A094BA are triadic colors.