#A4158E

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

Shades of Dark Magenta #A4158E

Tints of Dark Magenta #A4158E

Color information

#A4158E (or 0xA4158E) is unknown color: approx Dark Magenta. HEX triplet: A4, 15 and 8E. RGB value is (164,21,142). Sum of RGB (Red+Green+Blue) = 164+21+142=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A4158E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4158E is #5BEA71. Grayscale: #4D4D4D. Windows color (decimal): -6023794 or 9311652. OLE color: 9311652.

HSL color Cylindrical-coordinate representation of color #A4158E: hue angle of 309.23º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A4158E is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16421142-
CMYK00.870.130.36
HSL309.23º77.3%36.27%-
HSV(B)309.23º87.2%64.31%-
XYZ20.4610.3826.52-
YUV77.55164.38189.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.15%
GREEN value IS 21 (8.59% from 255) = 6.42%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=50.15%
G=6.42%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642114200.870.130.36309.2377.336.27
HexA4158E057D241354d24
Octal244252160127154446511544
Binary1010010010101100011100101011111011001001001101011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4158E; }

 p { color: rgb(164,21,142); }

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

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

 a { background-color: rgb(164,21,142); }

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

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

 span { border-color: rgb(164,21,142); }

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