COLOR #A868A1

HEX: #A868A1
RGB: (168,104,161)

Color info

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

RGB color model

#A868A1 color RGB value is (168,104,161).

  • red value is 168;
  • green value is 104;
  • blue value is 161.
RGB:
(168,104,161)
(66%,41%,63%)

RGB channels and saturation

R 168 of 255 = 66%
G 104 of 255 = 41%
B 161 of 255 = 63%

168
104
161

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

Portions of RGB colors in percentages

R + G + B =
168 + 104 + 161 = 433 (100%)
R 168 of 433 ~ 38.8%
G 104 of 433 ~ 24.02%
B 161 of 433 ~ 37.18%

%38.8
%24.02
%37.18

CMYK color model

#A868A1 color CMYK value is (0,38,4,34).

  • cyan value is 0.00%
  • magenta value is 38.10%
  • yellow value is 4.17%
  • key color value is 34.12%
CMYK:
(0,38,4,34)
C0M38Y4K34 
(0%,38%,4%,34%)
(0.00/0.38/0.04/0.34)	

CMYK percentages

%0
%38.1
%4.17
%34.12

Codes

Color #A868A1 in popluar color models

A868A1
RGB168104161
HSL307°26.89%53.33%
HSB/HSV307°38.10%65.88%
CMYK0.00%38.10%4.17%
34.12%

Color #A868A1 in popluar number systems.

HEXA868A1
Decimal168104161
Binary10101000110100010100001
Octal250150241

Shades and tints

Shades of #A868A1

#A868A1
(168,104,161)
#995F93
(153,95,147)
#8A5685
(138,86,133)
#7B4D77
(123,77,119)
#6C4469
(108,68,105)
#5D3B5B
(93,59,91)
#4E324D
(78,50,77)
#3F293F
(63,41,63)
#302031
(48,32,49)
#211723
(33,23,35)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #A868A1

#A868A1
(168,104,161)
#AF75A9
(175,117,169)
#B682B1
(182,130,177)
#BD8FB9
(189,143,185)
#C49CC1
(196,156,193)
#CBA9C9
(203,169,201)
#D2B6D1
(210,182,209)
#D9C3D9
(217,195,217)
#E0D0E1
(224,208,225)
#E7DDE9
(231,221,233)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A868A1 color. Also use rgb(168,104,161) instead hex code.

Text Font Color

.myTextColor { color: #A868A1; }

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

This text font color is #A868A1.


Background Color

.myBgColor { background-color: #A868A1; }

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

This div background color is #A868A1.


Border color

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

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

This div border color is #A868A1.


Opacity

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

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

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

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

This text has shadow with #A868A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A868A1 on black background.


Color preview on white background

This text has color #A868A1 on white background.



Black color preview on #A868A1 background

This text has black color on #A868A1 background.


White color preview on #A868A1 background

This text has white color on #A868A1 background.