#A7159C

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

Shades of Dark Magenta #A7159C

Tints of Dark Magenta #A7159C

Color information

#A7159C (or 0xA7159C) is unknown color: approx Dark Magenta. HEX triplet: A7, 15 and 9C. RGB value is (167,21,156). Sum of RGB (Red+Green+Blue) = 167+21+156=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A7159C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7159C is #58EA63. Grayscale: #4F4F4F. Windows color (decimal): -5827172 or 10229159. OLE color: 10229159.

HSL color Cylindrical-coordinate representation of color #A7159C: hue angle of 304.52º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A7159C is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16721156-
CMYK00.870.070.35
HSL304.52º77.66%36.86%-
HSV(B)304.52º87.43%65.49%-
XYZ22.2111.1532.43-
YUV80.04170.87190.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.55%
GREEN value IS 21 (8.59% from 255) = 6.10%
BLUE value IS 156 (61.33% from 255) = 45.35%
R=48.55%
G=6.10%
B=45.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672115600.870.070.35304.5277.6636.86
HexA7159C0577231314e25
Octal24725234012774346111645
Binary101001111010110011100010101111111000111001100011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7159C; }

 p { color: rgb(167,21,156); }

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

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

 a { background-color: rgb(167,21,156); }

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

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

 span { border-color: rgb(167,21,156); }

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