#A40C8E

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

Shades of Dark Magenta #A40C8E

Tints of Dark Magenta #A40C8E

Color information

#A40C8E (or 0xA40C8E) is unknown color: approx Dark Magenta. HEX triplet: A4, 0C and 8E. RGB value is (164,12,142). Sum of RGB (Red+Green+Blue) = 164+12+142=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40C8E is #5BF371. Grayscale: #474747. Windows color (decimal): -6026098 or 9309348. OLE color: 9309348.

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

Color convert

RGB16412142-
CMYK00.930.130.36
HSL308.68º86.36%34.51%-
HSV(B)308.68º92.68%64.31%-
XYZ20.3210.1126.47-
YUV72.27167.36193.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.57%
GREEN value IS 12 (5.08% from 255) = 3.77%
BLUE value IS 142 (55.86% from 255) = 44.65%
R=51.57%
G=3.77%
B=44.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641214200.930.130.36308.6886.3634.51
HexA4C8E05DD241355623
Octal244142160135154446512643
Binary101001001100100011100101110111011001001001101011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40C8E; }

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

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

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

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

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

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

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

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