#A40790

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

Shades of Dark Magenta #A40790

Tints of Dark Magenta #A40790

Color information

#A40790 (or 0xA40790) is unknown color: approx Dark Magenta. HEX triplet: A4, 07 and 90. RGB value is (164,7,144). Sum of RGB (Red+Green+Blue) = 164+7+144=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A40790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40790 is #5BF86F. Grayscale: #454545. Windows color (decimal): -6027376 or 9439140. OLE color: 9439140.

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

Color convert

RGB1647144-
CMYK00.960.120.36
HSL307.64º91.81%33.53%-
HSV(B)307.64º95.73%64.31%-
XYZ20.4210.0627.25-
YUV69.56170.01195.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.06%
GREEN value IS 7 (3.12% from 255) = 2.22%
BLUE value IS 144 (56.64% from 255) = 45.71%
R=52.06%
G=2.22%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164714400.960.120.36307.6491.8133.53
HexA4790060C241345c22
Octal24472200140144446413442
Binary10100100111100100000110000011001001001001101001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40790; }

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

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

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

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

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

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

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

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