#A7008F

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

Shades of Dark Magenta #A7008F

Tints of Dark Magenta #A7008F

Color information

#A7008F (or 0xA7008F) is unknown color: approx Dark Magenta. HEX triplet: A7, 00 and 8F. RGB value is (167,0,143). Sum of RGB (Red+Green+Blue) = 167+0+143=310 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.87% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 167 - color contains mainly: red. Hex color #A7008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7008F is #58FF70. Grayscale: #414141. Windows color (decimal): -5832561 or 9371815. OLE color: 9371815.

HSL color Cylindrical-coordinate representation of color #A7008F: hue angle of 308.62º 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 #A7008F is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB1670143-
CMYK010.140.35
HSL308.62º100%32.75%-
HSV(B)308.62º100%65.49%-
XYZ20.8910.226.85-
YUV66.24171.33199.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 143 (56.25% from 255) = 46.13%
R=53.87%
G=0%
B=46.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1670143010.140.35308.6210032.75
HexA708F064E231356421
Octal24702170144164346514441
Binary101001110100011110110010011101000111001101011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7008F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7008F; }

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

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

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

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

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

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

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

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