#AC0792

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

Shades of Dark Magenta #AC0792

Tints of Dark Magenta #AC0792

Color information

#AC0792 (or 0xAC0792) is unknown color: approx Dark Magenta. HEX triplet: AC, 07 and 92. RGB value is (172,7,146). Sum of RGB (Red+Green+Blue) = 172+7+146=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0792 is #53F86D. Grayscale: #474747. Windows color (decimal): -5503086 or 9570220. OLE color: 9570220.

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

Color convert

RGB1727146-
CMYK00.960.150.33
HSL309.45º92.18%35.1%-
HSV(B)309.45º95.93%67.45%-
XYZ22.281128.14-
YUV72.18169.66199.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.92%
GREEN value IS 7 (3.12% from 255) = 2.15%
BLUE value IS 146 (57.42% from 255) = 44.92%
R=52.92%
G=2.15%
B=44.92%

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
Decimal172714600.960.150.33309.4592.1835.1
HexAC792060F211355c23
Octal25472220140174146513443
Binary10101100111100100100110000011111000011001101011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0792; }

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

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

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

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

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

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

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

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