COLOR #A06FA2

HEX: #A06FA2
RGB: (160,111,162)

Color info

#A06FA2 contains red, green and blue colors in about the same proportion. Web safe color of #A06FA2 is #996699 (or #969).

RGB color model

#A06FA2 color RGB value is (160,111,162).

  • red value is 160;
  • green value is 111;
  • blue value is 162.
RGB:
(160,111,162)
(63%,44%,64%)

RGB channels and saturation

R 160 of 255 = 63%
G 111 of 255 = 44%
B 162 of 255 = 64%

160
111
162

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

Portions of RGB colors in percentages

R + G + B =
160 + 111 + 162 = 433 (100%)
R 160 of 433 ~ 36.95%
G 111 of 433 ~ 25.64%
B 162 of 433 ~ 37.41%

%36.95
%25.64
%37.41

CMYK color model

#A06FA2 color CMYK value is (1,31,0,36).

  • cyan value is 1.23%
  • magenta value is 31.48%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(1,31,0,36)
C1M31Y0K36 
(1%,31%,0%,36%)
(0.01/0.31/0.00/0.36)	

CMYK percentages

%1.23
%31.48
%0
%36.47

Codes

Color #A06FA2 in popluar color models

A06FA2
RGB160111162
HSL298°21.52%53.53%
HSB/HSV298°31.48%63.53%
CMYK1.23%31.48%0.00%
36.47%

Color #A06FA2 in popluar number systems.

HEXA06FA2
Decimal160111162
Binary10100000110111110100010
Octal240157242

Shades and tints

Shades of #A06FA2

#A06FA2
(160,111,162)
#926594
(146,101,148)
#845B86
(132,91,134)
#765178
(118,81,120)
#68476A
(104,71,106)
#5A3D5C
(90,61,92)
#4C334E
(76,51,78)
#3E2940
(62,41,64)
#301F32
(48,31,50)
#221524
(34,21,36)
#140B16
(20,11,22)
#000000
(0,0,0)

Tints of #A06FA2

#A06FA2
(160,111,162)
#A87CAA
(168,124,170)
#B089B2
(176,137,178)
#B896BA
(184,150,186)
#C0A3C2
(192,163,194)
#C8B0CA
(200,176,202)
#D0BDD2
(208,189,210)
#D8CADA
(216,202,218)
#E0D7E2
(224,215,226)
#E8E4EA
(232,228,234)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06FA2 color. Also use rgb(160,111,162) instead hex code.

Text Font Color

.myTextColor { color: #A06FA2; }

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

This text font color is #A06FA2.


Background Color

.myBgColor { background-color: #A06FA2; }

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

This div background color is #A06FA2.


Border color

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

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

This div border color is #A06FA2.


Opacity

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

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

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

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

This text has shadow with #A06FA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06FA2 on black background.


Color preview on white background

This text has color #A06FA2 on white background.



Black color preview on #A06FA2 background

This text has black color on #A06FA2 background.


White color preview on #A06FA2 background

This text has white color on #A06FA2 background.