COLOR #A399BB

HEX: #A399BB RGB: (163,153,187)

Color info

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

RGB color model

#A399BB color RGB value is (163,153,187).

RGB: (163,153,187) (64%, 60%, 73%)

RGB channels and saturation

R 163 of 255 = 64%
G 153 of 255 = 60%
B 187 of 255 = 73%

163
153
187

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

Portions of RGB colors in percentages

R + G + B = 163 + 153 + 187 = 503 (100%)
R 163 of 503 ~ 32.41%
G 153 of 503 ~ 30.42%
B 187 of 503 ~ 37.18'%

%32.41
%30.42
%37.18

CMYK color model

#A399BB color CMYK value is (13,18,0,27).

  • cyan value is 12.83%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (13,18,0,27)
C13M18Y0K27 (13%, 18%, 0%, 27%)
(0.13 / 0.18 / 0.00 / 0.27)

CMYK percentages

%12.83
%18.18
%0
%26.67

Codes

Color #A399BB in popluar color models

A3 99 BB
RGB 163 153 187
HSL 258° 20.00% 66.67%
HSB/HSV 258° 18.18% 73.33%
CMYK 12.83% 18.18% 0.00%
26.67%

Color #A399BB in popluar number systems.

HEX A3 99 BB
Decimal 163 153 187
Binary 10100011 10011001 10111011
Octal 243 231 273

Shades and tints

Shades of #A399BB

#A399BB
(163,153,187)
#958CAA
(149,140,170)
#877F99
(135,127,153)
#797288
(121,114,136)
#6B6577
(107,101,119)
#5D5866
(93,88,102)
#4F4B55
(79,75,85)
#413E44
(65,62,68)
#333133
(51,49,51)
#252422
(37,36,34)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #A399BB

#A399BB
(163,153,187)
#ABA2C1
(171,162,193)
#B3ABC7
(179,171,199)
#BBB4CD
(187,180,205)
#C3BDD3
(195,189,211)
#CBC6D9
(203,198,217)
#D3CFDF
(211,207,223)
#DBD8E5
(219,216,229)
#E3E1EB
(227,225,235)
#EBEAF1
(235,234,241)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A399BB; }

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

This text font color is #A399BB.

Background Color

.myBgColor { background-color: #A399BB; }

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

This div background color is #A399BB.

Border color

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

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

This div border color is #A399BB.

Opacity

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

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

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

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

This text has shadow with #A399BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A399BB.

Preview

Color preview on black background

This text has color #A399BB on black background.


Color preview on white background

This text has color #A399BB on white background.


Black color preview on #A399BB background

This text has black color on #A399BB background.


White color preview on #A399BB background

This text has white color on #A399BB background.


Related colors

Complementary color

Complementary color for #hex is #5C6644.


I love getcolorcode.com

Triadic colors

1 #BBA399 and #99BBA3 with #A399BB are triadic colors.

2 #BB99A3 and #99A3BB with #A399BB are triadic colors.