COLOR #A398CE

HEX: #A398CE RGB: (163,152,206)

Color info

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

RGB color model

#A398CE color RGB value is (163,152,206).

RGB: (163,152,206) (64%, 60%, 81%)

RGB channels and saturation

R 163 of 255 = 64%
G 152 of 255 = 60%
B 206 of 255 = 81%

163
152
206

R + G + B ~ 68%. #A398CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 152 + 206 = 521 (100%)
R 163 of 521 ~ 31.29%
G 152 of 521 ~ 29.17%
B 206 of 521 ~ 39.54'%

%31.29
%29.17
%39.54

CMYK color model

#A398CE color CMYK value is (21,26,0,19).

  • cyan value is 20.87%
  • magenta value is 26.21%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (21,26,0,19)
C21M26Y0K19 (21%, 26%, 0%, 19%)
(0.21 / 0.26 / 0.00 / 0.19)

CMYK percentages

%20.87
%26.21
%0
%19.22

Codes

Color #A398CE in popluar color models

A3 98 CE
RGB 163 152 206
HSL 252° 35.53% 70.20%
HSB/HSV 252° 26.21% 80.78%
CMYK 20.87% 26.21% 0.00%
19.22%

Color #A398CE in popluar number systems.

HEX A3 98 CE
Decimal 163 152 206
Binary 10100011 10011000 11001110
Octal 243 230 316

Shades and tints

Shades of #A398CE

#A398CE
(163,152,206)
#958BBC
(149,139,188)
#877EAA
(135,126,170)
#797198
(121,113,152)
#6B6486
(107,100,134)
#5D5774
(93,87,116)
#4F4A62
(79,74,98)
#413D50
(65,61,80)
#33303E
(51,48,62)
#25232C
(37,35,44)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #A398CE

#A398CE
(163,152,206)
#ABA1D2
(171,161,210)
#B3AAD6
(179,170,214)
#BBB3DA
(187,179,218)
#C3BCDE
(195,188,222)
#CBC5E2
(203,197,226)
#D3CEE6
(211,206,230)
#DBD7EA
(219,215,234)
#E3E0EE
(227,224,238)
#EBE9F2
(235,233,242)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A398CE; }

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

This text font color is #A398CE.

Background Color

.myBgColor { background-color: #A398CE; }

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

This div background color is #A398CE.

Border color

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

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

This div border color is #A398CE.

Opacity

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

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

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

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

This text has shadow with #A398CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A398CE.

Preview

Color preview on black background

This text has color #A398CE on black background.


Color preview on white background

This text has color #A398CE on white background.


Black color preview on #A398CE background

This text has black color on #A398CE background.


White color preview on #A398CE background

This text has white color on #A398CE background.


Related colors

Complementary color

Complementary color for #hex is #5C6731.


I love getcolorcode.com

Triadic colors

1 #CEA398 and #98CEA3 with #A398CE are triadic colors.

2 #CE98A3 and #98A3CE with #A398CE are triadic colors.