#AC0DA8

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

Shades of Dark Magenta #AC0DA8

Tints of Dark Magenta #AC0DA8

Color information

#AC0DA8 (or 0xAC0DA8) is unknown color: approx Dark Magenta. HEX triplet: AC, 0D and A8. RGB value is (172,13,168). Sum of RGB (Red+Green+Blue) = 172+13+168=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 168 (66.02% from 255 or 47.59% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0DA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0DA8 is #53F257. Grayscale: #4D4D4D. Windows color (decimal): -5501528 or 11013548. OLE color: 11013548.

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

Color convert

RGB17213168-
CMYK00.920.020.33
HSL301.51º85.95%36.27%-
HSV(B)301.51º92.44%67.45%-
XYZ24.2311.8938.06-
YUV78.21178.68194.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.73%
GREEN value IS 13 (5.47% from 255) = 3.68%
BLUE value IS 168 (66.02% from 255) = 47.59%
R=48.73%
G=3.68%
B=47.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721316800.920.020.33301.5185.9536.27
HexACDA805C22112e5624
Octal25415250013424145612644
Binary1010110011011010100001011100101000011001011101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0DA8; }

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

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

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

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

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

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

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

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