COLOR #A3668C

HEX: #A3668C RGB: (163,102,140)

Color info

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

RGB color model

#A3668C color RGB value is (163,102,140).

RGB: (163,102,140) (64%, 40%, 55%)

RGB channels and saturation

R 163 of 255 = 64%
G 102 of 255 = 40%
B 140 of 255 = 55%

163
102
140

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

Portions of RGB colors in percentages

R + G + B = 163 + 102 + 140 = 405 (100%)
R 163 of 405 ~ 40.25%
G 102 of 405 ~ 25.19%
B 140 of 405 ~ 34.57'%

%40.25
%25.19
%34.57

CMYK color model

#A3668C color CMYK value is (0,37,14,36).

  • cyan value is 0.00%
  • magenta value is 37.42%
  • yellow value is 14.11%
  • key color value is 36.08%
CMYK: (0,37,14,36) C0M37Y14K36 (0%,37%,14%,36%) (0.00/0.37/0.14/0.36) 

CMYK percentages

%0
%37.42
%14.11
%36.08

Codes

Color #A3668C in popluar color models

A3 66 8C
RGB 163 102 140
HSL 323° 24.90% 51.96%
HSB/HSV 323° 37.42% 63.92%
CMYK 0.00% 37.42% 14.11%
36.08%

Color #A3668C in popluar number systems.

HEX A3 66 8C
Decimal 163 102 140
Binary 10100011 1100110 10001100
Octal 243 146 214

Shades and tints

Shades of #A3668C

#A3668C
(163,102,140)
#955D80
(149,93,128)
#875474
(135,84,116)
#794B68
(121,75,104)
#6B425C
(107,66,92)
#5D3950
(93,57,80)
#4F3044
(79,48,68)
#412738
(65,39,56)
#331E2C
(51,30,44)
#251520
(37,21,32)
#170C14
(23,12,20)
#000000
(0,0,0)

Tints of #A3668C

#A3668C
(163,102,140)
#AB7396
(171,115,150)
#B380A0
(179,128,160)
#BB8DAA
(187,141,170)
#C39AB4
(195,154,180)
#CBA7BE
(203,167,190)
#D3B4C8
(211,180,200)
#DBC1D2
(219,193,210)
#E3CEDC
(227,206,220)
#EBDBE6
(235,219,230)
#F3E8F0
(243,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3668C color. Also use rgb(163,102,140) instead hex code.

Text Font Color

.myTextColor { color: #A3668C; }

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

This text font color is #A3668C.

Background Color

.myBgColor { background-color: #A3668C; }

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

This div background color is #A3668C.

Border color

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

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

This div border color is #A3668C.

Opacity

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

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

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

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

This text has shadow with #A3668C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3668C.

Preview

Color preview on black background

This text has color #A3668C on black background.


Color preview on white background

This text has color #A3668C on white background.


Black color preview on #A3668C background

This text has black color on #A3668C background.


White color preview on #A3668C background

This text has white color on #A3668C background.


Related colors

Complementary color

Complementary color for #hex is #5C9973.


I love getcolorcode.com

Triadic colors

1 #8CA366 and #668CA3 with #A3668C are triadic colors.

2 #8C66A3 and #66A38C with #A3668C are triadic colors.