COLOR #A35297

HEX: #A35297
RGB: (163,82,151)

Color info

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

RGB color model

#A35297 color RGB value is (163,82,151).

  • red value is 163;
  • green value is 82;
  • blue value is 151.
RGB:
(163,82,151)
(64%,32%,59%)

RGB channels and saturation

R 163 of 255 = 64%
G 82 of 255 = 32%
B 151 of 255 = 59%

163
82
151

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

Portions of RGB colors in percentages

R + G + B =
163 + 82 + 151 = 396 (100%)
R 163 of 396 ~ 41.16%
G 82 of 396 ~ 20.71%
B 151 of 396 ~ 38.13%

%41.16
%20.71
%38.13

CMYK color model

#A35297 color CMYK value is (0,50,7,36).

  • cyan value is 0.00%
  • magenta value is 49.69%
  • yellow value is 7.36%
  • key color value is 36.08%
CMYK:
(0,50,7,36)
C0M50Y7K36 
(0%,50%,7%,36%)
(0.00/0.50/0.07/0.36)	

CMYK percentages

%0
%49.69
%7.36
%36.08

Codes

Color #A35297 in popluar color models

A35297
RGB16382151
HSL309°33.06%48.04%
HSB/HSV309°49.69%63.92%
CMYK0.00%49.69%7.36%
36.08%

Color #A35297 in popluar number systems.

HEXA35297
Decimal16382151
Binary10100011101001010010111
Octal243122227

Shades and tints

Shades of #A35297

#A35297
(163,82,151)
#954B8A
(149,75,138)
#87447D
(135,68,125)
#793D70
(121,61,112)
#6B3663
(107,54,99)
#5D2F56
(93,47,86)
#4F2849
(79,40,73)
#41213C
(65,33,60)
#331A2F
(51,26,47)
#251322
(37,19,34)
#170C15
(23,12,21)
#000000
(0,0,0)

Tints of #A35297

#A35297
(163,82,151)
#AB61A0
(171,97,160)
#B370A9
(179,112,169)
#BB7FB2
(187,127,178)
#C38EBB
(195,142,187)
#CB9DC4
(203,157,196)
#D3ACCD
(211,172,205)
#DBBBD6
(219,187,214)
#E3CADF
(227,202,223)
#EBD9E8
(235,217,232)
#F3E8F1
(243,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35297 color. Also use rgb(163,82,151) instead hex code.

Text Font Color

.myTextColor { color: #A35297; }

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

This text font color is #A35297.


Background Color

.myBgColor { background-color: #A35297; }

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

This div background color is #A35297.


Border color

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

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

This div border color is #A35297.


Opacity

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

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

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

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

This text has shadow with #A35297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35297 on black background.


Color preview on white background

This text has color #A35297 on white background.



Black color preview on #A35297 background

This text has black color on #A35297 background.


White color preview on #A35297 background

This text has white color on #A35297 background.