#A40792

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

Shades of Dark Magenta #A40792

Tints of Dark Magenta #A40792

Color information

#A40792 (or 0xA40792) is unknown color: approx Dark Magenta. HEX triplet: A4, 07 and 92. RGB value is (164,7,146). Sum of RGB (Red+Green+Blue) = 164+7+146=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A40792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40792 is #5BF86D. Grayscale: #454545. Windows color (decimal): -6027374 or 9570212. OLE color: 9570212.

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

Color convert

RGB1647146-
CMYK00.960.110.36
HSL306.88º91.81%33.53%-
HSV(B)306.88º95.73%64.31%-
XYZ20.5710.1228.06-
YUV69.79171.01195.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.74%
GREEN value IS 7 (3.12% from 255) = 2.21%
BLUE value IS 146 (57.42% from 255) = 46.06%
R=51.74%
G=2.21%
B=46.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164714600.960.110.36306.8891.8133.53
HexA4792060B241335c22
Octal24472220140134446313442
Binary10100100111100100100110000010111001001001100111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40792; }

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

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

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

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

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

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

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

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