COLOR #A65BC8

HEX: #A65BC8 RGB: (166,91,200)

Color info

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

RGB color model

#A65BC8 color RGB value is (166,91,200).

RGB: (166,91,200) (65%, 36%, 78%)

RGB channels and saturation

R 166 of 255 = 65%
G 91 of 255 = 36%
B 200 of 255 = 78%

166
91
200

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

Portions of RGB colors in percentages

R + G + B = 166 + 91 + 200 = 457 (100%)
R 166 of 457 ~ 36.32%
G 91 of 457 ~ 19.91%
B 200 of 457 ~ 43.76'%

%36.32
%19.91
%43.76

CMYK color model

#A65BC8 color CMYK value is (17,55,0,22).

  • cyan value is 17.00%
  • magenta value is 54.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (17,55,0,22)
C17M55Y0K22 (17%, 55%, 0%, 22%)
(0.17 / 0.55 / 0.00 / 0.22)

CMYK percentages

%17
%54.5
%0
%21.57

Codes

Color #A65BC8 in popluar color models

A6 5B C8
RGB 166 91 200
HSL 281° 49.77% 57.06%
HSB/HSV 281° 54.50% 78.43%
CMYK 17.00% 54.50% 0.00%
21.57%

Color #A65BC8 in popluar number systems.

HEX A6 5B C8
Decimal 166 91 200
Binary 10100110 1011011 11001000
Octal 246 133 310

Shades and tints

Shades of #A65BC8

#A65BC8
(166,91,200)
#9753B6
(151,83,182)
#884BA4
(136,75,164)
#794392
(121,67,146)
#6A3B80
(106,59,128)
#5B336E
(91,51,110)
#4C2B5C
(76,43,92)
#3D234A
(61,35,74)
#2E1B38
(46,27,56)
#1F1326
(31,19,38)
#100B14
(16,11,20)
#000000
(0,0,0)

Tints of #A65BC8

#A65BC8
(166,91,200)
#AE69CD
(174,105,205)
#B677D2
(182,119,210)
#BE85D7
(190,133,215)
#C693DC
(198,147,220)
#CEA1E1
(206,161,225)
#D6AFE6
(214,175,230)
#DEBDEB
(222,189,235)
#E6CBF0
(230,203,240)
#EED9F5
(238,217,245)
#F6E7FA
(246,231,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A65BC8 color. Also use rgb(166,91,200) instead hex code.

Text Font Color

.myTextColor { color: #A65BC8; }

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

This text font color is #A65BC8.

Background Color

.myBgColor { background-color: #A65BC8; }

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

This div background color is #A65BC8.

Border color

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

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

This div border color is #A65BC8.

Opacity

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

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

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

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

This text has shadow with #A65BC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A65BC8.

Preview

Color preview on black background

This text has color #A65BC8 on black background.


Color preview on white background

This text has color #A65BC8 on white background.


Black color preview on #A65BC8 background

This text has black color on #A65BC8 background.


White color preview on #A65BC8 background

This text has white color on #A65BC8 background.


Related colors

Complementary color

Complementary color for #hex is #59A437.


I love getcolorcode.com

Triadic colors

1 #C8A65B and #5BC8A6 with #A65BC8 are triadic colors.

2 #C85BA6 and #5BA6C8 with #A65BC8 are triadic colors.