COLOR #A03E7E

HEX: #A03E7E
RGB: (160,62,126)

Color info

#A03E7E contains mainly red and blue colors. Web safe color of #A03E7E is #993366 (or #936).

RGB color model

#A03E7E color RGB value is (160,62,126).

  • red value is 160;
  • green value is 62;
  • blue value is 126.
RGB:
(160,62,126)
(63%,24%,49%)

RGB channels and saturation

R 160 of 255 = 63%
G 62 of 255 = 24%
B 126 of 255 = 49%

160
62
126

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

Portions of RGB colors in percentages

R + G + B =
160 + 62 + 126 = 348 (100%)
R 160 of 348 ~ 45.98%
G 62 of 348 ~ 17.82%
B 126 of 348 ~ 36.21%

%45.98
%17.82
%36.21

CMYK color model

#A03E7E color CMYK value is (0,61,21,37).

  • cyan value is 0.00%
  • magenta value is 61.25%
  • yellow value is 21.25%
  • key color value is 37.25%
CMYK:
(0,61,21,37)
C0M61Y21K37 
(0%,61%,21%,37%)
(0.00/0.61/0.21/0.37)	

CMYK percentages

%0
%61.25
%21.25
%37.25

Codes

Color #A03E7E in popluar color models

A03E7E
RGB16062126
HSL321°44.14%43.53%
HSB/HSV321°61.25%62.75%
CMYK0.00%61.25%21.25%
37.25%

Color #A03E7E in popluar number systems.

HEXA03E7E
Decimal16062126
Binary101000001111101111110
Octal24076176

Shades and tints

Shades of #A03E7E

#A03E7E
(160,62,126)
#923973
(146,57,115)
#843468
(132,52,104)
#762F5D
(118,47,93)
#682A52
(104,42,82)
#5A2547
(90,37,71)
#4C203C
(76,32,60)
#3E1B31
(62,27,49)
#301626
(48,22,38)
#22111B
(34,17,27)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #A03E7E

#A03E7E
(160,62,126)
#A84F89
(168,79,137)
#B06094
(176,96,148)
#B8719F
(184,113,159)
#C082AA
(192,130,170)
#C893B5
(200,147,181)
#D0A4C0
(208,164,192)
#D8B5CB
(216,181,203)
#E0C6D6
(224,198,214)
#E8D7E1
(232,215,225)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A03E7E color. Also use rgb(160,62,126) instead hex code.

Text Font Color

.myTextColor { color: #A03E7E; }

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

This text font color is #A03E7E.


Background Color

.myBgColor { background-color: #A03E7E; }

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

This div background color is #A03E7E.


Border color

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

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

This div border color is #A03E7E.


Opacity

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

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

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

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

This text has shadow with #A03E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A03E7E on black background.


Color preview on white background

This text has color #A03E7E on white background.



Black color preview on #A03E7E background

This text has black color on #A03E7E background.


White color preview on #A03E7E background

This text has white color on #A03E7E background.