COLOR #A861B2

HEX: #A861B2 RGB: (168,97,178)

Color info

#A861B2 contains mainly red and blue colors. Web safe color of #A861B2 is #996699 (or #969).

RGB color model

#A861B2 color RGB value is (168,97,178).

RGB: (168,97,178) (66%, 38%, 70%)

RGB channels and saturation

R 168 of 255 = 66%
G 97 of 255 = 38%
B 178 of 255 = 70%

168
97
178

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

Portions of RGB colors in percentages

R + G + B = 168 + 97 + 178 = 443 (100%)
R 168 of 443 ~ 37.92%
G 97 of 443 ~ 21.9%
B 178 of 443 ~ 40.18'%

%37.92
%21.9
%40.18

CMYK color model

#A861B2 color CMYK value is (6,46,0,30).

  • cyan value is 5.62%
  • magenta value is 45.51%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (6,46,0,30)
C6M46Y0K30 (6%, 46%, 0%, 30%)
(0.06 / 0.46 / 0.00 / 0.30)

CMYK percentages

%5.62
%45.51
%0
%30.2

Codes

Color #A861B2 in popluar color models

A8 61 B2
RGB 168 97 178
HSL 293° 34.47% 53.92%
HSB/HSV 293° 45.51% 69.80%
CMYK 5.62% 45.51% 0.00%
30.20%

Color #A861B2 in popluar number systems.

HEX A8 61 B2
Decimal 168 97 178
Binary 10101000 1100001 10110010
Octal 250 141 262

Shades and tints

Shades of #A861B2

#A861B2
(168,97,178)
#9959A2
(153,89,162)
#8A5192
(138,81,146)
#7B4982
(123,73,130)
#6C4172
(108,65,114)
#5D3962
(93,57,98)
#4E3152
(78,49,82)
#3F2942
(63,41,66)
#302132
(48,33,50)
#211922
(33,25,34)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #A861B2

#A861B2
(168,97,178)
#AF6FB9
(175,111,185)
#B67DC0
(182,125,192)
#BD8BC7
(189,139,199)
#C499CE
(196,153,206)
#CBA7D5
(203,167,213)
#D2B5DC
(210,181,220)
#D9C3E3
(217,195,227)
#E0D1EA
(224,209,234)
#E7DFF1
(231,223,241)
#EEEDF8
(238,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A861B2 color. Also use rgb(168,97,178) instead hex code.

Text Font Color

.myTextColor { color: #A861B2; }

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

This text font color is #A861B2.

Background Color

.myBgColor { background-color: #A861B2; }

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

This div background color is #A861B2.

Border color

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

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

This div border color is #A861B2.

Opacity

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

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

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

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

This text has shadow with #A861B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A861B2.

Preview

Color preview on black background

This text has color #A861B2 on black background.


Color preview on white background

This text has color #A861B2 on white background.


Black color preview on #A861B2 background

This text has black color on #A861B2 background.


White color preview on #A861B2 background

This text has white color on #A861B2 background.


Related colors

Complementary color

Complementary color for #hex is #579E4D.


I love getcolorcode.com

Triadic colors

1 #B2A861 and #61B2A8 with #A861B2 are triadic colors.

2 #B261A8 and #61A8B2 with #A861B2 are triadic colors.