COLOR #A068B1

HEX: #A068B1
RGB: (160,104,177)

Color info

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

RGB color model

#A068B1 color RGB value is (160,104,177).

  • red value is 160;
  • green value is 104;
  • blue value is 177.
RGB:
(160,104,177)
(63%,41%,69%)

RGB channels and saturation

R 160 of 255 = 63%
G 104 of 255 = 41%
B 177 of 255 = 69%

160
104
177

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

Portions of RGB colors in percentages

R + G + B =
160 + 104 + 177 = 441 (100%)
R 160 of 441 ~ 36.28%
G 104 of 441 ~ 23.58%
B 177 of 441 ~ 40.14%

%36.28
%23.58
%40.14

CMYK color model

#A068B1 color CMYK value is (10,41,0,31).

  • cyan value is 9.60%
  • magenta value is 41.24%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(10,41,0,31)
C10M41Y0K31 
(10%,41%,0%,31%)
(0.10/0.41/0.00/0.31)	

CMYK percentages

%9.6
%41.24
%0
%30.59

Codes

Color #A068B1 in popluar color models

A068B1
RGB160104177
HSL286°31.88%55.10%
HSB/HSV286°41.24%69.41%
CMYK9.60%41.24%0.00%
30.59%

Color #A068B1 in popluar number systems.

HEXA068B1
Decimal160104177
Binary10100000110100010110001
Octal240150261

Shades and tints

Shades of #A068B1

#A068B1
(160,104,177)
#925FA1
(146,95,161)
#845691
(132,86,145)
#764D81
(118,77,129)
#684471
(104,68,113)
#5A3B61
(90,59,97)
#4C3251
(76,50,81)
#3E2941
(62,41,65)
#302031
(48,32,49)
#221721
(34,23,33)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #A068B1

#A068B1
(160,104,177)
#A875B8
(168,117,184)
#B082BF
(176,130,191)
#B88FC6
(184,143,198)
#C09CCD
(192,156,205)
#C8A9D4
(200,169,212)
#D0B6DB
(208,182,219)
#D8C3E2
(216,195,226)
#E0D0E9
(224,208,233)
#E8DDF0
(232,221,240)
#F0EAF7
(240,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A068B1 color. Also use rgb(160,104,177) instead hex code.

Text Font Color

.myTextColor { color: #A068B1; }

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

This text font color is #A068B1.


Background Color

.myBgColor { background-color: #A068B1; }

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

This div background color is #A068B1.


Border color

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

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

This div border color is #A068B1.


Opacity

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

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

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

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

This text has shadow with #A068B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A068B1 on black background.


Color preview on white background

This text has color #A068B1 on white background.



Black color preview on #A068B1 background

This text has black color on #A068B1 background.


White color preview on #A068B1 background

This text has white color on #A068B1 background.