COLOR #A8007F

HEX: #A8007F
RGB: (168,0,127)

Color info

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

RGB color model

#A8007F color RGB value is (168,0,127).

  • red value is 168;
  • green value is 0;
  • blue value is 127.
RGB:
(168,0,127)
(66%,0%,50%)

RGB channels and saturation

R 168 of 255 = 66%
G 0 of 255 = 0%
B 127 of 255 = 50%

168
0
127

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

Portions of RGB colors in percentages

R + G + B =
168 + 0 + 127 = 295 (100%)
R 168 of 295 ~ 56.95%
G 0 of 295 ~ 0%
B 127 of 295 ~ 43.05%

%56.95
%43.05

CMYK color model

#A8007F color CMYK value is (0,100,24,34).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 24.40%
  • key color value is 34.12%
CMYK:
(0,100,24,34)
C0M100Y24K34 
(0%,100%,24%,34%)
(0.00/1.00/0.24/0.34)	

CMYK percentages

%0
%100
%24.4
%34.12

Codes

Color #A8007F in popluar color models

A8007F
RGB1680127
HSL315°100.00%32.94%
HSB/HSV315°100.00%65.88%
CMYK0.00%100.00%24.40%
34.12%

Color #A8007F in popluar number systems.

HEXA8007F
Decimal1680127
Binary1010100001111111
Octal2500177

Shades and tints

Shades of #A8007F

#A8007F
(168,0,127)
#990074
(153,0,116)
#8A0069
(138,0,105)
#7B005E
(123,0,94)
#6C0053
(108,0,83)
#5D0048
(93,0,72)
#4E003D
(78,0,61)
#3F0032
(63,0,50)
#300027
(48,0,39)
#21001C
(33,0,28)
#120011
(18,0,17)
#000000
(0,0,0)

Tints of #A8007F

#A8007F
(168,0,127)
#AF178A
(175,23,138)
#B62E95
(182,46,149)
#BD45A0
(189,69,160)
#C45CAB
(196,92,171)
#CB73B6
(203,115,182)
#D28AC1
(210,138,193)
#D9A1CC
(217,161,204)
#E0B8D7
(224,184,215)
#E7CFE2
(231,207,226)
#EEE6ED
(238,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8007F color. Also use rgb(168,0,127) instead hex code.

Text Font Color

.myTextColor { color: #A8007F; }

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

This text font color is #A8007F.


Background Color

.myBgColor { background-color: #A8007F; }

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

This div background color is #A8007F.


Border color

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

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

This div border color is #A8007F.


Opacity

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

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

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

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

This text has shadow with #A8007F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8007F on black background.


Color preview on white background

This text has color #A8007F on white background.



Black color preview on #A8007F background

This text has black color on #A8007F background.


White color preview on #A8007F background

This text has white color on #A8007F background.