COLOR #A15280

HEX: #A15280
RGB: (161,82,128)

Color info

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

RGB color model

#A15280 color RGB value is (161,82,128).

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

RGB channels and saturation

R 161 of 255 = 63%
G 82 of 255 = 32%
B 128 of 255 = 50%

161
82
128

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

Portions of RGB colors in percentages

R + G + B =
161 + 82 + 128 = 371 (100%)
R 161 of 371 ~ 43.4%
G 82 of 371 ~ 22.1%
B 128 of 371 ~ 34.5%

%43.4
%22.1
%34.5

CMYK color model

#A15280 color CMYK value is (0,49,20,37).

  • cyan value is 0.00%
  • magenta value is 49.07%
  • yellow value is 20.50%
  • key color value is 36.86%
CMYK:
(0,49,20,37)
C0M49Y20K37 
(0%,49%,20%,37%)
(0.00/0.49/0.20/0.37)	

CMYK percentages

%0
%49.07
%20.5
%36.86

Codes

Color #A15280 in popluar color models

A15280
RGB16182128
HSL325°32.51%47.65%
HSB/HSV325°49.07%63.14%
CMYK0.00%49.07%20.50%
36.86%

Color #A15280 in popluar number systems.

HEXA15280
Decimal16182128
Binary10100001101001010000000
Octal241122200

Shades and tints

Shades of #A15280

#A15280
(161,82,128)
#934B75
(147,75,117)
#85446A
(133,68,106)
#773D5F
(119,61,95)
#693654
(105,54,84)
#5B2F49
(91,47,73)
#4D283E
(77,40,62)
#3F2133
(63,33,51)
#311A28
(49,26,40)
#23131D
(35,19,29)
#150C12
(21,12,18)
#000000
(0,0,0)

Tints of #A15280

#A15280
(161,82,128)
#A9618B
(169,97,139)
#B17096
(177,112,150)
#B97FA1
(185,127,161)
#C18EAC
(193,142,172)
#C99DB7
(201,157,183)
#D1ACC2
(209,172,194)
#D9BBCD
(217,187,205)
#E1CAD8
(225,202,216)
#E9D9E3
(233,217,227)
#F1E8EE
(241,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A15280; }

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

This text font color is #A15280.


Background Color

.myBgColor { background-color: #A15280; }

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

This div background color is #A15280.


Border color

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

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

This div border color is #A15280.


Opacity

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

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

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

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

This text has shadow with #A15280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15280 on black background.


Color preview on white background

This text has color #A15280 on white background.



Black color preview on #A15280 background

This text has black color on #A15280 background.


White color preview on #A15280 background

This text has white color on #A15280 background.