COLOR #A39ABA

HEX: #A39ABA
RGB: (163,154,186)

Color info

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

RGB color model

#A39ABA color RGB value is (163,154,186).

  • red value is 163;
  • green value is 154;
  • blue value is 186.
RGB:
(163,154,186)
(64%,60%,73%)

RGB channels and saturation

R 163 of 255 = 64%
G 154 of 255 = 60%
B 186 of 255 = 73%

163
154
186

R + G + B ~ 66%. #A39ABA is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 154 + 186 = 503 (100%)
R 163 of 503 ~ 32.41%
G 154 of 503 ~ 30.62%
B 186 of 503 ~ 36.98%

%32.41
%30.62
%36.98

CMYK color model

#A39ABA color CMYK value is (12,17,0,27).

  • cyan value is 12.37%
  • magenta value is 17.20%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(12,17,0,27)
C12M17Y0K27 
(12%,17%,0%,27%)
(0.12/0.17/0.00/0.27)	

CMYK percentages

%12.37
%17.2
%0
%27.06

Codes

Color #A39ABA in popluar color models

A39ABA
RGB163154186
HSL257°18.82%66.67%
HSB/HSV257°17.20%72.94%
CMYK12.37%17.20%0.00%
27.06%

Color #A39ABA in popluar number systems.

HEXA39ABA
Decimal163154186
Binary101000111001101010111010
Octal243232272

Shades and tints

Shades of #A39ABA

#A39ABA
(163,154,186)
#958CAA
(149,140,170)
#877E9A
(135,126,154)
#79708A
(121,112,138)
#6B627A
(107,98,122)
#5D546A
(93,84,106)
#4F465A
(79,70,90)
#41384A
(65,56,74)
#332A3A
(51,42,58)
#251C2A
(37,28,42)
#170E1A
(23,14,26)
#000000
(0,0,0)

Tints of #A39ABA

#A39ABA
(163,154,186)
#ABA3C0
(171,163,192)
#B3ACC6
(179,172,198)
#BBB5CC
(187,181,204)
#C3BED2
(195,190,210)
#CBC7D8
(203,199,216)
#D3D0DE
(211,208,222)
#DBD9E4
(219,217,228)
#E3E2EA
(227,226,234)
#EBEBF0
(235,235,240)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39ABA color. Also use rgb(163,154,186) instead hex code.

Text Font Color

.myTextColor { color: #A39ABA; }

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

This text font color is #A39ABA.


Background Color

.myBgColor { background-color: #A39ABA; }

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

This div background color is #A39ABA.


Border color

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

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

This div border color is #A39ABA.


Opacity

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

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

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

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

This text has shadow with #A39ABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39ABA on black background.


Color preview on white background

This text has color #A39ABA on white background.



Black color preview on #A39ABA background

This text has black color on #A39ABA background.


White color preview on #A39ABA background

This text has white color on #A39ABA background.