COLOR #A06ECC

HEX: #A06ECC RGB: (160,110,204)

Color info

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

RGB color model

#A06ECC color RGB value is (160,110,204).

RGB: (160,110,204) (63%, 43%, 80%)

RGB channels and saturation

R 160 of 255 = 63%
G 110 of 255 = 43%
B 204 of 255 = 80%

160
110
204

R + G + B ~ 62%. #A06ECC is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 110 + 204 = 474 (100%)
R 160 of 474 ~ 33.76%
G 110 of 474 ~ 23.21%
B 204 of 474 ~ 43.04'%

%33.76
%23.21
%43.04

CMYK color model

#A06ECC color CMYK value is (22,46,0,20).

  • cyan value is 21.57%
  • magenta value is 46.08%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (22,46,0,20)
C22M46Y0K20 (22%, 46%, 0%, 20%)
(0.22 / 0.46 / 0.00 / 0.20)

CMYK percentages

%21.57
%46.08
%0
%20

Codes

Color #A06ECC in popluar color models

A0 6E CC
RGB 160 110 204
HSL 272° 47.96% 61.57%
HSB/HSV 272° 46.08% 80.00%
CMYK 21.57% 46.08% 0.00%
20.00%

Color #A06ECC in popluar number systems.

HEX A0 6E CC
Decimal 160 110 204
Binary 10100000 1101110 11001100
Octal 240 156 314

Shades and tints

Shades of #A06ECC

#A06ECC
(160,110,204)
#9264BA
(146,100,186)
#845AA8
(132,90,168)
#765096
(118,80,150)
#684684
(104,70,132)
#5A3C72
(90,60,114)
#4C3260
(76,50,96)
#3E284E
(62,40,78)
#301E3C
(48,30,60)
#22142A
(34,20,42)
#140A18
(20,10,24)
#000000
(0,0,0)

Tints of #A06ECC

#A06ECC
(160,110,204)
#A87BD0
(168,123,208)
#B088D4
(176,136,212)
#B895D8
(184,149,216)
#C0A2DC
(192,162,220)
#C8AFE0
(200,175,224)
#D0BCE4
(208,188,228)
#D8C9E8
(216,201,232)
#E0D6EC
(224,214,236)
#E8E3F0
(232,227,240)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06ECC; }

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

This text font color is #A06ECC.

Background Color

.myBgColor { background-color: #A06ECC; }

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

This div background color is #A06ECC.

Border color

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

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

This div border color is #A06ECC.

Opacity

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

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

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

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

This text has shadow with #A06ECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A06ECC.

Preview

Color preview on black background

This text has color #A06ECC on black background.


Color preview on white background

This text has color #A06ECC on white background.


Black color preview on #A06ECC background

This text has black color on #A06ECC background.


White color preview on #A06ECC background

This text has white color on #A06ECC background.


Related colors

Complementary color

Complementary color for #hex is #5F9133.


I love getcolorcode.com

Triadic colors

1 #CCA06E and #6ECCA0 with #A06ECC are triadic colors.

2 #CC6EA0 and #6EA0CC with #A06ECC are triadic colors.