COLOR #A36BBF

HEX: #A36BBF RGB: (163,107,191)

Color info

#A36BBF contains mainly red and blue colors. Web safe color of #A36BBF is #9966CC (or #96C).

RGB color model

#A36BBF color RGB value is (163,107,191).

RGB: (163,107,191) (64%, 42%, 75%)

RGB channels and saturation

R 163 of 255 = 64%
G 107 of 255 = 42%
B 191 of 255 = 75%

163
107
191

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

Portions of RGB colors in percentages

R + G + B = 163 + 107 + 191 = 461 (100%)
R 163 of 461 ~ 35.36%
G 107 of 461 ~ 23.21%
B 191 of 461 ~ 41.43'%

%35.36
%23.21
%41.43

CMYK color model

#A36BBF color CMYK value is (15,44,0,25).

  • cyan value is 14.66%
  • magenta value is 43.98%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (15,44,0,25)
C15M44Y0K25 (15%, 44%, 0%, 25%)
(0.15 / 0.44 / 0.00 / 0.25)

CMYK percentages

%14.66
%43.98
%0
%25.1

Codes

Color #A36BBF in popluar color models

A3 6B BF
RGB 163 107 191
HSL 280° 39.62% 58.43%
HSB/HSV 280° 43.98% 74.90%
CMYK 14.66% 43.98% 0.00%
25.10%

Color #A36BBF in popluar number systems.

HEX A3 6B BF
Decimal 163 107 191
Binary 10100011 1101011 10111111
Octal 243 153 277

Shades and tints

Shades of #A36BBF

#A36BBF
(163,107,191)
#9562AE
(149,98,174)
#87599D
(135,89,157)
#79508C
(121,80,140)
#6B477B
(107,71,123)
#5D3E6A
(93,62,106)
#4F3559
(79,53,89)
#412C48
(65,44,72)
#332337
(51,35,55)
#251A26
(37,26,38)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #A36BBF

#A36BBF
(163,107,191)
#AB78C4
(171,120,196)
#B385C9
(179,133,201)
#BB92CE
(187,146,206)
#C39FD3
(195,159,211)
#CBACD8
(203,172,216)
#D3B9DD
(211,185,221)
#DBC6E2
(219,198,226)
#E3D3E7
(227,211,231)
#EBE0EC
(235,224,236)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A36BBF color. Also use rgb(163,107,191) instead hex code.

Text Font Color

.myTextColor { color: #A36BBF; }

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

This text font color is #A36BBF.

Background Color

.myBgColor { background-color: #A36BBF; }

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

This div background color is #A36BBF.

Border color

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

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

This div border color is #A36BBF.

Opacity

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

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

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

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

This text has shadow with #A36BBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A36BBF.

Preview

Color preview on black background

This text has color #A36BBF on black background.


Color preview on white background

This text has color #A36BBF on white background.


Black color preview on #A36BBF background

This text has black color on #A36BBF background.


White color preview on #A36BBF background

This text has white color on #A36BBF background.


Related colors

Complementary color

Complementary color for #hex is #5C9440.


I love getcolorcode.com

Triadic colors

1 #BFA36B and #6BBFA3 with #A36BBF are triadic colors.

2 #BF6BA3 and #6BA3BF with #A36BBF are triadic colors.