COLOR #A7007E

HEX: #A7007E
RGB: (167,0,126)

Color info

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

RGB color model

#A7007E color RGB value is (167,0,126).

  • red value is 167;
  • green value is 0;
  • blue value is 126.
RGB:
(167,0,126)
(65%,0%,49%)

RGB channels and saturation

R 167 of 255 = 65%
G 0 of 255 = 0%
B 126 of 255 = 49%

167
0
126

R + G + B ~ 38%. #A7007E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
167 + 0 + 126 = 293 (100%)
R 167 of 293 ~ 57%
G 0 of 293 ~ 0%
B 126 of 293 ~ 43%

%57
%43

CMYK color model

#A7007E color CMYK value is (0,100,25,35).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 24.55%
  • key color value is 34.51%
CMYK:
(0,100,25,35)
C0M100Y25K35 
(0%,100%,25%,35%)
(0.00/1.00/0.25/0.35)	

CMYK percentages

%0
%100
%24.55
%34.51

Codes

Color #A7007E in popluar color models

A7007E
RGB1670126
HSL315°100.00%32.75%
HSB/HSV315°100.00%65.49%
CMYK0.00%100.00%24.55%
34.51%

Color #A7007E in popluar number systems.

HEXA7007E
Decimal1670126
Binary1010011101111110
Octal2470176

Shades and tints

Shades of #A7007E

#A7007E
(167,0,126)
#980073
(152,0,115)
#890068
(137,0,104)
#7A005D
(122,0,93)
#6B0052
(107,0,82)
#5C0047
(92,0,71)
#4D003C
(77,0,60)
#3E0031
(62,0,49)
#2F0026
(47,0,38)
#20001B
(32,0,27)
#110010
(17,0,16)
#000000
(0,0,0)

Tints of #A7007E

#A7007E
(167,0,126)
#AF1789
(175,23,137)
#B72E94
(183,46,148)
#BF459F
(191,69,159)
#C75CAA
(199,92,170)
#CF73B5
(207,115,181)
#D78AC0
(215,138,192)
#DFA1CB
(223,161,203)
#E7B8D6
(231,184,214)
#EFCFE1
(239,207,225)
#F7E6EC
(247,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7007E color. Also use rgb(167,0,126) instead hex code.

Text Font Color

.myTextColor { color: #A7007E; }

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

This text font color is #A7007E.


Background Color

.myBgColor { background-color: #A7007E; }

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

This div background color is #A7007E.


Border color

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

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

This div border color is #A7007E.


Opacity

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

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

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

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

This text has shadow with #A7007E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7007E on black background.


Color preview on white background

This text has color #A7007E on white background.



Black color preview on #A7007E background

This text has black color on #A7007E background.


White color preview on #A7007E background

This text has white color on #A7007E background.