COLOR #A35AA4

HEX: #A35AA4
RGB: (163,90,164)

Color info

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

RGB color model

#A35AA4 color RGB value is (163,90,164).

  • red value is 163;
  • green value is 90;
  • blue value is 164.
RGB:
(163,90,164)
(64%,35%,64%)

RGB channels and saturation

R 163 of 255 = 64%
G 90 of 255 = 35%
B 164 of 255 = 64%

163
90
164

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

Portions of RGB colors in percentages

R + G + B =
163 + 90 + 164 = 417 (100%)
R 163 of 417 ~ 39.09%
G 90 of 417 ~ 21.58%
B 164 of 417 ~ 39.33%

%39.09
%21.58
%39.33

CMYK color model

#A35AA4 color CMYK value is (1,45,0,36).

  • cyan value is 0.61%
  • magenta value is 45.12%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(1,45,0,36)
C1M45Y0K36 
(1%,45%,0%,36%)
(0.01/0.45/0.00/0.36)	

CMYK percentages

%0.61
%45.12
%0
%35.69

Codes

Color #A35AA4 in popluar color models

A35AA4
RGB16390164
HSL299°29.13%49.80%
HSB/HSV299°45.12%64.31%
CMYK0.61%45.12%0.00%
35.69%

Color #A35AA4 in popluar number systems.

HEXA35AA4
Decimal16390164
Binary10100011101101010100100
Octal243132244

Shades and tints

Shades of #A35AA4

#A35AA4
(163,90,164)
#955296
(149,82,150)
#874A88
(135,74,136)
#79427A
(121,66,122)
#6B3A6C
(107,58,108)
#5D325E
(93,50,94)
#4F2A50
(79,42,80)
#412242
(65,34,66)
#331A34
(51,26,52)
#251226
(37,18,38)
#170A18
(23,10,24)
#000000
(0,0,0)

Tints of #A35AA4

#A35AA4
(163,90,164)
#AB69AC
(171,105,172)
#B378B4
(179,120,180)
#BB87BC
(187,135,188)
#C396C4
(195,150,196)
#CBA5CC
(203,165,204)
#D3B4D4
(211,180,212)
#DBC3DC
(219,195,220)
#E3D2E4
(227,210,228)
#EBE1EC
(235,225,236)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35AA4 color. Also use rgb(163,90,164) instead hex code.

Text Font Color

.myTextColor { color: #A35AA4; }

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

This text font color is #A35AA4.


Background Color

.myBgColor { background-color: #A35AA4; }

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

This div background color is #A35AA4.


Border color

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

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

This div border color is #A35AA4.


Opacity

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

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

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

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

This text has shadow with #A35AA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35AA4 on black background.


Color preview on white background

This text has color #A35AA4 on white background.



Black color preview on #A35AA4 background

This text has black color on #A35AA4 background.


White color preview on #A35AA4 background

This text has white color on #A35AA4 background.