COLOR #A00179

HEX: #A00179
RGB: (160,1,121)

Color info

#A00179 contains mainly red and blue colors. Web safe color of #A00179 is #990066 (or #906).

RGB color model

#A00179 color RGB value is (160,1,121).

  • red value is 160;
  • green value is 1;
  • blue value is 121.
RGB:
(160,1,121)
(63%,0%,47%)

RGB channels and saturation

R 160 of 255 = 63%
G 1 of 255 = 0%
B 121 of 255 = 47%

160
1
121

R + G + B ~ 37%. #A00179 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
160 + 1 + 121 = 282 (100%)
R 160 of 282 ~ 56.74%
G 1 of 282 ~ 0.35%
B 121 of 282 ~ 42.91%

%56.74
%42.91

CMYK color model

#A00179 color CMYK value is (0,99,24,37).

  • cyan value is 0.00%
  • magenta value is 99.38%
  • yellow value is 24.38%
  • key color value is 37.25%
CMYK:
(0,99,24,37)
C0M99Y24K37 
(0%,99%,24%,37%)
(0.00/0.99/0.24/0.37)	

CMYK percentages

%0
%99.38
%24.38
%37.25

Codes

Color #A00179 in popluar color models

A00179
RGB1601121
HSL315°98.76%31.57%
HSB/HSV315°99.38%62.75%
CMYK0.00%99.38%24.38%
37.25%

Color #A00179 in popluar number systems.

HEXA00179
Decimal1601121
Binary1010000011111001
Octal2401171

Shades and tints

Shades of #A00179

#A00179
(160,1,121)
#92016E
(146,1,110)
#840163
(132,1,99)
#760158
(118,1,88)
#68014D
(104,1,77)
#5A0142
(90,1,66)
#4C0137
(76,1,55)
#3E012C
(62,1,44)
#300121
(48,1,33)
#220116
(34,1,22)
#14010B
(20,1,11)
#000000
(0,0,0)

Tints of #A00179

#A00179
(160,1,121)
#A81885
(168,24,133)
#B02F91
(176,47,145)
#B8469D
(184,70,157)
#C05DA9
(192,93,169)
#C874B5
(200,116,181)
#D08BC1
(208,139,193)
#D8A2CD
(216,162,205)
#E0B9D9
(224,185,217)
#E8D0E5
(232,208,229)
#F0E7F1
(240,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A00179 color. Also use rgb(160,1,121) instead hex code.

Text Font Color

.myTextColor { color: #A00179; }

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

This text font color is #A00179.


Background Color

.myBgColor { background-color: #A00179; }

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

This div background color is #A00179.


Border color

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

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

This div border color is #A00179.


Opacity

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

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

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

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

This text has shadow with #A00179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A00179 on black background.


Color preview on white background

This text has color #A00179 on white background.



Black color preview on #A00179 background

This text has black color on #A00179 background.


White color preview on #A00179 background

This text has white color on #A00179 background.