#A40C96

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

Shades of Dark Magenta #A40C96

Tints of Dark Magenta #A40C96

Color information

#A40C96 (or 0xA40C96) is unknown color: approx Dark Magenta. HEX triplet: A4, 0C and 96. RGB value is (164,12,150). Sum of RGB (Red+Green+Blue) = 164+12+150=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40C96 is #5BF369. Grayscale: #484848. Windows color (decimal): -6026090 or 9833636. OLE color: 9833636.

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

Color convert

RGB16412150-
CMYK00.930.090.36
HSL305.53º86.36%34.51%-
HSV(B)305.53º92.68%64.31%-
XYZ20.9510.3629.75-
YUV73.18171.36192.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.31%
GREEN value IS 12 (5.08% from 255) = 3.68%
BLUE value IS 150 (58.98% from 255) = 46.01%
R=50.31%
G=3.68%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641215000.930.090.36305.5386.3634.51
HexA4C9605D9241325623
Octal244142260135114446212643
Binary101001001100100101100101110110011001001001100101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40C96; }

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

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

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

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

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

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

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

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