COLOR #A349AB

HEX: #A349AB
RGB: (163,73,171)

Color info

#A349AB contains mainly red and blue colors. Web safe color of #A349AB is #993399 (or #939).

RGB color model

#A349AB color RGB value is (163,73,171).

  • red value is 163;
  • green value is 73;
  • blue value is 171.
RGB:
(163,73,171)
(64%,29%,67%)

RGB channels and saturation

R 163 of 255 = 64%
G 73 of 255 = 29%
B 171 of 255 = 67%

163
73
171

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

Portions of RGB colors in percentages

R + G + B =
163 + 73 + 171 = 407 (100%)
R 163 of 407 ~ 40.05%
G 73 of 407 ~ 17.94%
B 171 of 407 ~ 42.01%

%40.05
%17.94
%42.01

CMYK color model

#A349AB color CMYK value is (5,57,0,33).

  • cyan value is 4.68%
  • magenta value is 57.31%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(5,57,0,33)
C5M57Y0K33 
(5%,57%,0%,33%)
(0.05/0.57/0.00/0.33)	

CMYK percentages

%4.68
%57.31
%0
%32.94

Codes

Color #A349AB in popluar color models

A349AB
RGB16373171
HSL295°40.16%47.84%
HSB/HSV295°57.31%67.06%
CMYK4.68%57.31%0.00%
32.94%

Color #A349AB in popluar number systems.

HEXA349AB
Decimal16373171
Binary10100011100100110101011
Octal243111253

Shades and tints

Shades of #A349AB

#A349AB
(163,73,171)
#95439C
(149,67,156)
#873D8D
(135,61,141)
#79377E
(121,55,126)
#6B316F
(107,49,111)
#5D2B60
(93,43,96)
#4F2551
(79,37,81)
#411F42
(65,31,66)
#331933
(51,25,51)
#251324
(37,19,36)
#170D15
(23,13,21)
#000000
(0,0,0)

Tints of #A349AB

#A349AB
(163,73,171)
#AB59B2
(171,89,178)
#B369B9
(179,105,185)
#BB79C0
(187,121,192)
#C389C7
(195,137,199)
#CB99CE
(203,153,206)
#D3A9D5
(211,169,213)
#DBB9DC
(219,185,220)
#E3C9E3
(227,201,227)
#EBD9EA
(235,217,234)
#F3E9F1
(243,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A349AB; }

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

This text font color is #A349AB.


Background Color

.myBgColor { background-color: #A349AB; }

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

This div background color is #A349AB.


Border color

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

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

This div border color is #A349AB.


Opacity

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

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

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

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

This text has shadow with #A349AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A349AB on black background.


Color preview on white background

This text has color #A349AB on white background.



Black color preview on #A349AB background

This text has black color on #A349AB background.


White color preview on #A349AB background

This text has white color on #A349AB background.