COLOR #A384AC

HEX: #A384AC RGB: (163,132,172)

Color info

#A384AC contains red, green and blue colors in about the same proportion. Web safe color of #A384AC is #999999 (or #999).

RGB color model

#A384AC color RGB value is (163,132,172).

RGB: (163,132,172) (64%, 52%, 67%)

RGB channels and saturation

R 163 of 255 = 64%
G 132 of 255 = 52%
B 172 of 255 = 67%

163
132
172

R + G + B ~ 61%. #A384AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 132 + 172 = 467 (100%)
R 163 of 467 ~ 34.9%
G 132 of 467 ~ 28.27%
B 172 of 467 ~ 36.83'%

%34.9
%28.27
%36.83

CMYK color model

#A384AC color CMYK value is (5,23,0,33).

  • cyan value is 5.23%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (5,23,0,33)
C5M23Y0K33 (5%, 23%, 0%, 33%)
(0.05 / 0.23 / 0.00 / 0.33)

CMYK percentages

%5.23
%23.26
%0
%32.55

Codes

Color #A384AC in popluar color models

A3 84 AC
RGB 163 132 172
HSL 287° 19.42% 59.61%
HSB/HSV 287° 23.26% 67.45%
CMYK 5.23% 23.26% 0.00%
32.55%

Color #A384AC in popluar number systems.

HEX A3 84 AC
Decimal 163 132 172
Binary 10100011 10000100 10101100
Octal 243 204 254

Shades and tints

Shades of #A384AC

#A384AC
(163,132,172)
#95789D
(149,120,157)
#876C8E
(135,108,142)
#79607F
(121,96,127)
#6B5470
(107,84,112)
#5D4861
(93,72,97)
#4F3C52
(79,60,82)
#413043
(65,48,67)
#332434
(51,36,52)
#251825
(37,24,37)
#170C16
(23,12,22)
#000000
(0,0,0)

Tints of #A384AC

#A384AC
(163,132,172)
#AB8FB3
(171,143,179)
#B39ABA
(179,154,186)
#BBA5C1
(187,165,193)
#C3B0C8
(195,176,200)
#CBBBCF
(203,187,207)
#D3C6D6
(211,198,214)
#DBD1DD
(219,209,221)
#E3DCE4
(227,220,228)
#EBE7EB
(235,231,235)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A384AC color. Also use rgb(163,132,172) instead hex code.

Text Font Color

.myTextColor { color: #A384AC; }

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

This text font color is #A384AC.

Background Color

.myBgColor { background-color: #A384AC; }

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

This div background color is #A384AC.

Border color

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

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

This div border color is #A384AC.

Opacity

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

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

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

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

This text has shadow with #A384AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A384AC.

Preview

Color preview on black background

This text has color #A384AC on black background.


Color preview on white background

This text has color #A384AC on white background.


Black color preview on #A384AC background

This text has black color on #A384AC background.


White color preview on #A384AC background

This text has white color on #A384AC background.


Related colors

Complementary color

Complementary color for #hex is #5C7B53.


I love getcolorcode.com

Triadic colors

1 #ACA384 and #84ACA3 with #A384AC are triadic colors.

2 #AC84A3 and #84A3AC with #A384AC are triadic colors.