COLOR #A384CF

HEX: #A384CF RGB: (163,132,207)

Color info

#A384CF contains mainly red and blue colors. Web safe color of #A384CF is #9999CC (or #99C).

RGB color model

#A384CF color RGB value is (163,132,207).

RGB: (163,132,207) (64%, 52%, 81%)

RGB channels and saturation

R 163 of 255 = 64%
G 132 of 255 = 52%
B 207 of 255 = 81%

163
132
207

R + G + B ~ 66%. #A384CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 132 + 207 = 502 (100%)
R 163 of 502 ~ 32.47%
G 132 of 502 ~ 26.29%
B 207 of 502 ~ 41.24'%

%32.47
%26.29
%41.24

CMYK color model

#A384CF color CMYK value is (21,36,0,19).

  • cyan value is 21.26%
  • magenta value is 36.23%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (21,36,0,19)
C21M36Y0K19 (21%, 36%, 0%, 19%)
(0.21 / 0.36 / 0.00 / 0.19)

CMYK percentages

%21.26
%36.23
%0
%18.82

Codes

Color #A384CF in popluar color models

A3 84 CF
RGB 163 132 207
HSL 265° 43.86% 66.47%
HSB/HSV 265° 36.23% 81.18%
CMYK 21.26% 36.23% 0.00%
18.82%

Color #A384CF in popluar number systems.

HEX A3 84 CF
Decimal 163 132 207
Binary 10100011 10000100 11001111
Octal 243 204 317

Shades and tints

Shades of #A384CF

#A384CF
(163,132,207)
#9578BD
(149,120,189)
#876CAB
(135,108,171)
#796099
(121,96,153)
#6B5487
(107,84,135)
#5D4875
(93,72,117)
#4F3C63
(79,60,99)
#413051
(65,48,81)
#33243F
(51,36,63)
#25182D
(37,24,45)
#170C1B
(23,12,27)
#000000
(0,0,0)

Tints of #A384CF

#A384CF
(163,132,207)
#AB8FD3
(171,143,211)
#B39AD7
(179,154,215)
#BBA5DB
(187,165,219)
#C3B0DF
(195,176,223)
#CBBBE3
(203,187,227)
#D3C6E7
(211,198,231)
#DBD1EB
(219,209,235)
#E3DCEF
(227,220,239)
#EBE7F3
(235,231,243)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A384CF; }

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

This text font color is #A384CF.

Background Color

.myBgColor { background-color: #A384CF; }

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

This div background color is #A384CF.

Border color

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

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

This div border color is #A384CF.

Opacity

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

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

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

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

This text has shadow with #A384CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A384CF.

Preview

Color preview on black background

This text has color #A384CF on black background.


Color preview on white background

This text has color #A384CF on white background.


Black color preview on #A384CF background

This text has black color on #A384CF background.


White color preview on #A384CF background

This text has white color on #A384CF background.


Related colors

Complementary color

Complementary color for #hex is #5C7B30.


I love getcolorcode.com

Triadic colors

1 #CFA384 and #84CFA3 with #A384CF are triadic colors.

2 #CF84A3 and #84A3CF with #A384CF are triadic colors.