#A40C8A

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

Shades of Dark Magenta #A40C8A

Tints of Dark Magenta #A40C8A

Color information

#A40C8A (or 0xA40C8A) is unknown color: approx Dark Magenta. HEX triplet: A4, 0C and 8A. RGB value is (164,12,138). Sum of RGB (Red+Green+Blue) = 164+12+138=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40C8A is #5BF375. Grayscale: #474747. Windows color (decimal): -6026102 or 9047204. OLE color: 9047204.

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

Color convert

RGB16412138-
CMYK00.930.160.36
HSL310.26º86.36%34.51%-
HSV(B)310.26º92.68%64.31%-
XYZ20.039.9924.92-
YUV71.81165.36193.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.23%
GREEN value IS 12 (5.08% from 255) = 3.82%
BLUE value IS 138 (54.30% from 255) = 43.95%
R=52.23%
G=3.82%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641213800.930.160.36310.2686.3634.51
HexA4C8A05D10241365623
Octal244142120135204446612643
Binary1010010011001000101001011101100001001001001101101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40C8A; }

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

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

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

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

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

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

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

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