COLOR #A398DD

HEX: #A398DD RGB: (163,152,221)

Color info

#A398DD contains mainly red and blue colors. Web safe color of #A398DD is #9999CC (or #99C).

RGB color model

#A398DD color RGB value is (163,152,221).

RGB: (163,152,221) (64%, 60%, 87%)

RGB channels and saturation

R 163 of 255 = 64%
G 152 of 255 = 60%
B 221 of 255 = 87%

163
152
221

R + G + B ~ 70%. #A398DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 152 + 221 = 536 (100%)
R 163 of 536 ~ 30.41%
G 152 of 536 ~ 28.36%
B 221 of 536 ~ 41.23'%

%30.41
%28.36
%41.23

CMYK color model

#A398DD color CMYK value is (26,31,0,13).

  • cyan value is 26.24%
  • magenta value is 31.22%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (26,31,0,13)
C26M31Y0K13 (26%, 31%, 0%, 13%)
(0.26 / 0.31 / 0.00 / 0.13)

CMYK percentages

%26.24
%31.22
%0
%13.33

Codes

Color #A398DD in popluar color models

A3 98 DD
RGB 163 152 221
HSL 250° 50.36% 73.14%
HSB/HSV 250° 31.22% 86.67%
CMYK 26.24% 31.22% 0.00%
13.33%

Color #A398DD in popluar number systems.

HEX A3 98 DD
Decimal 163 152 221
Binary 10100011 10011000 11011101
Octal 243 230 335

Shades and tints

Shades of #A398DD

#A398DD
(163,152,221)
#958BC9
(149,139,201)
#877EB5
(135,126,181)
#7971A1
(121,113,161)
#6B648D
(107,100,141)
#5D5779
(93,87,121)
#4F4A65
(79,74,101)
#413D51
(65,61,81)
#33303D
(51,48,61)
#252329
(37,35,41)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #A398DD

#A398DD
(163,152,221)
#ABA1E0
(171,161,224)
#B3AAE3
(179,170,227)
#BBB3E6
(187,179,230)
#C3BCE9
(195,188,233)
#CBC5EC
(203,197,236)
#D3CEEF
(211,206,239)
#DBD7F2
(219,215,242)
#E3E0F5
(227,224,245)
#EBE9F8
(235,233,248)
#F3F2FB
(243,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A398DD; }

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

This text font color is #A398DD.

Background Color

.myBgColor { background-color: #A398DD; }

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

This div background color is #A398DD.

Border color

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

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

This div border color is #A398DD.

Opacity

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

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

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

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

This text has shadow with #A398DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A398DD.

Preview

Color preview on black background

This text has color #A398DD on black background.


Color preview on white background

This text has color #A398DD on white background.


Black color preview on #A398DD background

This text has black color on #A398DD background.


White color preview on #A398DD background

This text has white color on #A398DD background.


Related colors

Complementary color

Complementary color for #hex is #5C6722.


I love getcolorcode.com

Triadic colors

1 #DDA398 and #98DDA3 with #A398DD are triadic colors.

2 #DD98A3 and #98A3DD with #A398DD are triadic colors.