COLOR #A00E7A

HEX: #A00E7A
RGB: (160,14,122)

Color info

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

RGB color model

#A00E7A color RGB value is (160,14,122).

  • red value is 160;
  • green value is 14;
  • blue value is 122.
RGB:
(160,14,122)
(63%,5%,48%)

RGB channels and saturation

R 160 of 255 = 63%
G 14 of 255 = 5%
B 122 of 255 = 48%

160
14
122

R + G + B ~ 39%. #A00E7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
160 + 14 + 122 = 296 (100%)
R 160 of 296 ~ 54.05%
G 14 of 296 ~ 4.73%
B 122 of 296 ~ 41.22%

%54.05
%41.22

CMYK color model

#A00E7A color CMYK value is (0,91,24,37).

  • cyan value is 0.00%
  • magenta value is 91.25%
  • yellow value is 23.75%
  • key color value is 37.25%
CMYK:
(0,91,24,37)
C0M91Y24K37 
(0%,91%,24%,37%)
(0.00/0.91/0.24/0.37)	

CMYK percentages

%0
%91.25
%23.75
%37.25

Codes

Color #A00E7A in popluar color models

A00E7A
RGB16014122
HSL316°83.91%34.12%
HSB/HSV316°91.25%62.75%
CMYK0.00%91.25%23.75%
37.25%

Color #A00E7A in popluar number systems.

HEXA00E7A
Decimal16014122
Binary1010000011101111010
Octal24016172

Shades and tints

Shades of #A00E7A

#A00E7A
(160,14,122)
#920D6F
(146,13,111)
#840C64
(132,12,100)
#760B59
(118,11,89)
#680A4E
(104,10,78)
#5A0943
(90,9,67)
#4C0838
(76,8,56)
#3E072D
(62,7,45)
#300622
(48,6,34)
#220517
(34,5,23)
#14040C
(20,4,12)
#000000
(0,0,0)

Tints of #A00E7A

#A00E7A
(160,14,122)
#A82386
(168,35,134)
#B03892
(176,56,146)
#B84D9E
(184,77,158)
#C062AA
(192,98,170)
#C877B6
(200,119,182)
#D08CC2
(208,140,194)
#D8A1CE
(216,161,206)
#E0B6DA
(224,182,218)
#E8CBE6
(232,203,230)
#F0E0F2
(240,224,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A00E7A color. Also use rgb(160,14,122) instead hex code.

Text Font Color

.myTextColor { color: #A00E7A; }

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

This text font color is #A00E7A.


Background Color

.myBgColor { background-color: #A00E7A; }

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

This div background color is #A00E7A.


Border color

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

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

This div border color is #A00E7A.


Opacity

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

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

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

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

This text has shadow with #A00E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A00E7A on black background.


Color preview on white background

This text has color #A00E7A on white background.



Black color preview on #A00E7A background

This text has black color on #A00E7A background.


White color preview on #A00E7A background

This text has white color on #A00E7A background.