COLOR #A399BE

HEX: #A399BE RGB: (163,153,190)

Color info

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

RGB color model

#A399BE color RGB value is (163,153,190).

RGB: (163,153,190) (64%, 60%, 75%)

RGB channels and saturation

R 163 of 255 = 64%
G 153 of 255 = 60%
B 190 of 255 = 75%

163
153
190

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

Portions of RGB colors in percentages

R + G + B = 163 + 153 + 190 = 506 (100%)
R 163 of 506 ~ 32.21%
G 153 of 506 ~ 30.24%
B 190 of 506 ~ 37.55'%

%32.21
%30.24
%37.55

CMYK color model

#A399BE color CMYK value is (14,19,0,25).

  • cyan value is 14.21%
  • magenta value is 19.47%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (14,19,0,25)
C14M19Y0K25 (14%, 19%, 0%, 25%)
(0.14 / 0.19 / 0.00 / 0.25)

CMYK percentages

%14.21
%19.47
%0
%25.49

Codes

Color #A399BE in popluar color models

A3 99 BE
RGB 163 153 190
HSL 256° 22.16% 67.25%
HSB/HSV 256° 19.47% 74.51%
CMYK 14.21% 19.47% 0.00%
25.49%

Color #A399BE in popluar number systems.

HEX A3 99 BE
Decimal 163 153 190
Binary 10100011 10011001 10111110
Octal 243 231 276

Shades and tints

Shades of #A399BE

#A399BE
(163,153,190)
#958CAD
(149,140,173)
#877F9C
(135,127,156)
#79728B
(121,114,139)
#6B657A
(107,101,122)
#5D5869
(93,88,105)
#4F4B58
(79,75,88)
#413E47
(65,62,71)
#333136
(51,49,54)
#252425
(37,36,37)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #A399BE

#A399BE
(163,153,190)
#ABA2C3
(171,162,195)
#B3ABC8
(179,171,200)
#BBB4CD
(187,180,205)
#C3BDD2
(195,189,210)
#CBC6D7
(203,198,215)
#D3CFDC
(211,207,220)
#DBD8E1
(219,216,225)
#E3E1E6
(227,225,230)
#EBEAEB
(235,234,235)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A399BE color. Also use rgb(163,153,190) instead hex code.

Text Font Color

.myTextColor { color: #A399BE; }

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

This text font color is #A399BE.

Background Color

.myBgColor { background-color: #A399BE; }

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

This div background color is #A399BE.

Border color

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

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

This div border color is #A399BE.

Opacity

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

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

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

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

This text has shadow with #A399BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A399BE.

Preview

Color preview on black background

This text has color #A399BE on black background.


Color preview on white background

This text has color #A399BE on white background.


Black color preview on #A399BE background

This text has black color on #A399BE background.


White color preview on #A399BE background

This text has white color on #A399BE background.


Related colors

Complementary color

Complementary color for #hex is #5C6641.


I love getcolorcode.com

Triadic colors

1 #BEA399 and #99BEA3 with #A399BE are triadic colors.

2 #BE99A3 and #99A3BE with #A399BE are triadic colors.