#A7008E

Color #A7008E Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A7008E

Tints of Dark Magenta #A7008E

Color information

#A7008E (or 0xA7008E) is unknown color: approx Dark Magenta. HEX triplet: A7, 00 and 8E. RGB value is (167,0,142). Sum of RGB (Red+Green+Blue) = 167+0+142=309 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.05% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 167 - color contains mainly: red. Hex color #A7008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7008E is #58FF71. Grayscale: #414141. Windows color (decimal): -5832562 or 9306279. OLE color: 9306279.

HSL color Cylindrical-coordinate representation of color #A7008E: hue angle of 308.98º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A7008E is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB1670142-
CMYK010.150.35
HSL308.98º100%32.75%-
HSV(B)308.98º100%65.49%-
XYZ20.8210.1726.46-
YUV66.12170.83199.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 54.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 142 (55.86% from 255) = 45.95%
R=54.05%
G=0%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1670142010.150.35308.9810032.75
HexA708E064F231356421
Octal24702160144174346514441
Binary101001110100011100110010011111000111001101011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7008E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7008E; }

 p { color: rgb(167,0,142); }

 H1.HeaderClassName
 {
   color: #A7008E;
 }
 .AnyTagClassName
 {
   color: #A7008E;
 }
</style>
background-color css

<style>
 a { background-color: #A7008E; }

 a { background-color: rgb(167,0,142); }

 div.DivClassName
 {
   background-color: #A7008E;
 }
 .BgClassName
 {
   background-color: #A7008E;
 }
</style>
border-color css

<style>
 span { border-color: #A7008E; }

 span { border-color: rgb(167,0,142); }

 td.TdClassName
 {
   border-color: #A7008E;
 }
 .TagClassName
 {
   border-color: #A7008E;
 }
</style>