COLOR #A65EB4

HEX: #A65EB4 RGB: (166,94,180)

Color info

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

RGB color model

#A65EB4 color RGB value is (166,94,180).

RGB: (166,94,180) (65%, 37%, 71%)

RGB channels and saturation

R 166 of 255 = 65%
G 94 of 255 = 37%
B 180 of 255 = 71%

166
94
180

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

Portions of RGB colors in percentages

R + G + B = 166 + 94 + 180 = 440 (100%)
R 166 of 440 ~ 37.73%
G 94 of 440 ~ 21.36%
B 180 of 440 ~ 40.91'%

%37.73
%21.36
%40.91

CMYK color model

#A65EB4 color CMYK value is (8,48,0,29).

  • cyan value is 7.78%
  • magenta value is 47.78%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (8,48,0,29)
C8M48Y0K29 (8%, 48%, 0%, 29%)
(0.08 / 0.48 / 0.00 / 0.29)

CMYK percentages

%7.78
%47.78
%0
%29.41

Codes

Color #A65EB4 in popluar color models

A6 5E B4
RGB 166 94 180
HSL 290° 36.44% 53.73%
HSB/HSV 290° 47.78% 70.59%
CMYK 7.78% 47.78% 0.00%
29.41%

Color #A65EB4 in popluar number systems.

HEX A6 5E B4
Decimal 166 94 180
Binary 10100110 1011110 10110100
Octal 246 136 264

Shades and tints

Shades of #A65EB4

#A65EB4
(166,94,180)
#9756A4
(151,86,164)
#884E94
(136,78,148)
#794684
(121,70,132)
#6A3E74
(106,62,116)
#5B3664
(91,54,100)
#4C2E54
(76,46,84)
#3D2644
(61,38,68)
#2E1E34
(46,30,52)
#1F1624
(31,22,36)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #A65EB4

#A65EB4
(166,94,180)
#AE6CBA
(174,108,186)
#B67AC0
(182,122,192)
#BE88C6
(190,136,198)
#C696CC
(198,150,204)
#CEA4D2
(206,164,210)
#D6B2D8
(214,178,216)
#DEC0DE
(222,192,222)
#E6CEE4
(230,206,228)
#EEDCEA
(238,220,234)
#F6EAF0
(246,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A65EB4 color. Also use rgb(166,94,180) instead hex code.

Text Font Color

.myTextColor { color: #A65EB4; }

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

This text font color is #A65EB4.

Background Color

.myBgColor { background-color: #A65EB4; }

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

This div background color is #A65EB4.

Border color

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

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

This div border color is #A65EB4.

Opacity

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

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

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

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

This text has shadow with #A65EB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A65EB4.

Preview

Color preview on black background

This text has color #A65EB4 on black background.


Color preview on white background

This text has color #A65EB4 on white background.


Black color preview on #A65EB4 background

This text has black color on #A65EB4 background.


White color preview on #A65EB4 background

This text has white color on #A65EB4 background.


Related colors

Complementary color

Complementary color for #hex is #59A14B.


I love getcolorcode.com

Triadic colors

1 #B4A65E and #5EB4A6 with #A65EB4 are triadic colors.

2 #B45EA6 and #5EA6B4 with #A65EB4 are triadic colors.