#A40F9F

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

Shades of Dark Magenta #A40F9F

Tints of Dark Magenta #A40F9F

Color information

#A40F9F (or 0xA40F9F) is unknown color: approx Dark Magenta. HEX triplet: A4, 0F and 9F. RGB value is (164,15,159). Sum of RGB (Red+Green+Blue) = 164+15+159=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40F9F is #5BF060. Grayscale: #4B4B4B. Windows color (decimal): -6025313 or 10424228. OLE color: 10424228.

HSL color Cylindrical-coordinate representation of color #A40F9F: hue angle of 302.01º degrees, saturation: 0.83, 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 #A40F9F is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB16415159-
CMYK00.910.030.36
HSL302.01º83.24%35.1%-
HSV(B)302.01º90.85%64.31%-
XYZ21.7410.7433.73-
YUV75.97174.86190.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.52%
GREEN value IS 15 (6.25% from 255) = 4.44%
BLUE value IS 159 (62.5% from 255) = 47.04%
R=48.52%
G=4.44%
B=47.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641515900.910.030.36302.0183.2435.1
HexA4F9F05B32412e5323
Octal24417237013334445612343
Binary1010010011111001111101011011111001001001011101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40F9F; }

 p { color: rgb(164,15,159); }

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

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

 a { background-color: rgb(164,15,159); }

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

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

 span { border-color: rgb(164,15,159); }

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