COLOR #A06CA1

HEX: #A06CA1
RGB: (160,108,161)

Color info

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

RGB color model

#A06CA1 color RGB value is (160,108,161).

  • red value is 160;
  • green value is 108;
  • blue value is 161.
RGB:
(160,108,161)
(63%,42%,63%)

RGB channels and saturation

R 160 of 255 = 63%
G 108 of 255 = 42%
B 161 of 255 = 63%

160
108
161

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

Portions of RGB colors in percentages

R + G + B =
160 + 108 + 161 = 429 (100%)
R 160 of 429 ~ 37.3%
G 108 of 429 ~ 25.17%
B 161 of 429 ~ 37.53%

%37.3
%25.17
%37.53

CMYK color model

#A06CA1 color CMYK value is (1,33,0,37).

  • cyan value is 0.62%
  • magenta value is 32.92%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(1,33,0,37)
C1M33Y0K37 
(1%,33%,0%,37%)
(0.01/0.33/0.00/0.37)	

CMYK percentages

%0.62
%32.92
%0
%36.86

Codes

Color #A06CA1 in popluar color models

A06CA1
RGB160108161
HSL299°21.99%52.75%
HSB/HSV299°32.92%63.14%
CMYK0.62%32.92%0.00%
36.86%

Color #A06CA1 in popluar number systems.

HEXA06CA1
Decimal160108161
Binary10100000110110010100001
Octal240154241

Shades and tints

Shades of #A06CA1

#A06CA1
(160,108,161)
#926393
(146,99,147)
#845A85
(132,90,133)
#765177
(118,81,119)
#684869
(104,72,105)
#5A3F5B
(90,63,91)
#4C364D
(76,54,77)
#3E2D3F
(62,45,63)
#302431
(48,36,49)
#221B23
(34,27,35)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #A06CA1

#A06CA1
(160,108,161)
#A879A9
(168,121,169)
#B086B1
(176,134,177)
#B893B9
(184,147,185)
#C0A0C1
(192,160,193)
#C8ADC9
(200,173,201)
#D0BAD1
(208,186,209)
#D8C7D9
(216,199,217)
#E0D4E1
(224,212,225)
#E8E1E9
(232,225,233)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06CA1 color. Also use rgb(160,108,161) instead hex code.

Text Font Color

.myTextColor { color: #A06CA1; }

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

This text font color is #A06CA1.


Background Color

.myBgColor { background-color: #A06CA1; }

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

This div background color is #A06CA1.


Border color

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

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

This div border color is #A06CA1.


Opacity

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

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

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

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

This text has shadow with #A06CA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06CA1 on black background.


Color preview on white background

This text has color #A06CA1 on white background.



Black color preview on #A06CA1 background

This text has black color on #A06CA1 background.


White color preview on #A06CA1 background

This text has white color on #A06CA1 background.