COLOR #A398BD

HEX: #A398BD RGB: (163,152,189)

Color info

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

RGB color model

#A398BD color RGB value is (163,152,189).

RGB: (163,152,189) (64%, 60%, 74%)

RGB channels and saturation

R 163 of 255 = 64%
G 152 of 255 = 60%
B 189 of 255 = 74%

163
152
189

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

Portions of RGB colors in percentages

R + G + B = 163 + 152 + 189 = 504 (100%)
R 163 of 504 ~ 32.34%
G 152 of 504 ~ 30.16%
B 189 of 504 ~ 37.5'%

%32.34
%30.16
%37.5

CMYK color model

#A398BD color CMYK value is (14,20,0,26).

  • cyan value is 13.76%
  • magenta value is 19.58%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (14,20,0,26)
C14M20Y0K26 (14%, 20%, 0%, 26%)
(0.14 / 0.20 / 0.00 / 0.26)

CMYK percentages

%13.76
%19.58
%0
%25.88

Codes

Color #A398BD in popluar color models

A3 98 BD
RGB 163 152 189
HSL 258° 21.89% 66.86%
HSB/HSV 258° 19.58% 74.12%
CMYK 13.76% 19.58% 0.00%
25.88%

Color #A398BD in popluar number systems.

HEX A3 98 BD
Decimal 163 152 189
Binary 10100011 10011000 10111101
Octal 243 230 275

Shades and tints

Shades of #A398BD

#A398BD
(163,152,189)
#958BAC
(149,139,172)
#877E9B
(135,126,155)
#79718A
(121,113,138)
#6B6479
(107,100,121)
#5D5768
(93,87,104)
#4F4A57
(79,74,87)
#413D46
(65,61,70)
#333035
(51,48,53)
#252324
(37,35,36)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #A398BD

#A398BD
(163,152,189)
#ABA1C3
(171,161,195)
#B3AAC9
(179,170,201)
#BBB3CF
(187,179,207)
#C3BCD5
(195,188,213)
#CBC5DB
(203,197,219)
#D3CEE1
(211,206,225)
#DBD7E7
(219,215,231)
#E3E0ED
(227,224,237)
#EBE9F3
(235,233,243)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A398BD color. Also use rgb(163,152,189) instead hex code.

Text Font Color

.myTextColor { color: #A398BD; }

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

This text font color is #A398BD.

Background Color

.myBgColor { background-color: #A398BD; }

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

This div background color is #A398BD.

Border color

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

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

This div border color is #A398BD.

Opacity

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

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

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

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

This text has shadow with #A398BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A398BD.

Preview

Color preview on black background

This text has color #A398BD on black background.


Color preview on white background

This text has color #A398BD on white background.


Black color preview on #A398BD background

This text has black color on #A398BD background.


White color preview on #A398BD background

This text has white color on #A398BD background.


Related colors

Complementary color

Complementary color for #hex is #5C6742.


I love getcolorcode.com

Triadic colors

1 #BDA398 and #98BDA3 with #A398BD are triadic colors.

2 #BD98A3 and #98A3BD with #A398BD are triadic colors.