COLOR #A364AB

HEX: #A364AB RGB: (163,100,171)

Color info

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

RGB color model

#A364AB color RGB value is (163,100,171).

RGB: (163,100,171) (64%, 39%, 67%)

RGB channels and saturation

R 163 of 255 = 64%
G 100 of 255 = 39%
B 171 of 255 = 67%

163
100
171

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

Portions of RGB colors in percentages

R + G + B = 163 + 100 + 171 = 434 (100%)
R 163 of 434 ~ 37.56%
G 100 of 434 ~ 23.04%
B 171 of 434 ~ 39.4'%

%37.56
%23.04
%39.4

CMYK color model

#A364AB color CMYK value is (5,42,0,33).

  • cyan value is 4.68%
  • magenta value is 41.52%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (5,42,0,33)
C5M42Y0K33 (5%, 42%, 0%, 33%)
(0.05 / 0.42 / 0.00 / 0.33)

CMYK percentages

%4.68
%41.52
%0
%32.94

Codes

Color #A364AB in popluar color models

A3 64 AB
RGB 163 100 171
HSL 293° 29.71% 53.14%
HSB/HSV 293° 41.52% 67.06%
CMYK 4.68% 41.52% 0.00%
32.94%

Color #A364AB in popluar number systems.

HEX A3 64 AB
Decimal 163 100 171
Binary 10100011 1100100 10101011
Octal 243 144 253

Shades and tints

Shades of #A364AB

#A364AB
(163,100,171)
#955B9C
(149,91,156)
#87528D
(135,82,141)
#79497E
(121,73,126)
#6B406F
(107,64,111)
#5D3760
(93,55,96)
#4F2E51
(79,46,81)
#412542
(65,37,66)
#331C33
(51,28,51)
#251324
(37,19,36)
#170A15
(23,10,21)
#000000
(0,0,0)

Tints of #A364AB

#A364AB
(163,100,171)
#AB72B2
(171,114,178)
#B380B9
(179,128,185)
#BB8EC0
(187,142,192)
#C39CC7
(195,156,199)
#CBAACE
(203,170,206)
#D3B8D5
(211,184,213)
#DBC6DC
(219,198,220)
#E3D4E3
(227,212,227)
#EBE2EA
(235,226,234)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A364AB color. Also use rgb(163,100,171) instead hex code.

Text Font Color

.myTextColor { color: #A364AB; }

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

This text font color is #A364AB.

Background Color

.myBgColor { background-color: #A364AB; }

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

This div background color is #A364AB.

Border color

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

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

This div border color is #A364AB.

Opacity

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

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

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

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

This text has shadow with #A364AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A364AB.

Preview

Color preview on black background

This text has color #A364AB on black background.


Color preview on white background

This text has color #A364AB on white background.


Black color preview on #A364AB background

This text has black color on #A364AB background.


White color preview on #A364AB background

This text has white color on #A364AB background.


Related colors

Complementary color

Complementary color for #hex is #5C9B54.


I love getcolorcode.com

Triadic colors

1 #ABA364 and #64ABA3 with #A364AB are triadic colors.

2 #AB64A3 and #64A3AB with #A364AB are triadic colors.