COLOR #A1498A

HEX: #A1498A
RGB: (161,73,138)

Color info

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

RGB color model

#A1498A color RGB value is (161,73,138).

  • red value is 161;
  • green value is 73;
  • blue value is 138.
RGB:
(161,73,138)
(63%,29%,54%)

RGB channels and saturation

R 161 of 255 = 63%
G 73 of 255 = 29%
B 138 of 255 = 54%

161
73
138

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

Portions of RGB colors in percentages

R + G + B =
161 + 73 + 138 = 372 (100%)
R 161 of 372 ~ 43.28%
G 73 of 372 ~ 19.62%
B 138 of 372 ~ 37.1%

%43.28
%19.62
%37.1

CMYK color model

#A1498A color CMYK value is (0,55,14,37).

  • cyan value is 0.00%
  • magenta value is 54.66%
  • yellow value is 14.29%
  • key color value is 36.86%
CMYK:
(0,55,14,37)
C0M55Y14K37 
(0%,55%,14%,37%)
(0.00/0.55/0.14/0.37)	

CMYK percentages

%0
%54.66
%14.29
%36.86

Codes

Color #A1498A in popluar color models

A1498A
RGB16173138
HSL316°37.61%45.88%
HSB/HSV316°54.66%63.14%
CMYK0.00%54.66%14.29%
36.86%

Color #A1498A in popluar number systems.

HEXA1498A
Decimal16173138
Binary10100001100100110001010
Octal241111212

Shades and tints

Shades of #A1498A

#A1498A
(161,73,138)
#93437E
(147,67,126)
#853D72
(133,61,114)
#773766
(119,55,102)
#69315A
(105,49,90)
#5B2B4E
(91,43,78)
#4D2542
(77,37,66)
#3F1F36
(63,31,54)
#31192A
(49,25,42)
#23131E
(35,19,30)
#150D12
(21,13,18)
#000000
(0,0,0)

Tints of #A1498A

#A1498A
(161,73,138)
#A95994
(169,89,148)
#B1699E
(177,105,158)
#B979A8
(185,121,168)
#C189B2
(193,137,178)
#C999BC
(201,153,188)
#D1A9C6
(209,169,198)
#D9B9D0
(217,185,208)
#E1C9DA
(225,201,218)
#E9D9E4
(233,217,228)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1498A color. Also use rgb(161,73,138) instead hex code.

Text Font Color

.myTextColor { color: #A1498A; }

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

This text font color is #A1498A.


Background Color

.myBgColor { background-color: #A1498A; }

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

This div background color is #A1498A.


Border color

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

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

This div border color is #A1498A.


Opacity

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

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

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

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

This text has shadow with #A1498A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1498A on black background.


Color preview on white background

This text has color #A1498A on white background.



Black color preview on #A1498A background

This text has black color on #A1498A background.


White color preview on #A1498A background

This text has white color on #A1498A background.