COLOR #A068A6

HEX: #A068A6
RGB: (160,104,166)

Color info

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

RGB color model

#A068A6 color RGB value is (160,104,166).

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

RGB channels and saturation

R 160 of 255 = 63%
G 104 of 255 = 41%
B 166 of 255 = 65%

160
104
166

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

Portions of RGB colors in percentages

R + G + B =
160 + 104 + 166 = 430 (100%)
R 160 of 430 ~ 37.21%
G 104 of 430 ~ 24.19%
B 166 of 430 ~ 38.6%

%37.21
%24.19
%38.6

CMYK color model

#A068A6 color CMYK value is (4,37,0,35).

  • cyan value is 3.61%
  • magenta value is 37.35%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(4,37,0,35)
C4M37Y0K35 
(4%,37%,0%,35%)
(0.04/0.37/0.00/0.35)	

CMYK percentages

%3.61
%37.35
%0
%34.9

Codes

Color #A068A6 in popluar color models

A068A6
RGB160104166
HSL294°25.83%52.94%
HSB/HSV294°37.35%65.10%
CMYK3.61%37.35%0.00%
34.90%

Color #A068A6 in popluar number systems.

HEXA068A6
Decimal160104166
Binary10100000110100010100110
Octal240150246

Shades and tints

Shades of #A068A6

#A068A6
(160,104,166)
#925F97
(146,95,151)
#845688
(132,86,136)
#764D79
(118,77,121)
#68446A
(104,68,106)
#5A3B5B
(90,59,91)
#4C324C
(76,50,76)
#3E293D
(62,41,61)
#30202E
(48,32,46)
#22171F
(34,23,31)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #A068A6

#A068A6
(160,104,166)
#A875AE
(168,117,174)
#B082B6
(176,130,182)
#B88FBE
(184,143,190)
#C09CC6
(192,156,198)
#C8A9CE
(200,169,206)
#D0B6D6
(208,182,214)
#D8C3DE
(216,195,222)
#E0D0E6
(224,208,230)
#E8DDEE
(232,221,238)
#F0EAF6
(240,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A068A6; }

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

This text font color is #A068A6.


Background Color

.myBgColor { background-color: #A068A6; }

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

This div background color is #A068A6.


Border color

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

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

This div border color is #A068A6.


Opacity

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

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

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

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

This text has shadow with #A068A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A068A6 on black background.


Color preview on white background

This text has color #A068A6 on white background.



Black color preview on #A068A6 background

This text has black color on #A068A6 background.


White color preview on #A068A6 background

This text has white color on #A068A6 background.