COLOR #A38ABC

HEX: #A38ABC RGB: (163,138,188)

Color info

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

RGB color model

#A38ABC color RGB value is (163,138,188).

RGB: (163,138,188) (64%, 54%, 74%)

RGB channels and saturation

R 163 of 255 = 64%
G 138 of 255 = 54%
B 188 of 255 = 74%

163
138
188

R + G + B ~ 64%. #A38ABC is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 138 + 188 = 489 (100%)
R 163 of 489 ~ 33.33%
G 138 of 489 ~ 28.22%
B 188 of 489 ~ 38.45'%

%33.33
%28.22
%38.45

CMYK color model

#A38ABC color CMYK value is (13,27,0,26).

  • cyan value is 13.30%
  • magenta value is 26.60%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (13,27,0,26)
C13M27Y0K26 (13%, 27%, 0%, 26%)
(0.13 / 0.27 / 0.00 / 0.26)

CMYK percentages

%13.3
%26.6
%0
%26.27

Codes

Color #A38ABC in popluar color models

A3 8A BC
RGB 163 138 188
HSL 270° 27.17% 63.92%
HSB/HSV 270° 26.60% 73.73%
CMYK 13.30% 26.60% 0.00%
26.27%

Color #A38ABC in popluar number systems.

HEX A3 8A BC
Decimal 163 138 188
Binary 10100011 10001010 10111100
Octal 243 212 274

Shades and tints

Shades of #A38ABC

#A38ABC
(163,138,188)
#957EAB
(149,126,171)
#87729A
(135,114,154)
#796689
(121,102,137)
#6B5A78
(107,90,120)
#5D4E67
(93,78,103)
#4F4256
(79,66,86)
#413645
(65,54,69)
#332A34
(51,42,52)
#251E23
(37,30,35)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #A38ABC

#A38ABC
(163,138,188)
#AB94C2
(171,148,194)
#B39EC8
(179,158,200)
#BBA8CE
(187,168,206)
#C3B2D4
(195,178,212)
#CBBCDA
(203,188,218)
#D3C6E0
(211,198,224)
#DBD0E6
(219,208,230)
#E3DAEC
(227,218,236)
#EBE4F2
(235,228,242)
#F3EEF8
(243,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38ABC color. Also use rgb(163,138,188) instead hex code.

Text Font Color

.myTextColor { color: #A38ABC; }

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

This text font color is #A38ABC.

Background Color

.myBgColor { background-color: #A38ABC; }

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

This div background color is #A38ABC.

Border color

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

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

This div border color is #A38ABC.

Opacity

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

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

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

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

This text has shadow with #A38ABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38ABC.

Preview

Color preview on black background

This text has color #A38ABC on black background.


Color preview on white background

This text has color #A38ABC on white background.


Black color preview on #A38ABC background

This text has black color on #A38ABC background.


White color preview on #A38ABC background

This text has white color on #A38ABC background.


Related colors

Complementary color

Complementary color for #hex is #5C7543.


I love getcolorcode.com

Triadic colors

1 #BCA38A and #8ABCA3 with #A38ABC are triadic colors.

2 #BC8AA3 and #8AA3BC with #A38ABC are triadic colors.