COLOR #A393CD

HEX: #A393CD RGB: (163,147,205)

Color info

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

RGB color model

#A393CD color RGB value is (163,147,205).

RGB: (163,147,205) (64%, 58%, 80%)

RGB channels and saturation

R 163 of 255 = 64%
G 147 of 255 = 58%
B 205 of 255 = 80%

163
147
205

R + G + B ~ 67%. #A393CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 147 + 205 = 515 (100%)
R 163 of 515 ~ 31.65%
G 147 of 515 ~ 28.54%
B 205 of 515 ~ 39.81'%

%31.65
%28.54
%39.81

CMYK color model

#A393CD color CMYK value is (20,28,0,20).

  • cyan value is 20.49%
  • magenta value is 28.29%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (20,28,0,20)
C20M28Y0K20 (20%, 28%, 0%, 20%)
(0.20 / 0.28 / 0.00 / 0.20)

CMYK percentages

%20.49
%28.29
%0
%19.61

Codes

Color #A393CD in popluar color models

A3 93 CD
RGB 163 147 205
HSL 257° 36.71% 69.02%
HSB/HSV 257° 28.29% 80.39%
CMYK 20.49% 28.29% 0.00%
19.61%

Color #A393CD in popluar number systems.

HEX A3 93 CD
Decimal 163 147 205
Binary 10100011 10010011 11001101
Octal 243 223 315

Shades and tints

Shades of #A393CD

#A393CD
(163,147,205)
#9586BB
(149,134,187)
#8779A9
(135,121,169)
#796C97
(121,108,151)
#6B5F85
(107,95,133)
#5D5273
(93,82,115)
#4F4561
(79,69,97)
#41384F
(65,56,79)
#332B3D
(51,43,61)
#251E2B
(37,30,43)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #A393CD

#A393CD
(163,147,205)
#AB9CD1
(171,156,209)
#B3A5D5
(179,165,213)
#BBAED9
(187,174,217)
#C3B7DD
(195,183,221)
#CBC0E1
(203,192,225)
#D3C9E5
(211,201,229)
#DBD2E9
(219,210,233)
#E3DBED
(227,219,237)
#EBE4F1
(235,228,241)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A393CD; }

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

This text font color is #A393CD.

Background Color

.myBgColor { background-color: #A393CD; }

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

This div background color is #A393CD.

Border color

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

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

This div border color is #A393CD.

Opacity

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

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

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

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

This text has shadow with #A393CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A393CD.

Preview

Color preview on black background

This text has color #A393CD on black background.


Color preview on white background

This text has color #A393CD on white background.


Black color preview on #A393CD background

This text has black color on #A393CD background.


White color preview on #A393CD background

This text has white color on #A393CD background.


Related colors

Complementary color

Complementary color for #hex is #5C6C32.


I love getcolorcode.com

Triadic colors

1 #CDA393 and #93CDA3 with #A393CD are triadic colors.

2 #CD93A3 and #93A3CD with #A393CD are triadic colors.