COLOR #A398DB

HEX: #A398DB RGB: (163,152,219)

Color info

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

RGB color model

#A398DB color RGB value is (163,152,219).

RGB: (163,152,219) (64%, 60%, 86%)

RGB channels and saturation

R 163 of 255 = 64%
G 152 of 255 = 60%
B 219 of 255 = 86%

163
152
219

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

Portions of RGB colors in percentages

R + G + B = 163 + 152 + 219 = 534 (100%)
R 163 of 534 ~ 30.52%
G 152 of 534 ~ 28.46%
B 219 of 534 ~ 41.01'%

%30.52
%28.46
%41.01

CMYK color model

#A398DB color CMYK value is (26,31,0,14).

  • cyan value is 25.57%
  • magenta value is 30.59%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (26,31,0,14)
C26M31Y0K14 (26%, 31%, 0%, 14%)
(0.26 / 0.31 / 0.00 / 0.14)

CMYK percentages

%25.57
%30.59
%0
%14.12

Codes

Color #A398DB in popluar color models

A3 98 DB
RGB 163 152 219
HSL 250° 48.20% 72.75%
HSB/HSV 250° 30.59% 85.88%
CMYK 25.57% 30.59% 0.00%
14.12%

Color #A398DB in popluar number systems.

HEX A3 98 DB
Decimal 163 152 219
Binary 10100011 10011000 11011011
Octal 243 230 333

Shades and tints

Shades of #A398DB

#A398DB
(163,152,219)
#958BC8
(149,139,200)
#877EB5
(135,126,181)
#7971A2
(121,113,162)
#6B648F
(107,100,143)
#5D577C
(93,87,124)
#4F4A69
(79,74,105)
#413D56
(65,61,86)
#333043
(51,48,67)
#252330
(37,35,48)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #A398DB

#A398DB
(163,152,219)
#ABA1DE
(171,161,222)
#B3AAE1
(179,170,225)
#BBB3E4
(187,179,228)
#C3BCE7
(195,188,231)
#CBC5EA
(203,197,234)
#D3CEED
(211,206,237)
#DBD7F0
(219,215,240)
#E3E0F3
(227,224,243)
#EBE9F6
(235,233,246)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A398DB; }

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

This text font color is #A398DB.

Background Color

.myBgColor { background-color: #A398DB; }

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

This div background color is #A398DB.

Border color

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

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

This div border color is #A398DB.

Opacity

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

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

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

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

This text has shadow with #A398DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A398DB.

Preview

Color preview on black background

This text has color #A398DB on black background.


Color preview on white background

This text has color #A398DB on white background.


Black color preview on #A398DB background

This text has black color on #A398DB background.


White color preview on #A398DB background

This text has white color on #A398DB background.


Related colors

Complementary color

Complementary color for #hex is #5C6724.


I love getcolorcode.com

Triadic colors

1 #DBA398 and #98DBA3 with #A398DB are triadic colors.

2 #DB98A3 and #98A3DB with #A398DB are triadic colors.