COLOR #A06EA3

HEX: #A06EA3 RGB: (160,110,163)

Color info

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

RGB color model

#A06EA3 color RGB value is (160,110,163).

RGB: (160,110,163) (63%, 43%, 64%)

RGB channels and saturation

R 160 of 255 = 63%
G 110 of 255 = 43%
B 163 of 255 = 64%

160
110
163

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

Portions of RGB colors in percentages

R + G + B = 160 + 110 + 163 = 433 (100%)
R 160 of 433 ~ 36.95%
G 110 of 433 ~ 25.4%
B 163 of 433 ~ 37.64'%

%36.95
%25.4
%37.64

CMYK color model

#A06EA3 color CMYK value is (2,33,0,36).

  • cyan value is 1.84%
  • magenta value is 32.52%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (2,33,0,36)
C2M33Y0K36 (2%, 33%, 0%, 36%)
(0.02 / 0.33 / 0.00 / 0.36)

CMYK percentages

%1.84
%32.52
%0
%36.08

Codes

Color #A06EA3 in popluar color models

A0 6E A3
RGB 160 110 163
HSL 297° 22.36% 53.53%
HSB/HSV 297° 32.52% 63.92%
CMYK 1.84% 32.52% 0.00%
36.08%

Color #A06EA3 in popluar number systems.

HEX A0 6E A3
Decimal 160 110 163
Binary 10100000 1101110 10100011
Octal 240 156 243

Shades and tints

Shades of #A06EA3

#A06EA3
(160,110,163)
#926495
(146,100,149)
#845A87
(132,90,135)
#765079
(118,80,121)
#68466B
(104,70,107)
#5A3C5D
(90,60,93)
#4C324F
(76,50,79)
#3E2841
(62,40,65)
#301E33
(48,30,51)
#221425
(34,20,37)
#140A17
(20,10,23)
#000000
(0,0,0)

Tints of #A06EA3

#A06EA3
(160,110,163)
#A87BAB
(168,123,171)
#B088B3
(176,136,179)
#B895BB
(184,149,187)
#C0A2C3
(192,162,195)
#C8AFCB
(200,175,203)
#D0BCD3
(208,188,211)
#D8C9DB
(216,201,219)
#E0D6E3
(224,214,227)
#E8E3EB
(232,227,235)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06EA3; }

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

This text font color is #A06EA3.

Background Color

.myBgColor { background-color: #A06EA3; }

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

This div background color is #A06EA3.

Border color

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

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

This div border color is #A06EA3.

Opacity

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

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

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

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

This text has shadow with #A06EA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A06EA3.

Preview

Color preview on black background

This text has color #A06EA3 on black background.


Color preview on white background

This text has color #A06EA3 on white background.


Black color preview on #A06EA3 background

This text has black color on #A06EA3 background.


White color preview on #A06EA3 background

This text has white color on #A06EA3 background.


Related colors

Complementary color

Complementary color for #hex is #5F915C.


I love getcolorcode.com

Triadic colors

1 #A3A06E and #6EA3A0 with #A06EA3 are triadic colors.

2 #A36EA0 and #6EA0A3 with #A06EA3 are triadic colors.