#A40F8E

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

Shades of Dark Magenta #A40F8E

Tints of Dark Magenta #A40F8E

Color information

#A40F8E (or 0xA40F8E) is unknown color: approx Dark Magenta. HEX triplet: A4, 0F and 8E. RGB value is (164,15,142). Sum of RGB (Red+Green+Blue) = 164+15+142=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40F8E is #5BF071. Grayscale: #494949. Windows color (decimal): -6025330 or 9310116. OLE color: 9310116.

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

Color convert

RGB16415142-
CMYK00.910.130.36
HSL308.86º83.24%35.1%-
HSV(B)308.86º90.85%64.31%-
XYZ20.3610.1926.48-
YUV74.03166.36192.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.09%
GREEN value IS 15 (6.25% from 255) = 4.67%
BLUE value IS 142 (55.86% from 255) = 44.24%
R=51.09%
G=4.67%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641514200.910.130.36308.8683.2435.1
HexA4F8E05BD241355323
Octal244172160133154446512343
Binary101001001111100011100101101111011001001001101011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40F8E; }

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

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

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

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

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

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

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

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