#A4129E

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

Shades of Dark Magenta #A4129E

Tints of Dark Magenta #A4129E

Color information

#A4129E (or 0xA4129E) is unknown color: approx Dark Magenta. HEX triplet: A4, 12 and 9E. RGB value is (164,18,158). Sum of RGB (Red+Green+Blue) = 164+18+158=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A4129E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4129E is #5BED61. Grayscale: #4D4D4D. Windows color (decimal): -6024546 or 10359460. OLE color: 10359460.

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

Color convert

RGB16418158-
CMYK00.890.040.36
HSL302.47º80.22%35.69%-
HSV(B)302.47º89.02%64.31%-
XYZ21.710.7933.29-
YUV77.61173.37189.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.24%
GREEN value IS 18 (7.42% from 255) = 5.29%
BLUE value IS 158 (62.11% from 255) = 46.47%
R=48.24%
G=5.29%
B=46.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641815800.890.040.36302.4780.2235.69
HexA4129E05942412e5024
Octal24422236013144445612044
Binary101001001001010011110010110011001001001001011101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4129E; }

 p { color: rgb(164,18,158); }

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

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

 a { background-color: rgb(164,18,158); }

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

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

 span { border-color: rgb(164,18,158); }

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