COLOR #A394B0

HEX: #A394B0 RGB: (163,148,176)

Color info

#A394B0 contains red, green and blue colors in about the same proportion. Web safe color of #A394B0 is #999999 (or #999).

RGB color model

#A394B0 color RGB value is (163,148,176).

RGB: (163,148,176) (64%, 58%, 69%)

RGB channels and saturation

R 163 of 255 = 64%
G 148 of 255 = 58%
B 176 of 255 = 69%

163
148
176

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

Portions of RGB colors in percentages

R + G + B = 163 + 148 + 176 = 487 (100%)
R 163 of 487 ~ 33.47%
G 148 of 487 ~ 30.39%
B 176 of 487 ~ 36.14'%

%33.47
%30.39
%36.14

CMYK color model

#A394B0 color CMYK value is (7,16,0,31).

  • cyan value is 7.39%
  • magenta value is 15.91%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (7,16,0,31)
C7M16Y0K31 (7%, 16%, 0%, 31%)
(0.07 / 0.16 / 0.00 / 0.31)

CMYK percentages

%7.39
%15.91
%0
%30.98

Codes

Color #A394B0 in popluar color models

A3 94 B0
RGB 163 148 176
HSL 272° 15.05% 63.53%
HSB/HSV 272° 15.91% 69.02%
CMYK 7.39% 15.91% 0.00%
30.98%

Color #A394B0 in popluar number systems.

HEX A3 94 B0
Decimal 163 148 176
Binary 10100011 10010100 10110000
Octal 243 224 260

Shades and tints

Shades of #A394B0

#A394B0
(163,148,176)
#9587A0
(149,135,160)
#877A90
(135,122,144)
#796D80
(121,109,128)
#6B6070
(107,96,112)
#5D5360
(93,83,96)
#4F4650
(79,70,80)
#413940
(65,57,64)
#332C30
(51,44,48)
#251F20
(37,31,32)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #A394B0

#A394B0
(163,148,176)
#AB9DB7
(171,157,183)
#B3A6BE
(179,166,190)
#BBAFC5
(187,175,197)
#C3B8CC
(195,184,204)
#CBC1D3
(203,193,211)
#D3CADA
(211,202,218)
#DBD3E1
(219,211,225)
#E3DCE8
(227,220,232)
#EBE5EF
(235,229,239)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A394B0 color. Also use rgb(163,148,176) instead hex code.

Text Font Color

.myTextColor { color: #A394B0; }

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

This text font color is #A394B0.

Background Color

.myBgColor { background-color: #A394B0; }

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

This div background color is #A394B0.

Border color

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

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

This div border color is #A394B0.

Opacity

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

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

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

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

This text has shadow with #A394B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A394B0.

Preview

Color preview on black background

This text has color #A394B0 on black background.


Color preview on white background

This text has color #A394B0 on white background.


Black color preview on #A394B0 background

This text has black color on #A394B0 background.


White color preview on #A394B0 background

This text has white color on #A394B0 background.


Related colors

Complementary color

Complementary color for #hex is #5C6B4F.


I love getcolorcode.com

Triadic colors

1 #B0A394 and #94B0A3 with #A394B0 are triadic colors.

2 #B094A3 and #94A3B0 with #A394B0 are triadic colors.