COLOR #A398CD

HEX: #A398CD
RGB: (163,152,205)

Color info

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

RGB color model

#A398CD color RGB value is (163,152,205).

  • red value is 163;
  • green value is 152;
  • blue value is 205.
RGB:
(163,152,205)
(64%,60%,80%)

RGB channels and saturation

R 163 of 255 = 64%
G 152 of 255 = 60%
B 205 of 255 = 80%

163
152
205

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

Portions of RGB colors in percentages

R + G + B =
163 + 152 + 205 = 520 (100%)
R 163 of 520 ~ 31.35%
G 152 of 520 ~ 29.23%
B 205 of 520 ~ 39.42%

%31.35
%29.23
%39.42

CMYK color model

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

  • cyan value is 20.49%
  • magenta value is 25.85%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(20,26,0,20)
C20M26Y0K20 
(20%,26%,0%,20%)
(0.20/0.26/0.00/0.20)	

CMYK percentages

%20.49
%25.85
%0
%19.61

Codes

Color #A398CD in popluar color models

A398CD
RGB163152205
HSL252°34.64%70.00%
HSB/HSV252°25.85%80.39%
CMYK20.49%25.85%0.00%
19.61%

Color #A398CD in popluar number systems.

HEXA398CD
Decimal163152205
Binary101000111001100011001101
Octal243230315

Shades and tints

Shades of #A398CD

#A398CD
(163,152,205)
#958BBB
(149,139,187)
#877EA9
(135,126,169)
#797197
(121,113,151)
#6B6485
(107,100,133)
#5D5773
(93,87,115)
#4F4A61
(79,74,97)
#413D4F
(65,61,79)
#33303D
(51,48,61)
#25232B
(37,35,43)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #A398CD

#A398CD
(163,152,205)
#ABA1D1
(171,161,209)
#B3AAD5
(179,170,213)
#BBB3D9
(187,179,217)
#C3BCDD
(195,188,221)
#CBC5E1
(203,197,225)
#D3CEE5
(211,206,229)
#DBD7E9
(219,215,233)
#E3E0ED
(227,224,237)
#EBE9F1
(235,233,241)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A398CD; }

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

This text font color is #A398CD.


Background Color

.myBgColor { background-color: #A398CD; }

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

This div background color is #A398CD.


Border color

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

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

This div border color is #A398CD.


Opacity

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

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

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

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

This text has shadow with #A398CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A398CD on black background.


Color preview on white background

This text has color #A398CD on white background.



Black color preview on #A398CD background

This text has black color on #A398CD background.


White color preview on #A398CD background

This text has white color on #A398CD background.