#AC0791

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

Shades of Dark Magenta #AC0791

Tints of Dark Magenta #AC0791

Color information

#AC0791 (or 0xAC0791) is unknown color: approx Dark Magenta. HEX triplet: AC, 07 and 91. RGB value is (172,7,145). Sum of RGB (Red+Green+Blue) = 172+7+145=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0791 is #53F86E. Grayscale: #474747. Windows color (decimal): -5503087 or 9504684. OLE color: 9504684.

HSL color Cylindrical-coordinate representation of color #AC0791: hue angle of 309.82º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC0791 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB1727145-
CMYK00.960.160.33
HSL309.82º92.18%35.1%-
HSV(B)309.82º95.93%67.45%-
XYZ22.210.9727.73-
YUV72.07169.16199.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.09%
GREEN value IS 7 (3.12% from 255) = 2.16%
BLUE value IS 145 (57.03% from 255) = 44.75%
R=53.09%
G=2.16%
B=44.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172714500.960.160.33309.8292.1835.1
HexAC79106010211365c23
Octal25472210140204146613443
Binary101011001111001000101100000100001000011001101101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0791; }

 p { color: rgb(172,7,145); }

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

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

 a { background-color: rgb(172,7,145); }

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

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

 span { border-color: rgb(172,7,145); }

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