#A40E9C

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

Shades of Dark Magenta #A40E9C

Tints of Dark Magenta #A40E9C

Color information

#A40E9C (or 0xA40E9C) is unknown color: approx Dark Magenta. HEX triplet: A4, 0E and 9C. RGB value is (164,14,156). Sum of RGB (Red+Green+Blue) = 164+14+156=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A40E9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40E9C is #5BF163. Grayscale: #4A4A4A. Windows color (decimal): -6025572 or 10227364. OLE color: 10227364.

HSL color Cylindrical-coordinate representation of color #A40E9C: hue angle of 303.2º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A40E9C is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB16414156-
CMYK00.910.050.36
HSL303.2º84.27%34.9%-
HSV(B)303.2º91.46%64.31%-
XYZ21.4710.6132.37-
YUV75.04173.7191.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.10%
GREEN value IS 14 (5.86% from 255) = 4.19%
BLUE value IS 156 (61.33% from 255) = 46.71%
R=49.10%
G=4.19%
B=46.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641415600.910.050.36303.284.2734.9
HexA4E9C05B52412f5423
Octal24416234013354445712443
Binary10100100111010011100010110111011001001001011111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40E9C; }

 p { color: rgb(164,14,156); }

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

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

 a { background-color: rgb(164,14,156); }

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

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

 span { border-color: rgb(164,14,156); }

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