COLOR #A06CAF

HEX: #A06CAF
RGB: (160,108,175)

Color info

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

RGB color model

#A06CAF color RGB value is (160,108,175).

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

RGB channels and saturation

R 160 of 255 = 63%
G 108 of 255 = 42%
B 175 of 255 = 69%

160
108
175

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

Portions of RGB colors in percentages

R + G + B =
160 + 108 + 175 = 443 (100%)
R 160 of 443 ~ 36.12%
G 108 of 443 ~ 24.38%
B 175 of 443 ~ 39.5%

%36.12
%24.38
%39.5

CMYK color model

#A06CAF color CMYK value is (9,38,0,31).

  • cyan value is 8.57%
  • magenta value is 38.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(9,38,0,31)
C9M38Y0K31 
(9%,38%,0%,31%)
(0.09/0.38/0.00/0.31)	

CMYK percentages

%8.57
%38.29
%0
%31.37

Codes

Color #A06CAF in popluar color models

A06CAF
RGB160108175
HSL287°29.52%55.49%
HSB/HSV287°38.29%68.63%
CMYK8.57%38.29%0.00%
31.37%

Color #A06CAF in popluar number systems.

HEXA06CAF
Decimal160108175
Binary10100000110110010101111
Octal240154257

Shades and tints

Shades of #A06CAF

#A06CAF
(160,108,175)
#9263A0
(146,99,160)
#845A91
(132,90,145)
#765182
(118,81,130)
#684873
(104,72,115)
#5A3F64
(90,63,100)
#4C3655
(76,54,85)
#3E2D46
(62,45,70)
#302437
(48,36,55)
#221B28
(34,27,40)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #A06CAF

#A06CAF
(160,108,175)
#A879B6
(168,121,182)
#B086BD
(176,134,189)
#B893C4
(184,147,196)
#C0A0CB
(192,160,203)
#C8ADD2
(200,173,210)
#D0BAD9
(208,186,217)
#D8C7E0
(216,199,224)
#E0D4E7
(224,212,231)
#E8E1EE
(232,225,238)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06CAF; }

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

This text font color is #A06CAF.


Background Color

.myBgColor { background-color: #A06CAF; }

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

This div background color is #A06CAF.


Border color

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

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

This div border color is #A06CAF.


Opacity

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

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

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

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

This text has shadow with #A06CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06CAF on black background.


Color preview on white background

This text has color #A06CAF on white background.



Black color preview on #A06CAF background

This text has black color on #A06CAF background.


White color preview on #A06CAF background

This text has white color on #A06CAF background.