COLOR #A865B2

HEX: #A865B2
RGB: (168,101,178)

Color info

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

RGB color model

#A865B2 color RGB value is (168,101,178).

  • red value is 168;
  • green value is 101;
  • blue value is 178.
RGB:
(168,101,178)
(66%,40%,70%)

RGB channels and saturation

R 168 of 255 = 66%
G 101 of 255 = 40%
B 178 of 255 = 70%

168
101
178

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

Portions of RGB colors in percentages

R + G + B =
168 + 101 + 178 = 447 (100%)
R 168 of 447 ~ 37.58%
G 101 of 447 ~ 22.6%
B 178 of 447 ~ 39.82%

%37.58
%22.6
%39.82

CMYK color model

#A865B2 color CMYK value is (6,43,0,30).

  • cyan value is 5.62%
  • magenta value is 43.26%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(6,43,0,30)
C6M43Y0K30 
(6%,43%,0%,30%)
(0.06/0.43/0.00/0.30)	

CMYK percentages

%5.62
%43.26
%0
%30.2

Codes

Color #A865B2 in popluar color models

A865B2
RGB168101178
HSL292°33.33%54.71%
HSB/HSV292°43.26%69.80%
CMYK5.62%43.26%0.00%
30.20%

Color #A865B2 in popluar number systems.

HEXA865B2
Decimal168101178
Binary10101000110010110110010
Octal250145262

Shades and tints

Shades of #A865B2

#A865B2
(168,101,178)
#995CA2
(153,92,162)
#8A5392
(138,83,146)
#7B4A82
(123,74,130)
#6C4172
(108,65,114)
#5D3862
(93,56,98)
#4E2F52
(78,47,82)
#3F2642
(63,38,66)
#301D32
(48,29,50)
#211422
(33,20,34)
#120B12
(18,11,18)
#000000
(0,0,0)

Tints of #A865B2

#A865B2
(168,101,178)
#AF73B9
(175,115,185)
#B681C0
(182,129,192)
#BD8FC7
(189,143,199)
#C49DCE
(196,157,206)
#CBABD5
(203,171,213)
#D2B9DC
(210,185,220)
#D9C7E3
(217,199,227)
#E0D5EA
(224,213,234)
#E7E3F1
(231,227,241)
#EEF1F8
(238,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A865B2; }

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

This text font color is #A865B2.


Background Color

.myBgColor { background-color: #A865B2; }

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

This div background color is #A865B2.


Border color

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

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

This div border color is #A865B2.


Opacity

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

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

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

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

This text has shadow with #A865B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A865B2 on black background.


Color preview on white background

This text has color #A865B2 on white background.



Black color preview on #A865B2 background

This text has black color on #A865B2 background.


White color preview on #A865B2 background

This text has white color on #A865B2 background.