COLOR #A36AB0

HEX: #A36AB0
RGB: (163,106,176)

Color info

#A36AB0 contains mainly red and blue colors. Web safe color of #A36AB0 is #996699 (or #969).

RGB color model

#A36AB0 color RGB value is (163,106,176).

  • red value is 163;
  • green value is 106;
  • blue value is 176.
RGB:
(163,106,176)
(64%,42%,69%)

RGB channels and saturation

R 163 of 255 = 64%
G 106 of 255 = 42%
B 176 of 255 = 69%

163
106
176

R + G + B ~ 58%. #A36AB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
163 + 106 + 176 = 445 (100%)
R 163 of 445 ~ 36.63%
G 106 of 445 ~ 23.82%
B 176 of 445 ~ 39.55%

%36.63
%23.82
%39.55

CMYK color model

#A36AB0 color CMYK value is (7,40,0,31).

  • cyan value is 7.39%
  • magenta value is 39.77%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(7,40,0,31)
C7M40Y0K31 
(7%,40%,0%,31%)
(0.07/0.40/0.00/0.31)	

CMYK percentages

%7.39
%39.77
%0
%30.98

Codes

Color #A36AB0 in popluar color models

A36AB0
RGB163106176
HSL289°30.70%55.29%
HSB/HSV289°39.77%69.02%
CMYK7.39%39.77%0.00%
30.98%

Color #A36AB0 in popluar number systems.

HEXA36AB0
Decimal163106176
Binary10100011110101010110000
Octal243152260

Shades and tints

Shades of #A36AB0

#A36AB0
(163,106,176)
#9561A0
(149,97,160)
#875890
(135,88,144)
#794F80
(121,79,128)
#6B4670
(107,70,112)
#5D3D60
(93,61,96)
#4F3450
(79,52,80)
#412B40
(65,43,64)
#332230
(51,34,48)
#251920
(37,25,32)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #A36AB0

#A36AB0
(163,106,176)
#AB77B7
(171,119,183)
#B384BE
(179,132,190)
#BB91C5
(187,145,197)
#C39ECC
(195,158,204)
#CBABD3
(203,171,211)
#D3B8DA
(211,184,218)
#DBC5E1
(219,197,225)
#E3D2E8
(227,210,232)
#EBDFEF
(235,223,239)
#F3ECF6
(243,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A36AB0 color. Also use rgb(163,106,176) instead hex code.

Text Font Color

.myTextColor { color: #A36AB0; }

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

This text font color is #A36AB0.


Background Color

.myBgColor { background-color: #A36AB0; }

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

This div background color is #A36AB0.


Border color

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

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

This div border color is #A36AB0.


Opacity

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

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

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

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

This text has shadow with #A36AB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36AB0 on black background.


Color preview on white background

This text has color #A36AB0 on white background.



Black color preview on #A36AB0 background

This text has black color on #A36AB0 background.


White color preview on #A36AB0 background

This text has white color on #A36AB0 background.