#AC0793

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

Shades of Dark Magenta #AC0793

Tints of Dark Magenta #AC0793

Color information

#AC0793 (or 0xAC0793) is unknown color: approx Dark Magenta. HEX triplet: AC, 07 and 93. RGB value is (172,7,147). Sum of RGB (Red+Green+Blue) = 172+7+147=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0793 is #53F86C. Grayscale: #474747. Windows color (decimal): -5503085 or 9635756. OLE color: 9635756.

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

Color convert

RGB1727147-
CMYK00.960.150.33
HSL309.09º92.18%35.1%-
HSV(B)309.09º95.93%67.45%-
XYZ22.3611.0328.55-
YUV72.3170.16199.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.76%
GREEN value IS 7 (3.12% from 255) = 2.15%
BLUE value IS 147 (57.81% from 255) = 45.09%
R=52.76%
G=2.15%
B=45.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172714700.960.150.33309.0992.1835.1
HexAC793060F211355c23
Octal25472230140174146513443
Binary10101100111100100110110000011111000011001101011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0793; }

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

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

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

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

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

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

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

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