COLOR #A165B4

HEX: #A165B4 RGB: (161,101,180)

Color info

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

RGB color model

#A165B4 color RGB value is (161,101,180).

RGB: (161,101,180) (63%, 40%, 71%)

RGB channels and saturation

R 161 of 255 = 63%
G 101 of 255 = 40%
B 180 of 255 = 71%

161
101
180

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

Portions of RGB colors in percentages

R + G + B = 161 + 101 + 180 = 442 (100%)
R 161 of 442 ~ 36.43%
G 101 of 442 ~ 22.85%
B 180 of 442 ~ 40.72'%

%36.43
%22.85
%40.72

CMYK color model

#A165B4 color CMYK value is (11,44,0,29).

  • cyan value is 10.56%
  • magenta value is 43.89%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (11,44,0,29)
C11M44Y0K29 (11%, 44%, 0%, 29%)
(0.11 / 0.44 / 0.00 / 0.29)

CMYK percentages

%10.56
%43.89
%0
%29.41

Codes

Color #A165B4 in popluar color models

A1 65 B4
RGB 161 101 180
HSL 286° 34.50% 55.10%
HSB/HSV 286° 43.89% 70.59%
CMYK 10.56% 43.89% 0.00%
29.41%

Color #A165B4 in popluar number systems.

HEX A1 65 B4
Decimal 161 101 180
Binary 10100001 1100101 10110100
Octal 241 145 264

Shades and tints

Shades of #A165B4

#A165B4
(161,101,180)
#935CA4
(147,92,164)
#855394
(133,83,148)
#774A84
(119,74,132)
#694174
(105,65,116)
#5B3864
(91,56,100)
#4D2F54
(77,47,84)
#3F2644
(63,38,68)
#311D34
(49,29,52)
#231424
(35,20,36)
#150B14
(21,11,20)
#000000
(0,0,0)

Tints of #A165B4

#A165B4
(161,101,180)
#A973BA
(169,115,186)
#B181C0
(177,129,192)
#B98FC6
(185,143,198)
#C19DCC
(193,157,204)
#C9ABD2
(201,171,210)
#D1B9D8
(209,185,216)
#D9C7DE
(217,199,222)
#E1D5E4
(225,213,228)
#E9E3EA
(233,227,234)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A165B4 color. Also use rgb(161,101,180) instead hex code.

Text Font Color

.myTextColor { color: #A165B4; }

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

This text font color is #A165B4.

Background Color

.myBgColor { background-color: #A165B4; }

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

This div background color is #A165B4.

Border color

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

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

This div border color is #A165B4.

Opacity

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

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

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

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

This text has shadow with #A165B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A165B4.

Preview

Color preview on black background

This text has color #A165B4 on black background.


Color preview on white background

This text has color #A165B4 on white background.


Black color preview on #A165B4 background

This text has black color on #A165B4 background.


White color preview on #A165B4 background

This text has white color on #A165B4 background.


Related colors

Complementary color

Complementary color for #hex is #5E9A4B.


I love getcolorcode.com

Triadic colors

1 #B4A165 and #65B4A1 with #A165B4 are triadic colors.

2 #B465A1 and #65A1B4 with #A165B4 are triadic colors.