#A40D90

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

Shades of Dark Magenta #A40D90

Tints of Dark Magenta #A40D90

Color information

#A40D90 (or 0xA40D90) is unknown color: approx Dark Magenta. HEX triplet: A4, 0D and 90. RGB value is (164,13,144). Sum of RGB (Red+Green+Blue) = 164+13+144=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A40D90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40D90 is #5BF26F. Grayscale: #484848. Windows color (decimal): -6025840 or 9440676. OLE color: 9440676.

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

Color convert

RGB16413144-
CMYK00.920.120.36
HSL307.95º85.31%34.71%-
HSV(B)307.95º92.07%64.31%-
XYZ20.4910.1927.27-
YUV73.08168.03192.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.09%
GREEN value IS 13 (5.47% from 255) = 4.05%
BLUE value IS 144 (56.64% from 255) = 44.86%
R=51.09%
G=4.05%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641314400.920.120.36307.9585.3134.71
HexA4D9005CC241345523
Octal244152200134144446412543
Binary101001001101100100000101110011001001001001101001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40D90; }

 p { color: rgb(164,13,144); }

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

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

 a { background-color: rgb(164,13,144); }

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

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

 span { border-color: rgb(164,13,144); }

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