COLOR #A06CB6

HEX: #A06CB6 RGB: (160,108,182)

Color info

#A06CB6 contains mainly red and blue colors. Web safe color of #A06CB6 is #9966CC (or #96C).

RGB color model

#A06CB6 color RGB value is (160,108,182).

RGB: (160,108,182) (63%, 42%, 71%)

RGB channels and saturation

R 160 of 255 = 63%
G 108 of 255 = 42%
B 182 of 255 = 71%

160
108
182

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

Portions of RGB colors in percentages

R + G + B = 160 + 108 + 182 = 450 (100%)
R 160 of 450 ~ 35.56%
G 108 of 450 ~ 24%
B 182 of 450 ~ 40.44'%

%35.56
%24
%40.44

CMYK color model

#A06CB6 color CMYK value is (12,41,0,29).

  • cyan value is 12.09%
  • magenta value is 40.66%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK: (12,41,0,29) C12M41Y0K29 (12%,41%,0%,29%) (0.12/0.41/0.00/0.29) 

CMYK percentages

%12.09
%40.66
%0
%28.63

Codes

Color #A06CB6 in popluar color models

A0 6C B6
RGB 160 108 182
HSL 282° 33.64% 56.86%
HSB/HSV 282° 40.66% 71.37%
CMYK 12.09% 40.66% 0.00%
28.63%

Color #A06CB6 in popluar number systems.

HEX A0 6C B6
Decimal 160 108 182
Binary 10100000 1101100 10110110
Octal 240 154 266

Shades and tints

Shades of #A06CB6

#A06CB6
(160,108,182)
#9263A6
(146,99,166)
#845A96
(132,90,150)
#765186
(118,81,134)
#684876
(104,72,118)
#5A3F66
(90,63,102)
#4C3656
(76,54,86)
#3E2D46
(62,45,70)
#302436
(48,36,54)
#221B26
(34,27,38)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #A06CB6

#A06CB6
(160,108,182)
#A879BC
(168,121,188)
#B086C2
(176,134,194)
#B893C8
(184,147,200)
#C0A0CE
(192,160,206)
#C8ADD4
(200,173,212)
#D0BADA
(208,186,218)
#D8C7E0
(216,199,224)
#E0D4E6
(224,212,230)
#E8E1EC
(232,225,236)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06CB6; }

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

This text font color is #A06CB6.

Background Color

.myBgColor { background-color: #A06CB6; }

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

This div background color is #A06CB6.

Border color

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

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

This div border color is #A06CB6.

Opacity

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

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

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

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

This text has shadow with #A06CB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A06CB6.

Preview

Color preview on black background

This text has color #A06CB6 on black background.


Color preview on white background

This text has color #A06CB6 on white background.


Black color preview on #A06CB6 background

This text has black color on #A06CB6 background.


White color preview on #A06CB6 background

This text has white color on #A06CB6 background.


Related colors

Complementary color

Complementary color for #hex is #5F9349.


I love getcolorcode.com

Triadic colors

1 #B6A06C and #6CB6A0 with #A06CB6 are triadic colors.

2 #B66CA0 and #6CA0B6 with #A06CB6 are triadic colors.