COLOR #A56BBB

HEX: #A56BBB RGB: (165,107,187)

Color info

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

RGB color model

#A56BBB color RGB value is (165,107,187).

RGB: (165,107,187) (65%, 42%, 73%)

RGB channels and saturation

R 165 of 255 = 65%
G 107 of 255 = 42%
B 187 of 255 = 73%

165
107
187

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

Portions of RGB colors in percentages

R + G + B = 165 + 107 + 187 = 459 (100%)
R 165 of 459 ~ 35.95%
G 107 of 459 ~ 23.31%
B 187 of 459 ~ 40.74'%

%35.95
%23.31
%40.74

CMYK color model

#A56BBB color CMYK value is (12,43,0,27).

  • cyan value is 11.76%
  • magenta value is 42.78%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (12,43,0,27) C12M43Y0K27 (12%,43%,0%,27%) (0.12/0.43/0.00/0.27) 

CMYK percentages

%11.76
%42.78
%0
%26.67

Codes

Color #A56BBB in popluar color models

A5 6B BB
RGB 165 107 187
HSL 284° 37.04% 57.65%
HSB/HSV 284° 42.78% 73.33%
CMYK 11.76% 42.78% 0.00%
26.67%

Color #A56BBB in popluar number systems.

HEX A5 6B BB
Decimal 165 107 187
Binary 10100101 1101011 10111011
Octal 245 153 273

Shades and tints

Shades of #A56BBB

#A56BBB
(165,107,187)
#9662AA
(150,98,170)
#875999
(135,89,153)
#785088
(120,80,136)
#694777
(105,71,119)
#5A3E66
(90,62,102)
#4B3555
(75,53,85)
#3C2C44
(60,44,68)
#2D2333
(45,35,51)
#1E1A22
(30,26,34)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #A56BBB

#A56BBB
(165,107,187)
#AD78C1
(173,120,193)
#B585C7
(181,133,199)
#BD92CD
(189,146,205)
#C59FD3
(197,159,211)
#CDACD9
(205,172,217)
#D5B9DF
(213,185,223)
#DDC6E5
(221,198,229)
#E5D3EB
(229,211,235)
#EDE0F1
(237,224,241)
#F5EDF7
(245,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56BBB color. Also use rgb(165,107,187) instead hex code.

Text Font Color

.myTextColor { color: #A56BBB; }

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

This text font color is #A56BBB.

Background Color

.myBgColor { background-color: #A56BBB; }

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

This div background color is #A56BBB.

Border color

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

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

This div border color is #A56BBB.

Opacity

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

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

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

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

This text has shadow with #A56BBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A56BBB.

Preview

Color preview on black background

This text has color #A56BBB on black background.


Color preview on white background

This text has color #A56BBB on white background.


Black color preview on #A56BBB background

This text has black color on #A56BBB background.


White color preview on #A56BBB background

This text has white color on #A56BBB background.


Related colors

Complementary color

Complementary color for #hex is #5A9444.


I love getcolorcode.com

Triadic colors

1 #BBA56B and #6BBBA5 with #A56BBB are triadic colors.

2 #BB6BA5 and #6BA5BB with #A56BBB are triadic colors.