COLOR #A35280

HEX: #A35280
RGB: (163,82,128)

Color info

#A35280 contains mainly red and blue colors. Web safe color of #A35280 is #996666 (or #966).

RGB color model

#A35280 color RGB value is (163,82,128).

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

RGB channels and saturation

R 163 of 255 = 64%
G 82 of 255 = 32%
B 128 of 255 = 50%

163
82
128

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

Portions of RGB colors in percentages

R + G + B =
163 + 82 + 128 = 373 (100%)
R 163 of 373 ~ 43.7%
G 82 of 373 ~ 21.98%
B 128 of 373 ~ 34.32%

%43.7
%21.98
%34.32

CMYK color model

#A35280 color CMYK value is (0,50,21,36).

  • cyan value is 0.00%
  • magenta value is 49.69%
  • yellow value is 21.47%
  • key color value is 36.08%
CMYK:
(0,50,21,36)
C0M50Y21K36 
(0%,50%,21%,36%)
(0.00/0.50/0.21/0.36)	

CMYK percentages

%0
%49.69
%21.47
%36.08

Codes

Color #A35280 in popluar color models

A35280
RGB16382128
HSL326°33.06%48.04%
HSB/HSV326°49.69%63.92%
CMYK0.00%49.69%21.47%
36.08%

Color #A35280 in popluar number systems.

HEXA35280
Decimal16382128
Binary10100011101001010000000
Octal243122200

Shades and tints

Shades of #A35280

#A35280
(163,82,128)
#954B75
(149,75,117)
#87446A
(135,68,106)
#793D5F
(121,61,95)
#6B3654
(107,54,84)
#5D2F49
(93,47,73)
#4F283E
(79,40,62)
#412133
(65,33,51)
#331A28
(51,26,40)
#25131D
(37,19,29)
#170C12
(23,12,18)
#000000
(0,0,0)

Tints of #A35280

#A35280
(163,82,128)
#AB618B
(171,97,139)
#B37096
(179,112,150)
#BB7FA1
(187,127,161)
#C38EAC
(195,142,172)
#CB9DB7
(203,157,183)
#D3ACC2
(211,172,194)
#DBBBCD
(219,187,205)
#E3CAD8
(227,202,216)
#EBD9E3
(235,217,227)
#F3E8EE
(243,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35280; }

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

This text font color is #A35280.


Background Color

.myBgColor { background-color: #A35280; }

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

This div background color is #A35280.


Border color

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

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

This div border color is #A35280.


Opacity

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

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

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

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

This text has shadow with #A35280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35280 on black background.


Color preview on white background

This text has color #A35280 on white background.



Black color preview on #A35280 background

This text has black color on #A35280 background.


White color preview on #A35280 background

This text has white color on #A35280 background.