COLOR #A294BE

HEX: #A294BE RGB: (162,148,190)

Color info

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

RGB color model

#A294BE color RGB value is (162,148,190).

RGB: (162,148,190) (64%, 58%, 75%)

RGB channels and saturation

R 162 of 255 = 64%
G 148 of 255 = 58%
B 190 of 255 = 75%

162
148
190

R + G + B ~ 66%. #A294BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 148 + 190 = 500 (100%)
R 162 of 500 ~ 32.4%
G 148 of 500 ~ 29.6%
B 190 of 500 ~ 38'%

%32.4
%29.6
%38

CMYK color model

#A294BE color CMYK value is (15,22,0,25).

  • cyan value is 14.74%
  • magenta value is 22.11%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (15,22,0,25)
C15M22Y0K25 (15%, 22%, 0%, 25%)
(0.15 / 0.22 / 0.00 / 0.25)

CMYK percentages

%14.74
%22.11
%0
%25.49

Codes

Color #A294BE in popluar color models

A2 94 BE
RGB 162 148 190
HSL 260° 24.42% 66.27%
HSB/HSV 260° 22.11% 74.51%
CMYK 14.74% 22.11% 0.00%
25.49%

Color #A294BE in popluar number systems.

HEX A2 94 BE
Decimal 162 148 190
Binary 10100010 10010100 10111110
Octal 242 224 276

Shades and tints

Shades of #A294BE

#A294BE
(162,148,190)
#9487AD
(148,135,173)
#867A9C
(134,122,156)
#786D8B
(120,109,139)
#6A607A
(106,96,122)
#5C5369
(92,83,105)
#4E4658
(78,70,88)
#403947
(64,57,71)
#322C36
(50,44,54)
#241F25
(36,31,37)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #A294BE

#A294BE
(162,148,190)
#AA9DC3
(170,157,195)
#B2A6C8
(178,166,200)
#BAAFCD
(186,175,205)
#C2B8D2
(194,184,210)
#CAC1D7
(202,193,215)
#D2CADC
(210,202,220)
#DAD3E1
(218,211,225)
#E2DCE6
(226,220,230)
#EAE5EB
(234,229,235)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A294BE color. Also use rgb(162,148,190) instead hex code.

Text Font Color

.myTextColor { color: #A294BE; }

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

This text font color is #A294BE.

Background Color

.myBgColor { background-color: #A294BE; }

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

This div background color is #A294BE.

Border color

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

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

This div border color is #A294BE.

Opacity

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

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

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

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

This text has shadow with #A294BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A294BE.

Preview

Color preview on black background

This text has color #A294BE on black background.


Color preview on white background

This text has color #A294BE on white background.


Black color preview on #A294BE background

This text has black color on #A294BE background.


White color preview on #A294BE background

This text has white color on #A294BE background.


Related colors

Complementary color

Complementary color for #hex is #5D6B41.


I love getcolorcode.com

Triadic colors

1 #BEA294 and #94BEA2 with #A294BE are triadic colors.

2 #BE94A2 and #94A2BE with #A294BE are triadic colors.