COLOR #A06FA0

HEX: #A06FA0 RGB: (160,111,160)

Color info

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

RGB color model

#A06FA0 color RGB value is (160,111,160).

RGB: (160,111,160) (63%, 44%, 63%)

RGB channels and saturation

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

160
111
160

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

Portions of RGB colors in percentages

R + G + B = 160 + 111 + 160 = 431 (100%)
R 160 of 431 ~ 37.12%
G 111 of 431 ~ 25.75%
B 160 of 431 ~ 37.12'%

%37.12
%25.75
%37.12

CMYK color model

#A06FA0 color CMYK value is (0,31,0,37).

  • cyan value is 0.00%
  • magenta value is 30.63%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK: (0,31,0,37) C0M31Y0K37 (0%,31%,0%,37%) (0.00/0.31/0.00/0.37) 

CMYK percentages

%0
%30.63
%0
%37.25

Codes

Color #A06FA0 in popluar color models

A0 6F A0
RGB 160 111 160
HSL 300° 20.50% 53.14%
HSB/HSV 300° 30.63% 62.75%
CMYK 0.00% 30.63% 0.00%
37.25%

Color #A06FA0 in popluar number systems.

HEX A0 6F A0
Decimal 160 111 160
Binary 10100000 1101111 10100000
Octal 240 157 240

Shades and tints

Shades of #A06FA0

#A06FA0
(160,111,160)
#926592
(146,101,146)
#845B84
(132,91,132)
#765176
(118,81,118)
#684768
(104,71,104)
#5A3D5A
(90,61,90)
#4C334C
(76,51,76)
#3E293E
(62,41,62)
#301F30
(48,31,48)
#221522
(34,21,34)
#140B14
(20,11,20)
#000000
(0,0,0)

Tints of #A06FA0

#A06FA0
(160,111,160)
#A87CA8
(168,124,168)
#B089B0
(176,137,176)
#B896B8
(184,150,184)
#C0A3C0
(192,163,192)
#C8B0C8
(200,176,200)
#D0BDD0
(208,189,208)
#D8CAD8
(216,202,216)
#E0D7E0
(224,215,224)
#E8E4E8
(232,228,232)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06FA0; }

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

This text font color is #A06FA0.

Background Color

.myBgColor { background-color: #A06FA0; }

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

This div background color is #A06FA0.

Border color

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

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

This div border color is #A06FA0.

Opacity

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

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

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

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

This text has shadow with #A06FA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A06FA0.

Preview

Color preview on black background

This text has color #A06FA0 on black background.


Color preview on white background

This text has color #A06FA0 on white background.


Black color preview on #A06FA0 background

This text has black color on #A06FA0 background.


White color preview on #A06FA0 background

This text has white color on #A06FA0 background.


Related colors

Complementary color

Complementary color for #hex is #5F905F.


I love getcolorcode.com

Triadic colors

1 #A0A06F and #6FA0A0 with #A06FA0 are triadic colors.

2 #A06FA0 and #6FA0A0 with #A06FA0 are triadic colors.