#AC0294

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

Shades of Dark Magenta #AC0294

Tints of Dark Magenta #AC0294

Color information

#AC0294 (or 0xAC0294) is unknown color: approx Dark Magenta. HEX triplet: AC, 02 and 94. RGB value is (172,2,148). Sum of RGB (Red+Green+Blue) = 172+2+148=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0294 is #53FD6B. Grayscale: #454545. Windows color (decimal): -5504364 or 9700012. OLE color: 9700012.

HSL color Cylindrical-coordinate representation of color #AC0294: hue angle of 308.47º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0294 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB1722148-
CMYK00.990.140.33
HSL308.47º97.7%34.12%-
HSV(B)308.47º98.84%67.45%-
XYZ22.3810.9528.95-
YUV69.47172.32201.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.42%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 148 (58.20% from 255) = 45.96%
R=53.42%
G=0.62%
B=45.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172214800.990.140.33308.4797.734.12
HexAC294063E211346222
Octal25422240143164146414242
Binary1010110010100101000110001111101000011001101001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0294; }

 p { color: rgb(172,2,148); }

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

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

 a { background-color: rgb(172,2,148); }

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

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

 span { border-color: rgb(172,2,148); }

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