#AC0D9D

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

Shades of Dark Magenta #AC0D9D

Tints of Dark Magenta #AC0D9D

Color information

#AC0D9D (or 0xAC0D9D) is unknown color: approx Dark Magenta. HEX triplet: AC, 0D and 9D. RGB value is (172,13,157). Sum of RGB (Red+Green+Blue) = 172+13+157=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0D9D is #53F262. Grayscale: #4C4C4C. Windows color (decimal): -5501539 or 10292652. OLE color: 10292652.

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

Color convert

RGB17213157-
CMYK00.920.090.33
HSL305.66º85.95%36.27%-
HSV(B)305.66º92.44%67.45%-
XYZ23.2411.4932.89-
YUV76.96173.18195.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.29%
GREEN value IS 13 (5.47% from 255) = 3.80%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=50.29%
G=3.80%
B=45.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721315700.920.090.33305.6685.9536.27
HexACD9D05C9211325624
Octal254152350134114146212644
Binary101011001101100111010101110010011000011001100101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0D9D; }

 p { color: rgb(172,13,157); }

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

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

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

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

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

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

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