#AC09AC

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

Shades of Deep Magenta #AC09AC

Tints of Deep Magenta #AC09AC

Color information

#AC09AC (or 0xAC09AC) is unknown color: approx Deep Magenta. HEX triplet: AC, 09 and AC. RGB value is (172,9,172). Sum of RGB (Red+Green+Blue) = 172+9+172=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC09AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC09AC is #53F653. Grayscale: #4B4B4B. Windows color (decimal): -5502548 or 11274668. OLE color: 11274668.

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

Color convert

RGB1729172-
CMYK00.9500.33
HSL300º90.06%35.49%-
HSV(B)300º94.77%67.45%-
XYZ24.5611.9440.04-
YUV76.32182196.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.73%
GREEN value IS 9 (3.91% from 255) = 2.55%
BLUE value IS 172 (67.58% from 255) = 48.73%
R=48.73%
G=2.55%
B=48.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172917200.9500.3330090.0635.49
HexAC9AC05F02112c5a23
Octal25411254013704145413243
Binary101011001001101011000101111101000011001011001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC09AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC09AC; }

 p { color: rgb(172,9,172); }

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

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

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

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

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

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

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