COLOR #A38AB2

HEX: #A38AB2
RGB: (163,138,178)

Color info

#A38AB2 contains red, green and blue colors in about the same proportion. Web safe color of #A38AB2 is #999999 (or #999).

RGB color model

#A38AB2 color RGB value is (163,138,178).

  • red value is 163;
  • green value is 138;
  • blue value is 178.
RGB:
(163,138,178)
(64%,54%,70%)

RGB channels and saturation

R 163 of 255 = 64%
G 138 of 255 = 54%
B 178 of 255 = 70%

163
138
178

R + G + B ~ 63%. #A38AB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 138 + 178 = 479 (100%)
R 163 of 479 ~ 34.03%
G 138 of 479 ~ 28.81%
B 178 of 479 ~ 37.16%

%34.03
%28.81
%37.16

CMYK color model

#A38AB2 color CMYK value is (8,22,0,30).

  • cyan value is 8.43%
  • magenta value is 22.47%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(8,22,0,30)
C8M22Y0K30 
(8%,22%,0%,30%)
(0.08/0.22/0.00/0.30)	

CMYK percentages

%8.43
%22.47
%0
%30.2

Codes

Color #A38AB2 in popluar color models

A38AB2
RGB163138178
HSL278°20.62%61.96%
HSB/HSV278°22.47%69.80%
CMYK8.43%22.47%0.00%
30.20%

Color #A38AB2 in popluar number systems.

HEXA38AB2
Decimal163138178
Binary101000111000101010110010
Octal243212262

Shades and tints

Shades of #A38AB2

#A38AB2
(163,138,178)
#957EA2
(149,126,162)
#877292
(135,114,146)
#796682
(121,102,130)
#6B5A72
(107,90,114)
#5D4E62
(93,78,98)
#4F4252
(79,66,82)
#413642
(65,54,66)
#332A32
(51,42,50)
#251E22
(37,30,34)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #A38AB2

#A38AB2
(163,138,178)
#AB94B9
(171,148,185)
#B39EC0
(179,158,192)
#BBA8C7
(187,168,199)
#C3B2CE
(195,178,206)
#CBBCD5
(203,188,213)
#D3C6DC
(211,198,220)
#DBD0E3
(219,208,227)
#E3DAEA
(227,218,234)
#EBE4F1
(235,228,241)
#F3EEF8
(243,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38AB2; }

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

This text font color is #A38AB2.


Background Color

.myBgColor { background-color: #A38AB2; }

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

This div background color is #A38AB2.


Border color

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

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

This div border color is #A38AB2.


Opacity

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

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

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

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

This text has shadow with #A38AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38AB2 on black background.


Color preview on white background

This text has color #A38AB2 on white background.



Black color preview on #A38AB2 background

This text has black color on #A38AB2 background.


White color preview on #A38AB2 background

This text has white color on #A38AB2 background.